Integration - Data Exporter

The Turbonomic platform includes the Data Exporter, which you can choose to enable when you install the platform. The Data Exporter streams Turbonomic data about entities and actions as JSON documents that it then publishes to a Kafka topic.

The exporter publishes at different frequencies, depending on the type of data:

  • Entity data: Published every 10 minutes.

  • Actions data:

    • Pending actions: Published every 6 hours. You can configure this via the actionExtractionIntervalMins variable.

    • Executed actions: Published immediately after the action completes, either with success or failure.

You can load the exported data into search and analytics services such as Elasticsearch, and use those services to visualize or analyze the entities and actions in your Turbonomic environment.

With the Data Exporter you can build custom tracking of changes to your environment, and follow the details as Turbonomic keeps your applications healthy.