Hey i was just trying to use Elasticsearch sql and just installed xpack on my Elasticsearch and using kibana dev tools to query my documents i am unable to use
`
GET /_xpack/sql?format=txt
`
it always throws
{
"error": {
"root_cause": [
{
"type": "invalid_index_name_exception",
"reason": "Invalid index name [xpack], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_xpack"
}
],
"type": "invalid_index_name_exception",
"reason": "Invalid index name [xpack], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_xpack"
},
"status": 400
}
can someone help me fix this ?