-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Example for index multi-document support #52040
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
Conversation
The previous docs provided instructions on how to create the _doc payload field. However, it's not trivial and an example can help to create it.
|
Pinging @elastic/es-docs (:Docs) |
|
@luizgpsantos are you still wanting to progress this PR or should it be closed? |
|
@elasticmachine run elasticsearch-ci/packaging-sample-unix-archives |
|
@elasticmachine update branch |
|
Hi @colings86, thanks for asking. I'd like to proceed with this pull request. The tests failed for some reason but succeed when I updated the branch. Could you provide feedback or merge if all good? |
jrodewig
left a comment
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.
Hi @luizgpsantos.
This looks good to me. I did make a minor suggestion. If that's okay with you, I'll merge and backport this.
Thanks for the contribution!
|
Pinging @elastic/es-core-features (:Core/Features/Monitoring) |
Co-authored-by: James Rodewig <[email protected]>
|
Hi @jrodewig, sure! Thanks for the suggestion, I just committed it. |
Adds an example snippet for creating a `_doc` payload field with the Watcher `index` action. Co-authored-by: Luiz Guilherme Pais dos Santos <[email protected]>
Adds an example snippet for creating a `_doc` payload field with the Watcher `index` action. Co-authored-by: Luiz Guilherme Pais dos Santos <[email protected]>
Adds an example snippet for creating a `_doc` payload field with the Watcher `index` action. Co-authored-by: Luiz Guilherme Pais dos Santos <[email protected]>
The previous docs provided instructions on how to create the _doc payload field. However, it's not trivial and an example can help to create it.