Skip to content

Commit ae1267c

Browse files
authored
Merge pull request #90 from SumoLogic/CONN-4702-migrate-aws-security-apps-to-v-2
CONN-4702: migrate AWS security apps to v2
2 parents 96bcaa7 + efaac9f commit ae1267c

28 files changed

+2202
-8
lines changed

scripts/full_app_list.yaml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,30 @@ apps:
213213
- input_name: default_scope_value
214214
input_name_value: Labs/circleci/log_data_source/scope_key
215215
installable: true
216-
prevVersions: []
216+
prevVersions: []
217+
- name: Jamf Protect
218+
version: 1.0.0
219+
uuid: 84442058-f0e8-453b-93a4-0e17b43050c1
220+
relativeFolderPath: JamfProtect
221+
demo_input_mapping:
222+
- input_name: scope_key1
223+
input_name_value: _sourceCategory
224+
- input_name: default_scope_value1
225+
input_name_value: Labs/Jamf*
226+
- input_name: scope_key
227+
input_name_value: _sourceCategory
228+
- input_name: default_scope_value
229+
input_name_value: Labs/Jamf*
230+
installable: true
231+
prevVersions: []
232+
- name: Mimecast App for Sumo Logic
233+
version: 1.0.0
234+
uuid: 2465fe48-3369-4797-bdea-4c7e5e225441
235+
relativeFolderPath: MimecastAppForSumoLogic
236+
demo_input_mapping:
237+
- input_name: scope_key
238+
input_name_value: _sourceCategory
239+
- input_name: default_scope_value
240+
input_name_value: Labs/Mimecast*
241+
installable: true
242+
prevVersions: []

scripts/scr_app_list.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
apps:
2-
- name: Gigamon Application Metadata Intelligence
3-
version: 2.0.0
4-
uuid: ab3e76a6-8bcd-4b7f-9763-a93be9d86206
5-
relativeFolderPath: GigamonApplicationMetadataIntelligence
2+
- name: Jamf Protect
3+
version: 1.0.0
4+
uuid: 84442058-f0e8-453b-93a4-0e17b43050c1
5+
relativeFolderPath: JamfProtect
6+
demo_input_mapping:
7+
- input_name: scope_key1
8+
input_name_value: _sourceCategory
9+
- input_name: default_scope_value1
10+
input_name_value: Labs/Jamf*
11+
- input_name: scope_key
12+
input_name_value: _sourceCategory
13+
- input_name: default_scope_value
14+
input_name_value: Labs/Jamf*
15+
installable: true
16+
prevVersions: []
17+
- name: Mimecast App for Sumo Logic
18+
version: 1.0.0
19+
uuid: 2465fe48-3369-4797-bdea-4c7e5e225441
20+
relativeFolderPath: MimecastAppForSumoLogic
621
demo_input_mapping:
722
- input_name: scope_key
823
input_name_value: _sourceCategory
924
- input_name: default_scope_value
10-
input_name_value: Labs/GigamonApplicationMetadataIntelligence
25+
input_name_value: Labs/Mimecast*
1126
installable: true
12-
prevVersions:
13-
- 1.0.0
27+
prevVersions: []

src/JamfProtect/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [1.0.0] - 2025-05-26
4+
### Added
5+
- Migrated to [next-gen](https://help.sumologic.com/docs/get-started/apps-integrations/#next-gen-apps) app.

src/JamfProtect/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview
2+
3+
The Jamf Protect App empowers security teams with in-depth visibility into Mac security events, providing integrated visualization for enriched investigation into macOS threat alerting with tuned endpoint telemetry data streams. This app supports data streams from the macOS Security & Jamf Security Cloud portals, resulting in a single collection point for all endpoint and network based events occurring across your Apple device fleet. With the Jamf Protect App, Sumo Logic users can easily integrate their Apple security data, gain valuable insights into their Apple security posture, and quickly respond to security incidents.
1.98 KB
Loading
399 KB
Loading
350 KB
Loading
590 KB
Loading

src/JamfProtect/config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
parameters:
2+
- componentType: scope
3+
label: Jamf Protect Logs data source
4+
keyTfVar: scope_key1
5+
defaultValueTfVar: default_scope_value1
6+
- componentType: scope
7+
label: Jamf Security Cloud Logs data source
8+
keyTfVar: scope_key
9+
defaultValueTfVar: default_scope_value

src/JamfProtect/manifest.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
schemaVersion: '2.0'
2+
name: Jamf Protect
3+
version: 1.0.0
4+
description: The Jamf Protect App empowers security teams with in-depth visibility
5+
into Mac security events, providing integrated visualization for enriched investigation
6+
into macOS threat alerting with tuned endpoint telemetry data streams.
7+
author:
8+
supportUrl: https://support.sumologic.com/
9+
homeUrl: https://sumologic.com
10+
documentationUrl: https://github.com/SumoLogic/sumologic-public-partner-apps/tree/master/JamfProtect
11+
name: Jamf Integrations
12+
attributes:
13+
category:
14+
- Compliance and Security
15+
- Sumo Logic Certified
16+
useCase:
17+
- security
18+
collection:
19+
- Hosted
20+
appOverview:
21+
overview: README.md#Overview
22+
appMedia:
23+
- title: Jamf Protect - Alerts Overview
24+
description: Overview of events from Alerts & Unified Logs
25+
type: image
26+
location: ./assets/images/preview/Jamf-Protect-Alerts-Overview.png
27+
- title: Jamf Protect - Telemetry Overview
28+
description: Overview of events from Telemetry stream
29+
type: image
30+
location: ./assets/images/preview/Jamf-Protect-Telemetry-Overview.png
31+
- title: Jamf Security Cloud - Threat Stream
32+
description: Overview of events from network threat stream
33+
type: image
34+
location: ./assets/images/preview/Jamf-Security-Cloud-Threat-Stream.png
35+
installable: true
36+
showOnMarketplace: true

0 commit comments

Comments
 (0)