Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

History

History
68 lines (41 loc) 路 2.37 KB

tableau_support.md

File metadata and controls

68 lines (41 loc) 路 2.37 KB

Connecting Open Distro For ElasticSearch to Tableau Desktop via the Tableau Connector

Overview

Connect an Open Distro For ElasticSearch data source to Tableau Desktop via the Tableau Connector to create a basic graph.

Prerequisites

Prepare data

  • Copy odfe_sql_odbc.taco file to My Tableau Repository.

    • On windows: %User%/Documents/My Tableau Repository/Connectors/.
    • On Mac: ~/Documents/My Tableau Repository/Connectors/.
  • Open Tableau using following command

<full-Tableau-path>\bin\tableau.exe -DDisableVerifyConnectorPluginSignature=true
  • Click on Connect > More > SQL by Open Distro for ES.

  • Enter Server & Port value.
  • Select required authentication option. For AWS_SIGV4 authentication, select Integrated Authentication and enter value for Region.
  • Use Additional Options section for specifying options like FetchSize, ResponseTimeout. Use ; to separate values. For example,
FetchSize=2000;ResponseTimeout=20;

  • Click on Sign In.
  • You will get a list of tables when the connection is successful.

Analyze Data

To generate a graph,

  • Double click on any required table from the list and click on Update Now to load data preview.

  • Data preview will be loaded.

  • Click on Sheet 1. You can see a list of attributes under section Data.

  • Double click on any required attributes to generate a simple graph.

  • You can change visualizations by selecting any active visualization from Show Me.