Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected example for temporary pipeline (#5555)
The temporary pipeline has to be referenced with `search_pipeline` instead of `pipeline` in the JSON. Otherwise, you get the error `{"error":{"root_cause":[{"type":"parsing_exception","reason":"Unknown key for a START_OBJECT in [pipeline].","line":8,"col":16}],"type":"parsing_exception","reason":"Unknown key for a START_OBJECT in [pipeline].","line":8,"col":16},"status":400}`. Tested with Docker image `opensearchproject/opensearch:2.11.0`. Signed-off-by: Tim Vossen <[email protected]>
- Loading branch information