BackPrevious Topic   Next TopicNext

Connecting via Elasticsearch Connections

An Elasticsearch connection contains relational data which is transformed from an Elasticsearch data source. This topic describes how you can set up Elasticsearch connections in a catalog, and add and manage tables transformed from the Elasticsearch data sources in the catalog via the connections.

This topic contains the following sections:

How Designer Gets Data from Elasticsearch Data Sources

Designer gets data from Elasticsearch data sources in the same way as it gets data from JSON data sources.

Back to top

Setting Up Elasticsearch Connections in a Catalog

To set up an Elasticsearch connection to connect a catalog to an Elasticsearch data source, follow the steps below:

  1. Create a catalog or open a catalog.
  2. In the Catalog Manager, right-click the node of a data source and choose New Elasticsearch Connection from the shortcut menu.

    If you want to set up the connection in a new data source in the catalog, select any of the existing catalog data sources, select New Data Source on the Catalog Manager toolbar, then in the New Data source dialog box, specify the name of the data source, select the Elasticsearch connection type and select OK.

    Designer displays the Elasticsearch Data Source Options dialog box.

    Elasticsearch Data Source Options dialog box

  3. Specify the URL, user name, and password with which to connect to the Elasticsearch data source.
  4. To get data from the Elasticsearch data source by the request body, select Use Request Body Search and specify the request body.

    You can reference parameters and constant level formulas predefined in the catalog data source in which you create the Elasticsearch connection, and the special field "User Name" in the URL and the request body in the same way as in aggregation pipeline expressions.

  5. To get data from the Elasticsearch data source by the Scroll API, select Scroll and specify how long the Scroll API will keep the search context alive. For more information about the Scroll API, see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html.
  6. When you reference parameters and formulas in the URL or request body, you can select Edit Format to edit the format of their values.
  7. Select OK. Designer displays the Elasticsearch Connection Wizard dialog box.

    Elasticsearch Connection Wizard - Modify Schema Properties

  8. In the Modify Schema Properties screen, Designer lists the elements in the Elasticsearch schema in the Schema box. You can select an element and modify its properties in the Properties box. Select Next.
  9. In the Transformed Relational Schema screen, Designer lists the relational tables built based on the transformed relational schema structure. Check the transformed result in the Transformed Tables box, and then select Next.

    Elasticsearch Connection Wizard - Transformed Relational Schema

  10. In the Add Table screen, add the required tables to the connection.

    Elasticsearch Connection Wizard - Add Table

    You can create queries and business views using these tables and a report is developed from a query (or something else which is functionally similar) or from a business view.

  11. Select Finish to confirm the transformed result and complete the transformation process.

Back to top

Adding More Tables to an Elasticsearch Connection

After you have created an Elasticsearch connection in a catalog, you can add more tables transformed from the Elasticsearch data source into the catalog via the connection.

  1. Do one of the following:
    • Right-click the Elasticsearch connection and select Add Tables from the shortcut menu.
    • Right-click the Tables node of the Elasticsearch connection and select Add Tables from the shortcut menu.
    • Right-click an existing table in the Elasticsearch connection if there is and select Add Tables from the shortcut menu.
    • Right-click any folder in the Tables node of the Elasticsearch connection if you have already created some and select Add Tables from the shortcut menu.
    • Select the Tables node of the Elasticsearch connection, or any existing table or folder in the connection and select Add Tables on the Catalog Manager toolbar.

    Designer displays the Add Tables dialog box.

    Add Tables dialog box

  2. Select Refresh.
  3. Designer displays the tables in the schema that it transforms from the Elasticsearch data source in the Tables box. Choose the required tables and select Add.
  4. After adding the required tables, select Done to close the dialog box.

Back to top

Managing Tables in an Elasticsearch Connection

For the tables that have been transformed from an Elasticsearch data source and added into a catalog via an Elasticsearch connection, you can refresh them, organize them into folders, and remove and add the table columns the same as you do with tables from a JDBC database.

Back to top

BackPrevious Topic  Next TopicNext