-
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
Convert Filebeat mongodb.log to ECS #10009
Conversation
@@ -6,11 +6,11 @@ | |||
"event.module": "mongodb", | |||
"fileset.name": "log", | |||
"input.type": "log", | |||
"log.level": "I", |
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.
That does not really follow our field convention but don't have a better suggestion at the moment.
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.
Well there's no normalization on this yet. The examples in ECS right now are WARN, ERR and INFO... I think this should be the raw value.
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.
And these are equivalent to log levels, btw. doc expected values are F for fatal, E for error, W for warning, I for informational and D for debug.
Renames
TODO
migration: true