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

filter_parser: Add remove_key_name_field parameter #2012

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

repeatedly
Copy link
Member

With reserve_data, key_name field is kept by default. But sometimes
users don't need key_name field when parsing is succeeded, e.g. docker log.
So removing key_name feature is useful for simple configuration.

Currently, we need more filter is needed to remove target field.

Signed-off-by: Masahiro Nakagawa repeatedly@gmail.com

With reserve_data, key_name field is kept by default. But sometimes
users don't need key_name field when parsing is succeeded, e.g. docker log.
So removing key_name feature is useful for simple configuration.

Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
@repeatedly repeatedly added v1 enhancement Feature request or improve operations labels Jun 7, 2018
@repeatedly repeatedly self-assigned this Jun 7, 2018
@repeatedly repeatedly requested a review from cosmo0920 June 7, 2018 09:33
Copy link
Contributor

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@repeatedly repeatedly merged commit aa848de into master Jun 8, 2018
@repeatedly repeatedly deleted the parser-remove_key_name_field branch June 8, 2018 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants