Overview Using Kibana Console Overview The SQL REST API accepts SQL in a JSON document, executes it, and returns the results. For example: POST / _sql ? format = txt { ...
SQL CLI SQL CLI Elasticsearch ships with a script to run the SQL CLI in its bin directory: $ ./ bin / elasticsearch - sql - cli You can pass the URL of the Elasticsearch...