-
Notifications
You must be signed in to change notification settings - Fork 518
[microsoft_sentinel] Add event.provider and rule.name ecs fields and update event.severity values #13360
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
[microsoft_sentinel] Add event.provider and rule.name ecs fields and update event.severity values #13360
Conversation
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
|
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
@janvi-elastic, do you have a tracking issue for this ?
I just want to verify if the mapping is correctly done based on a requirement.
No, we don't have issue for this. |
| "rule": { | ||
| "name": "myAlert" | ||
| }, |
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.
In this change, the rule.name is being populated from alertDisplayName raw field.
@jamiehynds, I'm not sure if this is a correct match. As per docs, the rule.* fields are populated by rules generating the alert itself. Is it okay to populate it with alert name?
(@janvi-elastic confirmed we don't have raw data to verify if this mapping is correct.)
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.
Since this is beta integration, we can go ahead with this. If this not intended mapping, it can be updated before GA.
|
Package microsoft_sentinel - 0.6.0 containing this change is available at https://epr.elastic.co/package/microsoft_sentinel/0.6.0/ |
…update event.severity values (#13360) - Add event.provider and rule.name ecs fields. - Update event.severity values.




Type of change
Proposed commit message
event.providerandrule.nameecs fields.event.severityvalues.Checklist
changelog.ymlfile.How to test this PR locally