Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/jamf_protect/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# newer versions go on top
- version: "3.1.0"
changes:
- description: Adding new Network Connect event for telemetry data streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/14750
- description: Adding new TCC Modify event for telemetry data streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/14750
- description: Adding new PTY Grant event for telemetry data streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/14750
- description: Adding new PTY Close event for telemetry data streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/14750
- description: Enhancments to the mount, remount and unmount events for telemetry data streams.
Comment thread
txhaflaire marked this conversation as resolved.
Outdated
type: enhancement
link: https://github.com/elastic/integrations/pull/14750
- version: "3.0.2"
changes:
- description: Fix field type from `long` to `keyword` for `process.code_signature.flags`, `process.parent.code_signature.flags` fields to resolve conflicts with ECS.
Expand Down
18 changes: 9 additions & 9 deletions packages/jamf_protect/data_stream/alerts/sample_event.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"@timestamp": "2025-05-06T07:04:59.704Z",
"@timestamp": "2025-07-30T13:24:50.442Z",
"agent": {
"ephemeral_id": "29dd8752-991c-4f0f-8625-76b7c8cf07a1",
"id": "91381ecc-cd6d-4b82-8918-53fd23b92f71",
"name": "elastic-agent-26611",
"ephemeral_id": "543d6574-b616-440a-9e2f-5d999a7392fd",
"id": "e598b23e-3ba9-44fc-a761-7e3a0886ab3a",
"name": "elastic-agent-66883",
"type": "filebeat",
"version": "8.16.5"
"version": "8.18.3"
},
"data_stream": {
"dataset": "jamf_protect.alerts",
"namespace": "86504",
"namespace": "61044",
"type": "logs"
},
"ecs": {
"version": "8.17.0"
},
"elastic_agent": {
"id": "91381ecc-cd6d-4b82-8918-53fd23b92f71",
"id": "e598b23e-3ba9-44fc-a761-7e3a0886ab3a",
"snapshot": false,
"version": "8.16.5"
"version": "8.18.3"
},
"event": {
"action": "CustomURLHandlerCreation",
Expand All @@ -29,7 +29,7 @@
],
"dataset": "jamf_protect.alerts",
"id": "6bdb0697-6d07-47bc-a37d-6c3348a5d953",
"ingested": "2025-05-06T07:05:00Z",
"ingested": "2025-07-30T13:24:51Z",
"kind": "alert",
"provider": "Jamf Protect",
"reason": "Application that uses custom url handler created",
Expand Down

Large diffs are not rendered by default.

Loading