Skip to content

Commit 3aa417e

Browse files
authored
DOC: Update section for SQuirrel SQL 4.0.0 (#46726)
The just released SQuirrel SQL 4.0.0 provides an Elasticsearch driver definition out of the box; update the documentation to reflect that.
1 parent a2a502b commit 3aa417e

8 files changed

+7
-7
lines changed
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading

docs/reference/sql/endpoints/client-apps/squirrel.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ IMPORTANT: Elastic does not endorse, promote or provide support for this applica
1212

1313
==== Prerequisites
1414

15+
* SQuirreL SQL version 4.0.0 or higher
1516
* {es-sql} <<sql-jdbc, JDBC driver>>
1617

1718
==== Add {es} JDBC Driver
@@ -20,22 +21,21 @@ To add the {es} JDBC driver, use *Windows* > *View Drivers* menu (or Ctrl+Shift+
2021

2122
image:images/sql/client-apps/squirell-1-view-drivers.png[]
2223

23-
This opens up the `Drivers` panel on the left. Click on the `+` sign to create a new driver:
24+
Select *Elasticsearch* profile from the `Drivers` panel on the left-hand side (if it is missing check the SQuirreL SQL version or add a new entry to the list through the `+' button in the upper left corner):
2425

25-
image:images/sql/client-apps/squirell-2-new-driver.png[]
26+
image:images/sql/client-apps/squirell-2-select-driver.png[]
2627

27-
Select the *Extra Class Path* tab and *Add* the JDBC jar. *List Drivers* to have the `Class Name` filled-in
28-
automatically and name the connection:
28+
Select the *Extra Class Path* tab and *Add* the JDBC jar. Name the connection and *List Drivers* to have `Class Name` populated if it is not already filled-in :
2929

3030
image:images/sql/client-apps/squirell-3-add-driver.png[]
3131

32-
The driver should now appear in the list:
32+
The driver should now appear in the list with a blue check mark next to its name:
3333

3434
image:images/sql/client-apps/squirell-4-driver-list.png[]
3535

3636
==== Add an alias for {es}
3737

38-
Add a new connection or in SQuirelL terminology an _alias_ using the new driver. To do so, select the *Aliases* panel on the left and click the `+` sign:
38+
Add a new connection or in SQuirrelL terminology an _alias_ using the *Elasticsearch* driver. To do so, select the *Aliases* panel on the left and click the `+` sign:
3939

4040
image:images/sql/client-apps/squirell-5-add-alias.png[]
4141

@@ -47,6 +47,6 @@ The setup is completed. Double check it by clicking on *Test Connection*.
4747

4848
==== Execute SQL queries
4949

50-
The connection should open automatically (if it has been created before simply click on *Connect* in the *Alias* panel). SQuirelL SQL can now issue SQL commands to {es}:
50+
The connection should open automatically (if it has been created before simply click on *Connect* in the *Alias* panel). SQuirrelL SQL can now issue SQL commands to {es}:
5151

5252
image:images/sql/client-apps/squirell-7-data.png[]

0 commit comments

Comments
 (0)