ExamGecko
Question list
Search
Search

Question 56 - SPLK-1004 discussion

Report
Export

Why is the transaction command slow in large splunk deployments?

A.
It forces the search to run in fast mode.
Answers
A.
It forces the search to run in fast mode.
B.
transaction or runs on each Indexer in parallel.
Answers
B.
transaction or runs on each Indexer in parallel.
C.
It forces all event data to be returned to the search head.
Answers
C.
It forces all event data to be returned to the search head.
D.
transaction runs a hidden eval to format fields.
Answers
D.
transaction runs a hidden eval to format fields.
Suggested answer: C

Explanation:

The transaction command can be slow in large Splunk deployments because it requires all event data relevant to the transaction to be returned to the search head (Option C). This process can be resource-intensive, especially for transactions that span a large volume of data or time, as it involves aggregating and sorting events across potentially many indexers before the transaction logic can be applied.

asked 23/09/2024
Elvis WANDJI NGASSA
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first