Skip to content

Commit a924d5a

Browse files
authored
Fix of protocol rst for change in error for PPL query. (#1662)
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
1 parent 8e5d766 commit a924d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/ppl/interfaces/protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ PPL query::
129129
{
130130
"error": {
131131
"reason": "Error occurred in OpenSearch engine: no such index [unknown]",
132-
"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.",
132+
"details": "[unknown] IndexNotFoundException[no such index [unknown]]\nFor more details, please send request for Json format to see the raw response from OpenSearch engine.",
133133
"type": "IndexNotFoundException"
134134
},
135135
"status": 404

0 commit comments

Comments
 (0)