-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[docs][ingest-processors] Updated Example in Docs of append processor #36478
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
- static-value | ||
- "" | ||
ignore_missing: true | ||
fail_on_error: true | ||
ignore_empty_values: true | ||
------------------------------------------------------------------------------ | ||
|
||
Copies the values of `concrete.field`, `array.one` from response field to `my-target-field`: | ||
Copies the values of `concrete.field`, `array.one` response field and the static values from to `target-field`: |
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.
Is there a word missing after the static values from
?
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!
Hey @kilfoyle - Would you please add appropriate backport tags as well? AFAIK, the feature was merged and released for 8.7. |
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
Thanks to Pierre the backport tags are all set now. :-) |
…#36478) (#36542) * Updated Example in Docs of append processor * Reworded the sentence in documentation (cherry picked from commit 9ca9434) Co-authored-by: Vinit Chauhan <[email protected]>
…#36478) (#36543) * Updated Example in Docs of append processor * Reworded the sentence in documentation (cherry picked from commit 9ca9434) Co-authored-by: Vinit Chauhan <[email protected]>
…#36478) (#36545) * Updated Example in Docs of append processor * Reworded the sentence in documentation (cherry picked from commit 9ca9434) Co-authored-by: Vinit Chauhan <[email protected]>
…#36478) (#36544) * Updated Example in Docs of append processor * Reworded the sentence in documentation (cherry picked from commit 9ca9434) Co-authored-by: Vinit Chauhan <[email protected]>
…elastic#36478) * Updated Example in Docs of append processor * Reworded the sentence in documentation
Proposed commit message
The PR here is to update the example in the append processor in libbeat. The example in the existing doc is ambiguous.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs