mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Remove x-pack references from SQL docs (#107584)
This commit is contained in:
parent
d41a518201
commit
346fa8b8b5
3 changed files with 3 additions and 6 deletions
|
@ -40,7 +40,7 @@ Frank Herbert |Dune |604 |1965-06-01T00:00:00.000Z
|
|||
// TESTRESPONSE[non_json]
|
||||
|
||||
You can also use the <<sql-cli>>. There is a script to start it
|
||||
shipped in x-pack's bin directory:
|
||||
shipped in the Elasticsearch `bin` directory:
|
||||
|
||||
[source,bash]
|
||||
--------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[role="xpack"]
|
||||
[[xpack-sql]]
|
||||
= SQL
|
||||
|
||||
|
@ -11,8 +10,7 @@
|
|||
[partintro]
|
||||
--
|
||||
|
||||
X-Pack includes a SQL feature to execute SQL queries against {es}
|
||||
indices and return results in tabular format.
|
||||
{es} includes a SQL feature to execute SQL queries against indices and return results in tabular format.
|
||||
|
||||
The following chapters aim to cover everything from usage, to syntax and drivers.
|
||||
Experienced users or those in a hurry might want to jump directly to
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[role="xpack"]
|
||||
[[sql-overview]]
|
||||
== Overview
|
||||
|
||||
|
@ -8,7 +7,7 @@
|
|||
[discrete]
|
||||
=== Introduction
|
||||
|
||||
{es-sql} is an X-Pack component that allows SQL-like queries to be executed in real-time against {es}.
|
||||
{es-sql} is a feature that allows SQL-like queries to be executed in real-time against {es}.
|
||||
Whether using the REST interface, command-line or JDBC, any client can use SQL to search and aggregate data
|
||||
_natively_ inside {es}.
|
||||
One can think of {es-sql} as a _translator_, one that understands both SQL and {es} and makes it easy to read and process data in real-time, at scale by leveraging {es} capabilities.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue