SPLK-1002 · Question #76
Which of these is NOT a field that is automatically created with the transaction command?
The correct answer is A. maxcount. The transaction command automatically creates 'duration' and 'eventcount' fields, but 'maxcount' is a parameter used when calling the command, not a field it creates.
Question
Which of these is NOT a field that is automatically created with the transaction command?
Options
- Amaxcount
- Bduration
- Ceventcount
How the community answered
(58 responses)- A86% (50)
- B9% (5)
- C5% (3)
Why each option
The transaction command automatically creates 'duration' and 'eventcount' fields, but 'maxcount' is a parameter used when calling the command, not a field it creates.
maxcount is a parameter you supply to the transaction command to limit the number of events per transaction; it is not a field automatically added to the resulting transaction events.
duration is automatically created by the transaction command and represents the time difference in seconds between the first and last event in each transaction.
eventcount is automatically created by the transaction command and stores the total number of raw events that were grouped into each transaction.
Concept tested: Splunk transaction command auto-generated fields
Source: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction
Topics
Community Discussion
No community discussion yet for this question.