Add example of additional_codecs setting#130
Open
jaalcorn wants to merge 1 commit intologstash-plugins:mainfrom
Open
Add example of additional_codecs setting#130jaalcorn wants to merge 1 commit intologstash-plugins:mainfrom
jaalcorn wants to merge 1 commit intologstash-plugins:mainfrom
Conversation
Add an example using the additional_codecs setting to clarify what the document is stating about using two codecs and reinforce the codec setting's tie to the Content-Type setting
andsel
reviewed
Apr 12, 2021
Contributor
andsel
left a comment
There was a problem hiding this comment.
Hi @jaalcorn thank's for contributing.
I think the es_bulk codec is quite particular, may be worth to see the configuration with a main codec and another more specific, so let understand that the additional_codec are used when no content-type codec is matched, for example:
http {
codec => json
additional_codecs => {"application/text", "plain"}
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an example using the additional_codecs setting to clarify what the document is stating about using two codecs and reinforce the codec setting's tie back to the Content-Type setting
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/