We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52021f commit d7a4441Copy full SHA for d7a4441
x-pack/docs/en/sql/endpoints/cli.asciidoc
@@ -2,7 +2,7 @@
2
[[sql-cli]]
3
== SQL CLI
4
5
-X-Pack ships with a script to run the SQL CLI in its bin directory:
+Elasticsearch ships with a script to run the SQL CLI in its `bin` directory:
6
7
[source,bash]
8
--------------------------------------------------
@@ -11,7 +11,7 @@ $ ./bin/elasticsearch-sql-cli
11
12
The jar containing the SQL CLI is a stand alone Java application and
13
the scripts just launch it. You can move it around to other machines
14
-without having to install Elasticsearch or X-Pack on them.
+without having to install Elasticsearch on them.
15
16
You can pass the URL of the Elasticsearch instance to connect to as
17
the first parameter:
0 commit comments