Skip to main content

Drivers

You can connect to tQL remotely using the standard drivers.

JDBC Driver

Download the latest OpenSearch JDBC Driver and use it with your favorite tool:

  • Connect string: jdbc:opensearch://https://tsm.datalite.cloud/ts
  • m-ticket/api/opensearch
  • Authentication: use an existing tSM User with “System.Tql.Remote” privilege

ODBC Driver

Download the latest OpenSearch ODBC Driver and configure Windows ODBC DataSource using the OpenSearch manual.

Additional connectors for ODBC

Using ODBC driver, you can connect:

For more details consult https://github.com/opensearch-project/sql/tree/main/sql-odbc.

  • Using ODBC driver for powerBI with ODBC connect, will be configured:
  • Click on Home > Get Data > More > Other. Select ODBC. Click on Connect.
  • Then choose your ODBC DSN and write a query for index data in the advanced options:
  • Click ok
  • Data preview will be loaded.