Aria Operations trend/forecast views are not showing data older than 3 months
book
Article ID: 403431
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Unable to see the trend view older than 3 months.
Environment
Aria Operations: 8.18.3
Cause
The trend/forecast in the views is calculated based on the last 90 days of historical data of the specified time range by default. It does not matter what is the start time in the view configuration, and this is done for performance improvement purposes
Even if the View's time range is specified less than 90 days the trend/forecast calculation takes 90 days of historical data for accurate calculation (when available).
Resolution
Take a snapshot of the Aria Operations cluster without a memory as per How to take a Snapshot
SSH to all analytics nodes (Primary, Replica, Data)
Stop the analytics process on all the nodes, beginning with Data nodes, then Replica (if present), ending with the Primary node.
service analytics stop
Edit the property file /usr/lib/vmware-vcops/user/conf/analytics/capacity.properties and change the value of property name historicDataRangeForTrend (Note:This value is in days)
Repeat step 4 on all analytics nodes (Primary, Replica, Data)
Start the analytics process so changes take effect, beginning with the Primary node, then Replica (if present), ending with Data nodes.