Hi,
When I access the "Usage Report - Previous 30 Days" I am being shown only 3 days of information.
Is there something that needs to be set to rectify this?
frozenTimePeriodInSecs = 2592000 - 30 days
The data for license usage is stored in index=_internal. Check what's the retention period that you/your administrator set as retention for _internal index. (check value of frozenTimePeriodInSecs for _internal index in indexes.conf on Indexers OR use query | rest /services/data/indexes | search title=_internal
). It could have been set to just 3 days.
frozenTimePeriodInSecs = 2592000