This article describes how to force the Automic Analytics collector to re-sync historical execution data (Activity History) from the Automation Engine database. This is required when historical data was missing during the initial collection or after an ILM recovery where execution history was repopulated.
The Analytics collector uses the latest timestamp in the Postgres database to determine where to start collecting. If historical data is inserted into the Automation Engine database after the collector has already passed that date, the collector will not automatically pick up the older records.
To force a re-collection of historical data, follow these steps:
application.properties).collector.ae.initial_collect_before_now_days=365The collector will now begin re-syncing all data within the specified timeframe. This process may take significant time depending on the volume of data.