SPLK-1002 Transactions and Event Correlation Practice Question
A large transaction command is causing the search to run out of memory. Which approach best reduces memory usage while maintaining the transaction logic?
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
✓
Use the fields option to include only necessary fields.
Using the fields option with the transaction command limits the fields carried in each event, reducing memory usage. Option A (increasing maxeventtokens) would increase memory consumption. Option C (replacing with stats) changes the correlation approach and may not preserve transaction logic. Option D (timeline) is not relevant to memory reduction.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Increase the maxeventtokens setting.
Why it's wrong here
Increasing maxeventtokens would allow more events, worsening memory issues.
- ✓
Use the fields option to include only necessary fields.
Why this is correct
Limiting fields reduces the data per event, lowering memory consumption.
- ✗
Replace transaction with stats to aggregate.
Why it's wrong here
stats changes the correlation method, may not preserve event relationships.
- ✗
Use timeline to store transactions.
Why it's wrong here
timeline is not a standard Splunk command for this purpose.
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.