SQL: Move the SQL ODBC client applications pages from the ODBC section into the general ES SQL Client Applications page (#37004)

This commit is contained in:
Andrei Stefan 2018-12-31 14:07:39 +02:00 committed by GitHub
parent 9a6c61015c
commit 9c283aed0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 33 additions and 53 deletions

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-excel]]
[[sql-client-apps-excel]]
=== Microsoft Excel
experimental[]
@ -14,8 +14,8 @@ ____
==== Prerequisites
* Microsoft Office 2016 or higher
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Load data into a spreadsheet

View File

@ -5,19 +5,33 @@
beta[]
Thanks to its <<sql-jdbc, JDBC>> interface, a broad range of third-party applications can use {es}'s SQL capabilities.
Thanks to its <<sql-jdbc, JDBC>> and <<sql-odbc, ODBC>> interfaces, a broad range of third-party applications can use {es}'s SQL capabilities.
This section lists, in alphabetical order, a number of them and their respective configuration - the list however is by no means comprehensive (feel free to https://www.elastic.co/blog/art-of-pull-request[submit a PR] to improve it):
as long as the app can use the {es-sql} driver, it can use {es-sql}.
* <<sql-client-apps-dbeaver, DBeaver>>
* <<sql-client-apps-dbvis, DbVisualizer>>
* <<sql-client-apps-excel, Microsoft Excel>>
* <<sql-client-apps-powerbi, Microsoft Power BI Desktop>>
* <<sql-client-apps-ps1, Microsoft PowerShell>>
* <<sql-client-apps-microstrat, MicroStrategy Desktop>>
* <<sql-client-apps-qlik, Qlik Sense Desktop>>
* <<sql-client-apps-squirrel, SQuirreL SQL>>
* <<sql-client-apps-workbench, SQL Workbench>>
* <<sql-client-apps-tableau, Tableau Desktop>>
NOTE: Each application has its own requirements and license; these are outside the scope of this documentation
which covers only the configuration aspect with {es-sql}.
WARNING: The support for applications implementing the ODBC 2.x standard and prior is currently limited.
include::dbeaver.asciidoc[]
include::dbvis.asciidoc[]
include::excel.asciidoc[]
include::powerbi.asciidoc[]
include::ps1.asciidoc[]
include::microstrat.asciidoc[]
include::qlik.asciidoc[]
include::squirrel.asciidoc[]
include::tableau.asciidoc[]
include::workbench.asciidoc[]

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-microstrat]]
[[sql-client-apps-microstrat]]
=== MicroStrategy Desktop
experimental[]
@ -14,8 +14,8 @@ ____
==== Prerequisites
* MicroStrategy Desktop 11 or higher
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Data loading

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-powerbi]]
[[sql-client-apps-powerbi]]
=== Microsoft Power BI Desktop
experimental[]
@ -14,8 +14,8 @@ ____
==== Prerequisites
* Microsoft Power BI Desktop 2.63 or higher
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Data loading

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-ps1]]
[[sql-client-apps-ps1]]
=== Microsoft PowerShell
experimental[]
@ -16,8 +16,8 @@ connect to {es}.
==== Prerequisites
* Microsoft PowerShell
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Writing a script

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-qlik]]
[[sql-client-apps-qlik]]
=== Qlik Sense Desktop
experimental[]
@ -15,8 +15,8 @@ ____
==== Prerequisites
* Qlik Sense Desktop November 2018 or higher
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Data loading

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications-tableau]]
[[sql-client-apps-tableau]]
=== Tableau Desktop
experimental[]
@ -14,8 +14,8 @@ ____
==== Prerequisites
* Tableau 2018 or higher
* {product}
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
* {es-sql} <<sql-odbc, ODBC driver>>
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
==== Data loading

View File

@ -20,10 +20,8 @@ It is a core level driver, exposing all of the functionality accessible through
* <<sql-odbc-installation, Driver installation>>
* <<sql-odbc-setup, Configuration>>
* <<sql-odbc-applications, ODBC client applications>>
include::odbc/installation.asciidoc[]
include::odbc/configuration.asciidoc[]
include::odbc/applications.asciidoc[]
// vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138

View File

@ -1,32 +0,0 @@
[role="xpack"]
[testenv="platinum"]
[[sql-odbc-applications]]
=== ODBC client applications
experimental[]
Thanks to a standardized API, a broad range of third-party ODBC-enabled applications can access {es} using {product}.
This section will collect alphabetically an increasing list of such applications along with the configuration steps that need to be taken
within them.
* <<sql-odbc-applications-excel, Microsoft Excel>>
* <<sql-odbc-applications-powerbi, Microsoft Power BI Desktop>>
* <<sql-odbc-applications-ps1, Microsoft PowerShell>>
* <<sql-odbc-applications-microstrat, MicroStrategy Desktop>>
* <<sql-odbc-applications-qlik, Qlik Sense Desktop>>
* <<sql-odbc-applications-tableau, Tableau Desktop>>
NOTE: Each application has its own requirements and licensing; these are outside the scope of this documentation which only covers the
configuration aspect of integration with {es-sql}.
WARNING: The support for applications implementing the ODBC 2.x standard and prior is currently limited.
include::applications-excel.asciidoc[]
include::applications-powerbi.asciidoc[]
include::applications-ps1.asciidoc[]
include::applications-microstrat.asciidoc[]
include::applications-qlik.asciidoc[]
include::applications-tableau.asciidoc[]
// vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140