SPLK-1002 · Question #292
SPLK-1002 Question #292: Real Exam Question with Answer & Explanation
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). Event
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
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.