Skip to content

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_CACHEEnable the caching features
PLT_FEATURE_CACHE_RECOMMENDATIONSEnable the ICC caching recommendations
PLT_FEATURE_FFCEnable Fusion, Fission and Cascading optimizations analysis
PLT_FEATURE_RISK_SERVICE_DUMPEnable the dump of application traffic metadata job
PLT_FEATURE_SCALER_TRENDS_LEARNINGEnable the Trends Learning Algorithm

If true the caching features are enabled. Defaults to false

PropertyValue
TypeBoolean
Defaultfalse
ServiceCron
PurposeEnables 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
PropertyValue
TypeBoolean
Defaultfalse
ServiceCron
PurposeEnables 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)
PropertyValue
TypeBoolean
Defaultfalse
ServiceCron
PurposeEnables 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

If true the trend prediction algorithm is enabled. Defaults to false