I had tried installing xpack. But unfortunately Iam not able to use the same. I have attached the output and command. Please help.
Command
GET /_cat/plugins?v
Output
name component version
Qreda_Dev-1 sql 5.3.0.0
Qreda_Dev-1 x-pack 5.3.0
Command
POST /_sql?format=txt
{
"query":"select * from consumer_tag_store"
}
Output
{
"error": {
"root_cause": [
{
"type": "null_pointer_exception",
"reason": null
}
],
"type": "null_pointer_exception",
"reason": null
},
"status": 500