Pricing Try it now
SENTIENT ANALYTICS
Getting Started Documentation Guides Installation How To Activate SENTIENT ANALYTICS
On this page

Connect SENTIENT ANALYTICS to the SENTIENT

SENTIENT ANALYTICS with SENTIENT 4.2.1 or Older

This guide explains how to connect SENTIENT ANALYTICS with SENTIENT 4.2.1 or older. We strongly recommend updating SENTIENT to the latest version to access all SENTIENT ANALYTICS and SENTIENT features.

To install SENTIENT ANALYTICS for SENTIENT 4.2.1 or older:

  1. Start from step 1 of the installation guide.
  2. Before the Start SENTIENT ANALYTICS service step, configure SENTIENT_ANALYTICS_LICENSE_SECRET and TB_API_URL.
  3. Complete all other steps, except for Sync SENTIENT With SENTIENT ANALYTICS.
  4. Perform post-installation steps.

Configure License Secret

To interact with SENTIENT 4.2.1 or older, you need a SENTIENT ANALYTICS license secret key. If you do not have one, obtain it from the SENTIENT support team.

Edit the SENTIENT ANALYTICS configuration file:

1
sudo nano /etc/sentient-analytics/conf/sentient-analytics.conf

Add the following line and replace YOUR_LICENSE_SECRET_HERE with your license key:

1
export SENTIENT_ANALYTICS_LICENSE_SECRET=YOUR_LICENSE_SECRET_HERE

For Docker installations, update the SENTIENT_ANALYTICS_LICENSE_SECRET environment variable with the correct value.

Configure TB_API_URL

By default, SENTIENT ANALYTICS assumes SENTIENT is hosted on the same instance and accessible at:

1
http://localhost:9090

If SENTIENT is hosted on a different instance or port, update the configuration accordingly:

1
sudo nano /usr/share/sentient-analytics/conf/sentient-analytics.conf

Set the correct URL:

1
export TB_API_URL=http://localhost:9090

For Docker installations, update the TB_API_URL environment variable with the correct value.

Next Steps

  • Getting started guide - These guide provide quick overview of main SENTIENT ANALYTICS features.

  • Metric Explorer - Learn how to explore and create new metrics with SENTIENT ANALYTICS Metric Explorer.

  • Anomaly Detection - Learn how to identify anomalies in the data.

  • Calculated Fields - Learn about Calculated fields and how to use them.

  • States - Learn how to define and analyse states for assets based on raw telemetry.

  • Prediction - Learn how to make forecasts and predict telemetry behavior.

  • Filters - Learn how filter dataset during analysis.

  • Available Visualizations - Learn about visualization widgets available in SENTIENT ANALYTICS and how to configure them.

  • Share and embed Visualizations - Learn how to add SENTIENT ANALYTICS visualizations on SENTIENT dashboard or 3rd party web pages.

  • AI Assistant - Learn how to utilize SENTIENT ANALYTICS AI capabilities.