From a924d5a16bc0f24ef77fb4af5ac7e967cca84a43 Mon Sep 17 00:00:00 2001 From: Mitchell Gale <104795536+MitchellGale@users.noreply.github.com> Date: Fri, 26 May 2023 13:02:23 -0700 Subject: [PATCH] Fix of protocol rst for change in error for PPL query. (#1662) 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