Skip to content

Commit

Permalink
Fix of protocol rst for change in error for PPL query. (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#1662)

Signed-off-by: Mitchell Gale <[email protected]>
(cherry picked from commit a924d5a)
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Jul 10, 2023
1 parent fa82bae commit 5ff72a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/interfaces/protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PPL query::
{
"error": {
"reason": "Error occurred in OpenSearch engine: no such index [unknown]",
"details": "org.opensearch.index.IndexNotFoundException: no such index [unknown]\nFor more details, please send request for Json format to see the raw response from OpenSearch engine.",
"details": "[unknown] IndexNotFoundException[no such index [unknown]]\nFor more details, please send request for Json format to see the raw response from OpenSearch engine.",
"type": "IndexNotFoundException"
},
"status": 404
Expand Down

0 comments on commit 5ff72a6

Please sign in to comment.