applications.asciidoc 1.3 KB

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