Courseiva
Advanced Searching and StatisticshardMultiple ChoiceObjective-mapped

SPLK-1002 Advanced Searching and Statistics Practice Question

A search uses the transaction command with maxevents=1000 and maxspan=1h. The search is slow and memory-intensive. Which modification can reduce resource usage while still grouping related events?

⚠ Common exam trap

Splunk often tests the misconception that reducing maxevents will break event grouping, when in fact it only limits the number of events per transaction, still allowing related events to be grouped as long as they fall within the maxspan and other criteria.

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

Reduce maxevents to 100.

Reducing maxevents to 100 limits the number of events that the transaction command groups into a single transaction, which directly reduces memory consumption and processing overhead. This modification still allows related events to be grouped together, but with a smaller batch size, making the search less resource-intensive while preserving the core grouping logic.

Answer analysis

Option-by-option breakdown

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

  • Use eventstats with a time window.

    Why it's wrong here

    eventstats adds summary fields but does not create transaction-like groups.

  • Reduce maxevents to 100.

    Why this is correct

    Reducing the maximum events per transaction lowers memory consumption.

  • Use tstats instead of transaction.

    Why it's wrong here

    tstats is for fast statistics on indexed fields, not for grouping raw events.

  • Increase maxspan to 2h.

    Why it's wrong here

    A longer time span may increase the number of events per transaction, worsening performance.

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

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.