Skip to content

Commit 94c2daa

Browse files
committed
[DOCS] Clean up links from SQL client app pages. (#52442)
* [DOCS] Clean up links from SQL client app pages. * Linked to client apps from prereqs.
1 parent 5a3d348 commit 94c2daa

10 files changed

+20
-55
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
[[sql-client-apps-dbeaver]]
44
=== DBeaver
55

6-
[quote, https://dbeaver.io/]
7-
____
8-
https://dbeaver.io/[DBeaver] DBeaver is free and open source universal database tool for developers and database administrators.
9-
____
6+
You can use the {es} JDBC driver to access {es} data from DBeaver.
107

118
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
129

1310
==== Prerequisites
1411

15-
* DBeaver version 6.0.0 or higher
12+
* https://dbeaver.io/[DBeaver] version 6.0.0 or higher
1613
* {es-sql} <<sql-jdbc, JDBC driver>>
1714

1815
==== New Connection

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
[[sql-client-apps-dbvis]]
44
=== DbVisualizer
55

6-
[quote, http://www.dbvis.com/]
7-
____
8-
https://www.dbvis.com/[DbVisualizer] is a database management and analysis tool for all major databases.
9-
____
6+
You can use the {es} JDBC driver to access {es} data from DbVisualizer.
107

118
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
129

1310
==== Prerequisites
1411

12+
* https://www.dbvis.com/[DbVisualizer]
1513
* {es-sql} <<sql-jdbc, JDBC driver>>
1614

1715
==== Add {es} JDBC driver

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
[[sql-client-apps-excel]]
44
=== Microsoft Excel
55

6-
[quote, https://www.techopedia.com/definition/5430/microsoft-excel]
7-
____
8-
https://products.office.com/en/excel[Microsoft Excel] is a software program [...] that allows users to organize, format and calculate data
9-
with formulas using a spreadsheet system.
10-
____
6+
You can use the {es} ODBC driver to access {es} data from Microsoft Excel.
117

128
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
139

1410
==== Prerequisites
1511

16-
* Microsoft Office 2016 or higher
12+
* https://products.office.com/en/excel[Microsoft Office] 2016 or higher
1713
* {es-sql} <<sql-odbc, ODBC driver>>
1814
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
1915

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
[[sql-client-apps-microstrat]]
44
=== MicroStrategy Desktop
55

6-
[quote, https://www.microstrategy.com/us/resources/library/videos/new-microstrategy-desktop]
7-
____
8-
https://www.microstrategy.com/us/get-started/desktop[MicroStrategy Desktop] is a free data discovery tool that helps people bring data to
9-
life using powerful self-service analytics.
10-
____
6+
You can use the {es} ODBC driver to access {es} data from MicroStrategy Desktop.
117

128
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
139

1410
==== Prerequisites
1511

16-
* MicroStrategy Desktop 11 or higher
12+
* https://www.microstrategy.com/us/get-started/desktop[MicroStrategy Desktop] 11 or higher
1713
* {es-sql} <<sql-odbc, ODBC driver>>
1814
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
1915

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
[[sql-client-apps-powerbi]]
44
=== Microsoft Power BI Desktop
55

6-
[quote, https://powerbi.microsoft.com/en-us/what-is-power-bi/]
7-
____
8-
https://powerbi.microsoft.com/en-us/desktop/[Power BI] is a business analytics solution that lets you visualize your data and share
9-
insights across your organization, or embed them in your app or website.
10-
____
6+
You can use the {es} ODBC driver to access {es} data from Microsoft Power BI Desktop.
117

128
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
139

1410
==== Prerequisites
1511

16-
* Microsoft Power BI Desktop 2.63 or higher
12+
* https://powerbi.microsoft.com/en-us/desktop/[Microsoft Power BI Desktop] 2.63 or higher
1713
* {es-sql} <<sql-odbc, ODBC driver>>
1814
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
1915

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
[[sql-client-apps-ps1]]
44
=== Microsoft PowerShell
55

6-
[quote, https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting]
7-
____
8-
https://docs.microsoft.com/en-us/powershell/[PowerShell] is a task-based command-line shell and scripting language built on .NET.
9-
____
10-
11-
PowerShell is available on all recent Windows Desktop OSes. It also has embedded ODBC support, thus offering a quick and accessible way to connect to {es}.
6+
You can use the {es} ODBC driver to access {es} data from Microsoft PowerShell.
127

138
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
149

1510
==== Prerequisites
1611

17-
* Microsoft PowerShell
12+
* https://docs.microsoft.com/en-us/powershell/[Microsoft PowerShell]
1813
* {es-sql} <<sql-odbc, ODBC driver>>
1914
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
2015

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
[[sql-client-apps-qlik]]
44
=== Qlik Sense Desktop
55

6-
[quote, https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/Introduction/at-a-glance.htm]
7-
____
8-
https://www.qlik.com/us/try-or-buy/download-qlik-sense[Qlik Sense Desktop] is a Windows application that gives individuals the opportunity
9-
to use Qlik Sense and create personalized, interactive data visualizations, reports, and dashboards from multiple data sources with
10-
drag-and-drop ease.
11-
____
6+
You can use the {es} ODBC driver to access {es} data from Qlik Sense Desktop.
127

138
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
149

1510
==== Prerequisites
1611

17-
* Qlik Sense Desktop November 2018 or higher
12+
* https://www.qlik.com/us/try-or-buy/download-qlik-sense[Qlik Sense Desktop] November 2018 or higher
1813
* {es-sql} <<sql-odbc, ODBC driver>>
1914
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
2015

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
[[sql-client-apps-squirrel]]
44
=== SQuirreL SQL
55

6-
[quote, http://squirrel-sql.sourceforge.net/]
7-
____
8-
http://squirrel-sql.sourceforge.net/[SQuirreL SQL] is a graphical, [multi-platform] Java program that will allow you to view the structure of a JDBC compliant database [...].
9-
____
6+
You can use the {es} JDBC driver to access {es} data from SQuirreL SQL.
107

118
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
129

1310
==== Prerequisites
1411

12+
* http://squirrel-sql.sourceforge.net/[SQuirreL SQL]
1513
* {es-sql} <<sql-jdbc, JDBC driver>>
1614

1715
==== Add {es} JDBC Driver

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
[[sql-client-apps-tableau]]
44
=== Tableau Desktop
55

6-
[quote, https://www.tableau.com/products/what-is-tableau]
7-
____
8-
https://www.tableau.com/products/desktop[Tableau] is the most powerful, secure, and flexible end-to-end analytics platform
9-
for your data.
10-
____
6+
You can use the {es} ODBC driver to access {es} data from Tableau Desktop.
117

128
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
139

1410
==== Prerequisites
1511

16-
* Tableau 2018 or higher
12+
* https://www.tableau.com/products/desktop[Tableau Desktop] 2018 or higher
1713
* {es-sql} <<sql-odbc, ODBC driver>>
1814
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
1915

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
[[sql-client-apps-workbench]]
44
=== SQL Workbench/J
55

6-
[quote, https://www.sql-workbench.eu/]
7-
____
8-
https://www.sql-workbench.eu/[SQL Workbench/J] is a free, DBMS-independent, cross-platform SQL query tool.
9-
____
6+
You can use the {es} JDBC driver to access {es} data from SQL Workbench/J.
107

118
IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
129

1310
==== Prerequisites
1411

12+
* https://www.sql-workbench.eu/[SQL Workbench/J]
1513
* {es-sql} <<sql-jdbc, JDBC driver>>
1614

1715
==== Add {es} JDBC driver

0 commit comments

Comments
 (0)