Configuration of Aggregation Rules

As an administrator, you can change the configuration of aggregation rules.

You can modify the following aggregation parameters:
  • purgeFrequencyInMinutes: The aggregated data of all aggregation rules in the appliance is purged every 60 minutes (default value). If required, you can change the default frequency by changing the value of the purgeFrequencyInMinutes parameter (in minutes).

Sample Configuration File

The following sample file includes the settings for aggregation rules. The values shown are the default values stored in the LogLogic LMI appliance.

unity/system/config/aggregationnodes/aggregationnode-0000000000
Node data:
{
 "services": {
   "rest": {
     "host": "0.0.0.0",
     "port": 9685
   },
   "query": {
     "host": "0.0.0.0",
     "port": 9626
   }
 },
 "storage": {
   "type": "mysql",
   "path": "/loglogic/data/.aggregation/acache",
   "indexed": true,
   "host": "127.0.0.1",
   "port": 3306
 },
 "purgeFrequencyInMinutes": 60,
 "version": 1
}
The changes take effect only after you run the llconf command, as per the steps provided in Configuring Advanced Features.