Courseiva
Macros, Saved Searches and CIMmediumMultiple ChoiceObjective-mapped

Why CIM Data Model Acceleration May Fail: Summary Range and earliest_time

Exhibit

[dm_acceleration]
datamodel = Network_Traffic
summary_range = 30d
earliest_time = -7d@d

Refer to the exhibit. An admin configures acceleration for the Network_Traffic data model as shown. A user runs a search using the data model over the last 60 days. Why might the search be slower for data older than 7 days?

Quick Answer

Data model acceleration doesn't summarize your entire dataset by default, it only builds its summary for whatever time window the acceleration configuration specifies, and searches falling outside that window have to fall back to scanning raw, unaccelerated events, which is inherently slower. Here, earliest_time is set to -7d@d, meaning the acceleration summary only covers the trailing 7 days of data; any part of a search's time range that extends beyond that, like the remaining days in a 60-day query, isn't covered by the accelerated summary at all and has to be searched the traditional way. This is a distinct setting from summary_range, which governs how long accelerated summary data is retained before being aged out, not how far back the acceleration actually extends its coverage in the first place; conflating the two is an easy mistake since both deal with time and data models. It's also worth noting that using the datamodel command isn't a prerequisite for benefiting from acceleration, since acceleration is applied transparently whenever a search leverages the data model. The general principle to carry forward is that data model acceleration only speeds up queries within its configured earliest_time window, so any exam scenario describing degraded performance for data older than a stated boundary is almost always pointing at that earliest_time setting rather than a retention or command-related setting.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The earliest_time is set to -7d@d, so the acceleration index only covers the last 7 days

The `earliest_time` parameter in the acceleration configuration is set to -7d@d, meaning the acceleration summary is built only for data from the last 7 days. Searches querying older data must scan raw events, which is slower. Option A is incorrect because summary_range controls how long to keep accelerated data, not the time range covered. Option B misstates the summary_range: it is set to 30d, not that data within 30 days is accelerated. Option D is incorrect; the datamodel command is not required to use acceleration; acceleration is transparently applied when using the data model.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The data model is not compatible with acceleration

    Why it's wrong here

    Incorrect: CIM data models support acceleration.

  • The summary_range is set to 30d, so only data within 30 days is accelerated

    Why it's wrong here

    Incorrect: summary_range controls retention, not acceleration range.

  • The earliest_time is set to -7d@d, so the acceleration index only covers the last 7 days

    Why this is correct

    Correct: Only data after -7d@d is accelerated.

  • The search must use the `| datamodel` command to benefit from acceleration

    Why it's wrong here

    Incorrect: Even with correct command, older data would still be slow.

About these practice questions

This SPLK-1002 question is part of Courseiva's 475-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on SPLK-1002

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A Splunk admin is accelerating a CIM data model for the "Network_Traffic" dataset. After acceleration, some searches that use the data model are slower than expected. What is the most likely reason?

hard
  • A.The acceleration uses too many fields
  • B.The data model acceleration is not compatible with the CIM
  • C.Searches are not using the `| datamodel` command correctly
  • D.The acceleration summary range is set too low

Why D: Data model acceleration works by creating a summary of data within a specified time range (the summary range). If the summary range is set too low, searches that span beyond that range will not benefit from acceleration and may be slower as they have to scan the full raw data. Option A is incorrect; acceleration selects specific fields. Option B is false; CIM data models are compatible with acceleration. Option C is less specific and not the most likely reason.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SPLK-1002 practice question is part of Courseiva's free Splunk certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SPLK-1002 exam.