From f913f0fac8254a674784ca024448ff70c5b297d5 Mon Sep 17 00:00:00 2001 From: Mitchell Gale Date: Thu, 25 May 2023 14:48:14 -0700 Subject: [PATCH] Fix of protocol rst for change in error for PPL query. Signed-off-by: Mitchell Gale --- docs/user/ppl/interfaces/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/ppl/interfaces/protocol.rst b/docs/user/ppl/interfaces/protocol.rst index d3706e7f20..a76dba301b 100644 --- a/docs/user/ppl/interfaces/protocol.rst +++ b/docs/user/ppl/interfaces/protocol.rst @@ -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