Remove x-pack references from SQL docs (#107584)

This commit is contained in:
shainaraskas 2024-04-18 14:32:44 -04:00 committed by GitHub
parent d41a518201
commit 346fa8b8b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

View file

@ -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]
--------------------------------------------------

View file

@ -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

View file

@ -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.