-
Notifications
You must be signed in to change notification settings - Fork 473
[jamf_pro] Add event.module definition for the events data stream #14017
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_pro] Add event.module definition for the events data stream #14017
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The constant_keyword fields aren't currently included by elastic-package.
This is because the fields do not exist in the _source
(which is by design to minimize event size). elastic-package
would need to utilize fields.
@@ -15,3 +15,6 @@ | |||
- name: event.dataset | |||
type: constant_keyword | |||
value: jamf_pro.events | |||
- name: event.module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: event.module | |
- name: event.module | |
external: ecs |
Let's use the ECS definition such that the table in the readme contains the ECS description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done for this and event.dataset
and event.module
in both data streams.
@@ -15,3 +15,6 @@ | |||
- name: event.dataset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: event.dataset | |
- name: event.dataset | |
external: ecs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done for this and event.dataset
and event.module
in both data streams.
12d67e5
to
cee15e8
Compare
|
💚 Build Succeeded
History
|
Package jamf_pro - 0.5.3 containing this change is available at https://epr.elastic.co/package/jamf_pro/0.5.3/ |
…astic#14017) This matches what was already present in the inventory data stream. Also updates the sample_event.json files. The constant_keyword fields aren't currently included by elastic-package.
Proposed commit message
Checklist
changelog.yml
file.