SPLK-1002 Exam QuestionsBrowse all questions from this exam

SPLK-1002 Exam - Question 10


Which of the following statements would help a user choose between the transaction and stats commands?

Show Answer
Correct Answer: C

The transaction command in Splunk is limited to grouping a maximum of 1000 events per transaction by default. This limitation helps manage performance impacts on the system when performing complex transactions over large datasets. Efficiently handling and processing massive amounts of data is critical, and the transaction command is specifically designed to handle smaller, more complex groupings of events. Therefore, the statement about the 1000 event limitation with the transaction command helps users make an informed choice between using the transaction and stats commands.

Discussion

10 comments
Sign in to comment
LalithadeviOption: C
Apr 4, 2021

C is correct. Refer Page 134 Fundamentals2

othman
May 26, 2021

Pg. 135 not 134. By default, there’s a limit of 1,000 events per transaction but the admin can change it.

BrynnMLOption: C
Jul 13, 2023

C is correct. D isn't correct because you would use the "transaction" command to group events as a single correlated event NOT the "stats" command as stated in the question

AlexSOCOption: C
Apr 3, 2023

C is correct.

Jimmy123Option: D
May 27, 2023

The correct answer is D. Use stats when the events need to be viewed as a single correlated event. The transaction command is used to group events together based on common field values. It can also use more complex constraints such as the total period of the transaction, delays between events within the transaction, and required beginning and ending events. The stats command is used to calculate statistics on events grouped by one or more fields. It does not retain the raw event and other field values from the original event. The transaction command is slower than the stats command, but it is more flexible. It can be used to group events together based on more complex criteria. The stats command is faster, but it is less flexible. It can only group events together based on field values. The transaction command is limited to 1000 events. The stats command has no limit on the number of events that it can group together. If you need to view the events as a single correlated event, you should use the transaction command. If you need to calculate statistics on the events, you should use the stats command.

BrynnML
Jul 13, 2023

would the answer not be C as in the text you reference it says "use transaction for a single correlated event" and D states using "stats" for single correlated event..

kruasanOption: C
Sep 6, 2023

The transaction command in Splunk is used to group events together based on common field values, time periods, or other criteria. It's particularly useful when you have log data with related events that need to be treated as a single transaction for analysis or reporting purposes.

MxQ3Option: C
Jun 24, 2022

Limit of 1,000 events per transaciton to no limits when using stats.

yaman778Option: D
Feb 24, 2023

As other people’s comments the limitation of events quantity is changeable by admin. I think D is much better than C, But I didn’t find evidence. We have 2 specific cases refer to use transaction better. 1.unique ID alone is not sufficient to discriminate between 2 transactions. 2. When it is desirable to see the raw text of the events combined rather than analysis on constituent fields of events.

raizen11Option: C
Mar 27, 2023

Ans is C D statement cab be corrected by replacing stats with trasnaction.... Use Transaction when the events need to be viewed as a single correlated event

HereToLearnyOption: D
Jun 2, 2023

The correct answer is D - Splunk documentation reference https://docs.splunk.com/Documentation/SplunkCloud/latest/Search/Abouttransactions

tineboy46Option: C
Feb 8, 2024

C is the correct answer.