A security team uses the CIM 'Authentication' data model to investigate failed logins. They have enabled acceleration on the data model and set a summary range of '1d'. After one week, searches against the data model are still slow and use the `search` command instead of `tstats`. What should they check first?
If the search time range exceeds the summary range, `tstats` cannot be used and Splunk falls back to search.
Why this answer
Data model acceleration must be built and the search time range must be within the summary range for `tstats` to be used. If acceleration is not built or the search time range exceeds the summary range, Splunk will fall back to the `search` command. Therefore, the first check should be confirming that acceleration is built and the search time is within the summary range.