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:
parent
9a6c61015c
commit
9c283aed0a
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-excel]]
|
[[sql-client-apps-excel]]
|
||||||
=== Microsoft Excel
|
=== Microsoft Excel
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -14,8 +14,8 @@ ____
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* Microsoft Office 2016 or higher
|
* Microsoft Office 2016 or higher
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Load data into a spreadsheet
|
==== Load data into a spreadsheet
|
||||||
|
|
|
@ -5,19 +5,33 @@
|
||||||
|
|
||||||
beta[]
|
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):
|
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}.
|
as long as the app can use the {es-sql} driver, it can use {es-sql}.
|
||||||
|
|
||||||
* <<sql-client-apps-dbeaver, DBeaver>>
|
* <<sql-client-apps-dbeaver, DBeaver>>
|
||||||
* <<sql-client-apps-dbvis, DbVisualizer>>
|
* <<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-squirrel, SQuirreL SQL>>
|
||||||
* <<sql-client-apps-workbench, SQL Workbench>>
|
* <<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
|
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}.
|
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::dbeaver.asciidoc[]
|
||||||
include::dbvis.asciidoc[]
|
include::dbvis.asciidoc[]
|
||||||
|
include::excel.asciidoc[]
|
||||||
|
include::powerbi.asciidoc[]
|
||||||
|
include::ps1.asciidoc[]
|
||||||
|
include::microstrat.asciidoc[]
|
||||||
|
include::qlik.asciidoc[]
|
||||||
include::squirrel.asciidoc[]
|
include::squirrel.asciidoc[]
|
||||||
|
include::tableau.asciidoc[]
|
||||||
include::workbench.asciidoc[]
|
include::workbench.asciidoc[]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-microstrat]]
|
[[sql-client-apps-microstrat]]
|
||||||
=== MicroStrategy Desktop
|
=== MicroStrategy Desktop
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -14,8 +14,8 @@ ____
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* MicroStrategy Desktop 11 or higher
|
* MicroStrategy Desktop 11 or higher
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Data loading
|
==== Data loading
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-powerbi]]
|
[[sql-client-apps-powerbi]]
|
||||||
=== Microsoft Power BI Desktop
|
=== Microsoft Power BI Desktop
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -14,8 +14,8 @@ ____
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* Microsoft Power BI Desktop 2.63 or higher
|
* Microsoft Power BI Desktop 2.63 or higher
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Data loading
|
==== Data loading
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-ps1]]
|
[[sql-client-apps-ps1]]
|
||||||
=== Microsoft PowerShell
|
=== Microsoft PowerShell
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -16,8 +16,8 @@ connect to {es}.
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* Microsoft PowerShell
|
* Microsoft PowerShell
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Writing a script
|
==== Writing a script
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-qlik]]
|
[[sql-client-apps-qlik]]
|
||||||
=== Qlik Sense Desktop
|
=== Qlik Sense Desktop
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -15,8 +15,8 @@ ____
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* Qlik Sense Desktop November 2018 or higher
|
* Qlik Sense Desktop November 2018 or higher
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Data loading
|
==== Data loading
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="platinum"]
|
[testenv="platinum"]
|
||||||
[[sql-odbc-applications-tableau]]
|
[[sql-client-apps-tableau]]
|
||||||
=== Tableau Desktop
|
=== Tableau Desktop
|
||||||
|
|
||||||
experimental[]
|
experimental[]
|
||||||
|
@ -14,8 +14,8 @@ ____
|
||||||
==== Prerequisites
|
==== Prerequisites
|
||||||
|
|
||||||
* Tableau 2018 or higher
|
* Tableau 2018 or higher
|
||||||
* {product}
|
* {es-sql} <<sql-odbc, ODBC driver>>
|
||||||
* A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
|
* A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
|
||||||
|
|
||||||
==== Data loading
|
==== Data loading
|
||||||
|
|
|
@ -20,10 +20,8 @@ It is a core level driver, exposing all of the functionality accessible through
|
||||||
|
|
||||||
* <<sql-odbc-installation, Driver installation>>
|
* <<sql-odbc-installation, Driver installation>>
|
||||||
* <<sql-odbc-setup, Configuration>>
|
* <<sql-odbc-setup, Configuration>>
|
||||||
* <<sql-odbc-applications, ODBC client applications>>
|
|
||||||
|
|
||||||
include::odbc/installation.asciidoc[]
|
include::odbc/installation.asciidoc[]
|
||||||
include::odbc/configuration.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
|
// vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue