Connecting ENLYZE to Grafana

If you are running your own Grafana instance and would like to start using ENLYZE you can install our plugin or configure an infinity data source to connect to the ENLYZE API.

Check our documentation to understand the difference between the ENLYZE plugin and the infinity data source.

Structure of the ENLYZE Data Sources for Grafana

Installation of the ENLYZE Plugin

The ENLYZE Grafana plugin needs to be installed manually, and it isn't listed in the Grafana plugin Catalogue.

We can create a signed version of the ENLYZE plugin specifically for your instance. To do this, we will need the root_url of your Grafana instance. Once you receive the signed ENLYZE plugin, you will need to install it manually. In the Grafana documentation, you can find a detailed description about how to install plugins in Grafana manually.

After the installation, you will have to add the new data source, which can be found under the name Enlyze.

If the data source doesn't appear as an option please try restarting Grafana.

While setting up the data source, you will be prompted to add the ENLYZE API Key, which authenticates your access to the ENLYZE Manufacturing Data Platform.

If you are interested in using the ENLYZE plugin, simply contact your ENLYZE representative, and we will provide you with the plugin and the API Key. We will also be happy to assist you along the process of installing the plugin.

Configuring the Infinity Data Source to Connect to the ENLYZE API

The infinity data source can be configured to connect to the ENLYZE API. Here, we provide you with the necessary settings to correctly configure the data source.

1. Adding the data source

Start by adding a new infinity data source.

2. Authentication

  • Go to Authentication and choose Bearer Token.

  • Under Auth details > Bearer token, enter the ENLYZE API Key. If you don't have one yet, contact your ENLYZE Representative.

  • Under Allowed Hosts enter https://app.enlyze.com.

3. Base URL

  • Go to URL, Headers & Params.

  • Under Base URL enter: https://app.enlyze.com/api/v2/.

4. Security

  • Go to Security.

  • Under Allowed hosts enter: https://app.enlyze.com.

5. Health Check

  • Go to Health check.

  • Check that the custom health check is enabled.

  • Under Health check URL enter: https://app.enlyze.com/api/v2/openapi.json.

Finally, click on Save & test. If the configuration worked correctly, you should see a successful health check confirming the connection to the API:

Last updated