-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
ingest: add common options to each processor's documentation #35091
Conversation
* adds `if`, `on_failure`, and `tag` to table for each processor part of elastic#33188
Pinging @elastic/es-core-infra |
tagged as going back to only 6.5.0 since that is the first introduction of the |
added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -791,6 +792,8 @@ Accepts a single value or an array of values. | |||
-------------------------------------------------- | |||
// NOTCONSOLE | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unintentional extra newlines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. thanks!
* adds `if`, `on_failure`, `tag`, and `ignore_failure` to table for each processor part of #33188 * added ingore_failure * fix whitespace noise
* adds `if`, `on_failure`, `tag`, and `ignore_failure` to table for each processor part of #33188 * added ingore_failure * fix whitespace noise
if
,on_failure
,ignore_failure
, andtag
to table for each processorpart of #33188
Example rendered processor:

EDIT : update example