-
Notifications
You must be signed in to change notification settings - Fork 431
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
Questions re: Message fields #223
Comments
In ECS, the That said, there is some clarification that could be applied to these definitions. |
In the past, we've seen a mix of meanings for the field It's also been common that people overwrite message with the most relevant part of the message. For example, after parsing a syslog header and extracting these details out to other fields, replace ECS has to decide on one of these two approaches. We've decided that the "cleaned up" message belongs in the most canonical field, With this said, I agree we probably need to spend time on |
I would propose that message also have .keyword values so that we can also visualizations on the contents of message fields. Today, we are identifying where we have multi-line issues (ie stacktrace) by using the following search, based on .keyword. |
the template around message should ALSO be adjusted to apply to only the first 256 characters (or is this 1024) of the message field so that we do NOT negatively affect elasticsearch ingestion rate. |
This has been resolved see RFC: #1469 closing |
“message” field might be better named as “raw_message” to denote that it’s untouched. But why repeat that in “event.original”? Or “log.original”? (Seems like lots of duplication here.)
No. 6 of 16. This question was asked by a new ECS user, who is familiar with mapping IT events to data models and use cases in other schemas. These questions are being posted as a GitHub issue, because a) they may offer valuable insights. b) we expect that many new users will have similar questions.
The text was updated successfully, but these errors were encountered: