Features
ICC uses environment variables with the PLT_FEATURE_
prefix to control optional features. Most feature flags are boolean values that enable or disable specific functionality, particularly scheduled jobs in the cron service. This document describes the feature flags and environment variables available for controlling optional functionality in ICC (Intelligent Command Center).
PLT_FEATURE_CACHE | Enable the caching features |
---|---|
PLT_FEATURE_CACHE_RECOMMENDATIONS | Enable the ICC caching recommendations |
PLT_FEATURE_FFC | Enable Fusion, Fission and Cascading optimizations analysis |
PLT_FEATURE_RISK_SERVICE_DUMP | Enable the dump of application traffic metadata job |
PLT_FEATURE_SCALER_TRENDS_LEARNING | Enable the Trends Learning Algorithm |
PLT_FEATURE_CACHE
Section titled “PLT_FEATURE_CACHE”If true
the caching features are enabled. Defaults to false
PLT_FEATURE_CACHE_RECOMMENDATIONS
Section titled “PLT_FEATURE_CACHE_RECOMMENDATIONS”Property | Value |
---|---|
Type | Boolean |
Default | false |
Service | Cron |
Purpose | Enables the TRAFFICANTE cron job for cache recommendations |
Functionality:
- Enables daily cache optimization recommendations via the Trafficante service
- Runs at midnight daily (0 0 * * *) when enabled (default value)
- Helps optimize cache performance across applications
PLT_FEATURE_RISK_SERVICE_DUMP
Section titled “PLT_FEATURE_RISK_SERVICE_DUMP”Property | Value |
---|---|
Type | Boolean |
Default | false |
Service | Cron |
Purpose | Enables the RISK_SERVICE_DUMP cron job for exporting application traffic metadata |
Functionality:
- Enables daily risk service data dumps for analysis
- Runs at midnight daily (0 0 * * *) when enabled (default)
PLT_FEATURE_FFC
Section titled “PLT_FEATURE_FFC”Property | Value |
---|---|
Type | Boolean |
Default | false |
Service | Cron |
Purpose | Enables the FFC_RECOMMENDER cron job for Fast Feedback Control |
Functionality:
- Enables Fast Feedback Control cluster optimization recommendations
- Runs at midnight daily (0 0 * * *) when enabled (default)
- Provides intelligent cluster resource optimization suggestions
PLT_FEATURE_SCALER_TRENDS_LEARNING
Section titled “PLT_FEATURE_SCALER_TRENDS_LEARNING”If true
the trend prediction algorithm is enabled. Defaults to false