IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SQL Access
editSQL Access
editThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview 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.
- 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.