Hi, i need help with some datamodel acceleration issues in CIM.
The problem is that i accelerated a datamodel with 1y summary range, but after rebuilding it, i cant get results older than last month, neither in pivot or tstats from datamodel. The command datamodel works fine with older events.
Tried to tweak the advanced configuration in the datamodel acceleration settings, but nothing changed.
The query using tstats:
| tstats prestats=true local=false summariesonly=true allow_old_summaries=true count from datamodel=Network_Traffic.All_Traffic by _time,All_Traffic.transport span=10m
| timechart minspan=10m count by All_Traffic.transport
Am i missing some configuration that forces the acceleration date range to the last month range?
Appreciate any insight about this issue.
EDIT: this are the configuration settings
Check Update1 in the opening post for a solution that worked for us.
Check Update1 in the opening post for a solution that worked for us.
Hi @joshiro,
Please check backfill range value. It may be 1 month long. That is why older data may not be accelerated.
Changed backfill range to 1y, but it didnt solve the problem.
Thanks for the suggestion.