-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] Improve ECS categorization field mappings in googlecloud module #16500
Conversation
Pinging @elastic/siem (Team:SIEM) |
b6aff0b
to
1aac440
Compare
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.
I think this fully addresses #15651 too. So that can be closed by this.
@@ -123,8 +125,9 @@ function Audit(keep_original_message) { | |||
} | |||
}; | |||
|
|||
// Set event.outcome based on authentication_info and status. | |||
var setEventOutcome = function(evt) { | |||
// Set ECS categorization fields |
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.
This documentation no longer reads so well. Maybe it just needs a period?
@@ -38,6 +38,7 @@ function Audit(keep_original_message) { | |||
var saveMetadata = new processor.Convert({ | |||
fields: [ | |||
{from: "json.logName", to: "log.logger"}, | |||
{from: "json.insertId", to: "event.id"}, |
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 pubsub input sets this field already but this is a better value.
+ audit - event.id - event.action - event.kind + firewall - event.kind - event.category - event.type - event.action - event.id - rule.name + vpcflow - event.kind - event.category - event.type - event.id Closes elastic#16030 Closes elastic#15651
1aac440
to
01d7cd2
Compare
…odule (elastic#16500) + audit - event.id - event.action - event.kind + firewall - event.kind - event.category - event.type - event.action - event.id - rule.name + vpcflow - event.kind - event.category - event.type - event.id Closes elastic#16030 Closes elastic#15651 (cherry picked from commit e1fa198)
audit
firewall
vpcflow
Closes #16030