SPLK-1002 Transactions and Event Correlation Practice Question
A Splunk search uses 'transaction' with a large dataset and causes a 'max transaction' error. What is the most likely cause and best practice to avoid it?
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 number of open transactions exceeds the limit; use fields to reduce cardinality or increase maxopentxn.
The error indicates the number of open transactions exceeded the limit (maxopentxn). Reducing field cardinality or increasing maxopentxn helps. Options A, C, and D address other issues.
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 transaction command is used on non-indexed fields; use indexed fields instead.
Why it's wrong here
Incorrect: Non-indexed fields affect performance but not specifically the max transaction error.
- ✓
The number of open transactions exceeds the limit; use fields to reduce cardinality or increase maxopentxn.
Why this is correct
Correct: This resolves the max transaction error.
- ✗
The maxspan value is too low; increase maxspan.
Why it's wrong here
Incorrect: Low maxspan affects time grouping, not open transaction count.
- ✗
The maxevents value is too low; increase maxevents.
Why it's wrong here
Incorrect: Low maxevents limits events per transaction, not open transactions.
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.