It appears as though Analytics is updating every 5 minutes, is there a way to change the rate?
Release : 12.3
Component : ANALYTICS
The applications.properties file contains multiple settings that can be configured:
In this case, the correct setting to change for the Automation Engine would be (uncommented):
collector.ae.normal_sampling_period_minutes=5
#The following settings can be configured for collectors. Replace <collector> with the collector that is being configured. The values shown are the default values for those settings.
#Enable/disable the collection of source data
#<collector>.enabled=true
#Safety margin for interval calculation
#<collector>.safety_margin_seconds=60
#Normal sampling period for data collection interval
#<collector>.normal_sampling_period_minutes=5
#Large sampling period used when last interval is longer ago than normal sampling period
#<collector>.large_sampling_period_days=1
#Initial start for data collection in days before now
#<collector>.initial_collect_before_now_days=32
#Maximum number of rows to be inserted at once within data collection
#<collector>.chunk_size_rows=10000
#Maximum number of rows to be enriched at once
#<collector>.enricher_chunk_size_rows=1000