Skip to content
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

Add log.message #3

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Add log.message #3

merged 1 commit into from
Jun 11, 2018

Commits on Jun 11, 2018

  1. Add log.message

    The field `log.message` contains the full log message before splitting it up in multiple parts.
    
    In contrast to the `message` field which can contain an extracted part of the log message, this field contains the original, full log message. It can have already some modifications applied like encoding or new lines removed to clean up the log message.
    
    This field is not indexed and doc_values are disabled so it can't be
    queried but the value can be retrieved from `_source`.
    ruflin committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    2a67f26 View commit details
    Browse the repository at this point in the history