-
Notifications
You must be signed in to change notification settings - Fork 24.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] Add error examples to the Bulk API REST docs #55237
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
>docs
General docs changes
Comments
jrodewig
added
>docs
General docs changes
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
labels
Apr 15, 2020
Pinging @elastic/es-docs (>docs) |
Pinging @elastic/es-distributed (:Distributed/CRUD) |
This was referenced Apr 15, 2020
jrodewig
added a commit
that referenced
this issue
Apr 21, 2020
Adds an example for bulk API requests that include failures. Also documents guidance on use the `filter_path` parameter to narrow the bulk API response for errors. Closes #55237
jrodewig
added a commit
that referenced
this issue
Apr 21, 2020
Adds an example for bulk API requests that include failures. Also documents guidance on use the `filter_path` parameter to narrow the bulk API response for errors. Closes #55237
jrodewig
added a commit
that referenced
this issue
Apr 21, 2020
Adds an example for bulk API requests that include failures. Also documents guidance on use the `filter_path` parameter to narrow the bulk API response for errors. Closes #55237
jrodewig
added a commit
that referenced
this issue
Apr 21, 2020
Adds an example for bulk API requests that include failures. Also documents guidance on use the `filter_path` parameter to narrow the bulk API response for errors. Closes #55237
jrodewig
added a commit
that referenced
this issue
Apr 22, 2020
Documents several parameters missing from the bulk API's response body docs. Also moves several response-related chunks of text to the response body section. Relates to #55237
jrodewig
added a commit
that referenced
this issue
Apr 22, 2020
Documents several parameters missing from the bulk API's response body docs. Also moves several response-related chunks of text to the response body section. Relates to #55237
jrodewig
added a commit
that referenced
this issue
Apr 22, 2020
Documents several parameters missing from the bulk API's response body docs. Also moves several response-related chunks of text to the response body section. Relates to #55237
jrodewig
added a commit
that referenced
this issue
Apr 22, 2020
Documents several parameters missing from the bulk API's response body docs. Also moves several response-related chunks of text to the response body section. Relates to #55237
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
>docs
General docs changes
The Java HLRC docs include some examples of bulk operations with failure.
We should include example responses with an
errors
flag oftrue
that contain theerror
type
andreason
in the REST Bulk API docs. We should also document theerror
type
andreason
fields.Relates to #55043.
The text was updated successfully, but these errors were encountered: