SPLK-1002 · Question #292
Which of the following can be saved as an event type?
The correct answer is A. index=server_48 sourcetype=BETA_881 code=220. An event type is a classification of events based on a search query, which allows for a static set of search criteria. In this case, option A (index=server_48 sourcetype=BETA_881 code=220) represents a simple search without transforming commands (e.g., stats, inputlookup)…
Question
Which of the following can be saved as an event type?
Options
- Aindex=server_48 sourcetype=BETA_881 code=220
- Bindex=server_48 sourcetype=BETA_881 code=220 | stats count by code
- Cindex=server_48 sourcetype=BETA_881 code=220 | inputlookup append=t servercode.csv
- Dindex=server_48 sourcetype=BETA_881 code=220 | stats where code > 220
How the community answered
(42 responses)- A95% (40)
- B2% (1)
- D2% (1)
Explanation
An event type is a classification of events based on a search query, which allows for a static set of search criteria. In this case, option A (index=server_48 sourcetype=BETA_881 code=220) represents a simple search without transforming commands (e.g., stats, inputlookup). Event types cannot include transforming commands such as stats or lookup.
Topics
Community Discussion
No community discussion yet for this question.