ENLYZE data source
Overview of the available data and functionality of the ENLYZE data sources in Grafana.
With Grafana you can easily visualize data from the ENLYZE Manufacturing Data Platform. You can use either a self-hosted Grafana instance or Platform Grafana. Two data sources are available for retrieving data. Here you can learn more about these connections and what data you can access with them.
ENLYZE Grafana Plugin
The ENLYZE Grafana Plugin was developed by ENLYZE. It lets you retrieve machine data such as line speeds, temperature, and pressure values. This data source is therefore ideal for time series displays, status indicators, and comparisons of target and actual values.
The query editor consists of dropdown fields for site, machine, and variable. All active variables from the ENLYZE app can be retrieved.

The ENLYZE Plugin is available by default in Platform Grafana. If you run your own Grafana instance, see Install the ENLYZE Plugin for installation instructions.
Infinity data source
The Infinity data source is a plugin developed by Grafana that serves as a connector for APIs. This makes it ideal for connecting to the ENLYZE API. You can find more information about the Infinity data source in the official Grafana documentation.
A data source connected to the ENLYZE API provides direct access to several predefined data tables. Detailed descriptions of the included data can be found in the linked API documentation.
Sites: All sites available on the ENLYZE platform.
Machines: All machines across all sites.
Products: All products recorded on the platform so far.
Variables: All active variables across all machines.
Production Runs: All production runs recorded on the platform across all machines.
Downtimes: All downtimes recorded on the platform across all machines.
This data source is versatile. For a first look at using the Infinity data source, see the tutorial 02 API Queries.

Install the ENLYZE Plugin
If you run your own Grafana instance and want to use the ENLYZE Plugin, you can install it manually. The plugin is not listed in the Grafana plugin catalog.
We can create a signed version of the ENLYZE Plugin specifically for your instance. For this we need the root_url of your Grafana instance. After receiving the signed plugin, it must be installed manually. The Grafana documentation provides detailed instructions for manual plugin installation.
After installation, you need to add the new data source, which can be found under the name Enlyze.

If the data source does not appear as an option, restart Grafana.
During data source setup you will be prompted to enter the ENLYZE API token, which authenticates your access to the ENLYZE Manufacturing Data Platform.
If you want to use the ENLYZE Plugin, contact your ENLYZE representative. We will provide you with the plugin and the API token and help you with the installation.
Configure the Infinity data source for the ENLYZE API
The Infinity data source can be configured to connect to the ENLYZE API. Here you will find the required settings for correct configuration.
1. Add the data source
First, add a new Infinity data source.

2. Authentication
Go to Authentication and select
Bearer Token.Under Auth details > Bearer token, enter the ENLYZE API token. If you do not 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.
Verify that the custom health check is enabled.
Under Health check URL, enter:
https://app.enlyze.com/api/v2/openapi.json.
Finally, click Save & test. If the configuration is correct, a successful health check will confirm the connection to the API:

Last updated