Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jamf_protect] Update default.yml pipeline #9581

Merged
merged 3 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/jamf_protect/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Fixing json renaming.
type: enhancement
link: https://github.com/elastic/integrations/pull/9581
- version: "0.2.0"
changes:
- description: Adding parent.process_entity_id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ processors:
field: message
target_field: jamf_protect.alerts
if: ctx.message != null
# - rename:
# field: json
# target_field: jamf_protect.alerts
# if: ctx.json != null
- rename:
field: json
target_field: jamf_protect.alerts
if: ctx.json != null

##########################
## ECS Observer Mapping ##
Expand Down
2 changes: 1 addition & 1 deletion packages/jamf_protect/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: jamf_protect
title: Jamf Protect
version: "0.2.0"
version: "0.3.0"
description: Receives events from Jamf Protect with Elastic Agent.
type: integration
categories:
Expand Down