IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SQL Accessedit
This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
X-Pack includes a SQL feature to execute SQL against Elasticsearch indices and return results in tabular format.
- Overview
- Overview of Elasticsearch SQL and its features.
- Getting Started
- Start using SQL right away in Elasticsearch.
- Concepts and Terminology
- Language conventions across SQL and Elasticsearch.
- Security
- Securing Elasticsearch SQL and Elasticsearch.
- REST API
- Accepts SQL in a JSON document, executes it, and returns the results.
- Translate API
- Accepts SQL in a JSON document and translates it into a native Elasticsearch query and returns that.
- CLI
- Command-line application that connects to Elasticsearch to execute SQL and print tabular results.
- JDBC
- A JDBC driver for Elasticsearch.
- Client Applications
- Documentation for configuring various SQL/BI tools with Elasticsearch SQL.
- SQL Language
- Overview of the Elasticsearch SQL language, such as supported data types, commands and syntax.
- Functions and Operators
- List of functions and operators supported.