SPLK-1002 Advanced Searching and Statistics Practice Question
A Splunk admin notices that a search using the transaction command takes too long. To debug, they want to see how events are grouped into transactions before the transaction command runs. Which command can be added to the search pipeline before transaction to inspect the grouping?
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
✓
streamstats
Streamstats can be used to compute a transaction ID based on a time window or field change, allowing you to see how events would be grouped before the transaction command runs. Options A, B, and C do not help inspect grouping: map runs a subsearch per result, fields removes fields, and transaction is the command being debugged.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
map
Why it's wrong here
map runs a subsearch for each result, not useful for inspecting grouping.
- ✗
fields
Why it's wrong here
fields only selects fields and does not help with grouping.
- ✗
transaction
Why it's wrong here
transaction is the command being debugged; adding it again earlier doesn't help.
- ✓
streamstats
Why this is correct
streamstats can create a session ID or other grouping field, enabling preview of transaction grouping.
Go deeper
Related to this question
About these practice questions
One of 475 original SPLK-1002 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
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.