Elaticsearch SQL CLI is not working

Hi team,

I am not able to run the SQL commands in SQL CLI tool. Any pointers how to use it or any supporting docs to refer. i am getting different kind of error messages when trying to run the queries in SQL CLI .

"error": {
"root_cause": [
{
"type": "parsing_exception",
"reason": "line 2:6: no viable alternative at input 'SHOW TABLE'"
}
],
"type": "parsing_exception",
"reason": "line 2:6: no viable alternative at input 'SHOW TABLE'",
"caused_by": {
"type": "no_viable_alt_exception",
"reason": null
}
},
"status": 400
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.