SPLK-1002 Transactions and Event Correlation Practice Question
Which TWO of the following are valid ways to correlate events without using the transaction command?
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
✓
Using eventstats to compute counts per transactionID
Options D and E are correct. Using stats ... by transactionID groups events by a common field and computes aggregate values, effectively correlating events. Using eventstats to compute counts per transactionID adds a calculated aggregate to each event, correlating events with the same transactionID. Both are valid correlation methods without using the transaction command. Options A and B (append and join) combine results from separate searches but do not correlate events in the same sense, and sort (C) merely orders events.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Using append to combine events from two searches
Why it's wrong here
append adds results, does not correlate.
- ✗
Using join to merge events on transactionID
Why it's wrong here
join merges results from two searches, not correlating within one dataset.
- ✗
Using sort to order events by transactionID
Why it's wrong here
sort only reorders events, does not group or correlate.
- ✓
Using eventstats to compute counts per transactionID
Why this is correct
eventstats adds aggregate values to each event, linking them.
- ✓
Using stats ... by transactionID
Why this is correct
stats groups events by a common field, effectively correlating them.
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.