From 0aab96aa1ae5d42065230e0ed3fe4480c5fc0e50 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 May 2018 10:09:08 -0700 Subject: [PATCH] [DOCS] Remove X-Pack references from SQL CLI --- x-pack/docs/en/sql/endpoints/cli.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/sql/endpoints/cli.asciidoc b/x-pack/docs/en/sql/endpoints/cli.asciidoc index 8f217b61e452a..edbb1dcace4f1 100644 --- a/x-pack/docs/en/sql/endpoints/cli.asciidoc +++ b/x-pack/docs/en/sql/endpoints/cli.asciidoc @@ -2,7 +2,7 @@ [[sql-cli]] == SQL CLI -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: [source,bash] -------------------------------------------------- @@ -11,7 +11,7 @@ $ ./bin/elasticsearch-sql-cli The jar containing the SQL CLI is a stand alone Java application and the scripts just launch it. You can move it around to other machines -without having to install Elasticsearch or X-Pack on them. +without having to install Elasticsearch on them. You can pass the URL of the Elasticsearch instance to connect to as the first parameter: