[role="xpack"] [testenv="basic"] [[xpack-sql]] = SQL access :sql-tests: {xes-repo-dir}/../../plugin/sql/qa :sql-specs: {sql-tests}/src/main/resources/ :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/sql/qa/security :es-sql: Elasticsearch SQL [partintro] -- X-Pack includes a SQL feature to execute SQL queries against {es} indices and return results in tabular format. The following chapters aim to cover everything from usage, to syntax and drivers. Experience users or those in a hurry might want to jump directly to the list of SQL <> and <>. <>:: Overview of {es-sql} and its features. <>:: Start using SQL right away in {es}. <>:: Language conventions across SQL and {es}. <>:: Secure {es-sql} and {es}. <>:: Execute SQL in JSON format over REST. <>:: Translate SQL in JSON format to {es} native query. <>:: Command-line application for executing SQL against {es}. <>:: JDBC driver for {es}. <>:: ODBC driver for {es}. <>:: Setup various SQL/BI tools with {es-sql}. <>:: Overview of the {es-sql} language, such as supported data types, commands and syntax. <>:: List of functions and operators supported. <>:: {es-sql} current limitations. -- include::overview.asciidoc[] include::getting-started.asciidoc[] include::concepts.asciidoc[] include::security.asciidoc[] include::endpoints/index.asciidoc[] include::language/index.asciidoc[] include::functions/index.asciidoc[] include::appendix/index.asciidoc[] include::limitations.asciidoc[] :jdbc-tests!: