Configure Anomaly Detection Model Training

To adjust anomaly detection settings, edit the ad-anomaly.yml configuration file on the Pulse node.

File path: /data01/acceldata/config/docker/addons/ad-anomaly.yml

Example Configuration:

Bash
Copy

The configuration details are as follows.

ParameterDescriptionDefault ValueNotes
THRESHOLDThe Threshold defines how much deviation from the upper and lower thresholds is acceptable.5 %The default value is used if not explicitly set.
DAYS_OF_DATA_TO_FETCHSpecifies the time range for which data is retrieved.30 daysThe default value ensures 30 days of historical data is fetched.
INSTANT_QUERY_STEPDefines the time interval (resolution) between consecutive data points in the query result.5mDefault interval between data points.
MONGO_URIThe connection URI for MongoDB.No defaultMust be explicitly configured with your MongoDB connection string.
MONGO_ENCRYPTEDIndicates whether the MongoDB connection is encrypted.trueDefault assumes secure (SSL/TLS) connection.
MONGO_SECRETStores the encryption secret used to connect securely to MongoDB.No defaultMust be provided when encryption is enabled.

After updating the configuration:

  1. Save your changes.
  2. Restart the Pulse service, if required, for the changes to take effect.

By default, Pulse runs a range query that fetches data for the past 30 days, returning data points at 5-minute intervals.

Each data point represents a snapshot taken every 5 minutes across the 30-day time range.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard