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

Document as-is field log.flags used by Beats #1379

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions schemas/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
This field is not indexed and doc_values are disabled so it can't be
queried but the value can be retrieved from `_source`.

- name: flags
level: extended
type: keyword
example: '["multiline", "trucated", "_grokparsefailure"]'
short: Flags set by the pipeline.
description: >
Flags set by the pipeline.

Metadata that can be added by the pipeline that processed the event to
communicate parse failures, warnings or other notable aspects.

- name: logger
level: core
Expand Down