SQL Handle for Elastic Search

Hello guys,
Iam unable to query data residing in Elastic. I need to install SQL for querying the data residing in Elastic search. Please let me know whether it is possible to install SQL handle for Kibana or Elastic search.

Below given are the details
Elastic search version - 5.3.0
Kibana version - kibana-5.3.0-linux-x86_64

Please let me know whether I would be able to work with SQL commands with the above given installation.

Why?

Upgrade. To at least 6.8 or better 7.6

Is it possible to query SQL commands with the current version that is 5.3.0

It was added in 6.3 I think.
May be there are 3rd party plugins available for older versions.

But you did not answer my question.

Since Iam not familiar with Kibana console Iam unable to query data residing in Elastic search

You can go to the Dev Console in Kibana and type:

GET /_search

BTW I see that we already answered you in No handler found for uri [/_sql] and method [POST] I think.

Apologies for late reply. Since Iam confortable with Mysql commands I was looking forward to work with Mysql commands. @Andrei_Stefan as you had mentioned to use /_xpack/sql. But unfortunately it did not work

What is the output of:

GET /_cat/plugins?v

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