We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We recently added some new processors but we don't have documentation for them.
And once we add documentation I think we can close out:
The text was updated successfully, but these errors were encountered:
Here's something to get us started.
Parameters
fields
processors: - add_fields: fields: hello: world
This would create.
{ "fields": {"hello": "world"} }
This add fields to the root.
processors: - add_fields: fields: hello: world target: ""
And creates:
{"hello": "world"}
processors: - add_labels: labels: co.elastic.application: webserver
tags
processors: - add_tags: tags: ["foo", "bar"]
Sorry, something went wrong.
No branches or pull requests
We recently added some new processors but we don't have documentation for them.
And once we add documentation I think we can close out:
The text was updated successfully, but these errors were encountered: