Splunk SPLK-1002 Question Answer
Which of the following searches can be saved as an event type?
index=server_516 sourcetype=BETA_201 code=S51 [ | inputlookup servercode.csv append=t ]
index=server_516 sourcetype=BETA_201 code=551
index=server_516 sourcetype=BETA_201 code=551 | stats count by code
index=server_516 sourcetype=BETA_201 code=551 | where code > 200
Splunk event types are based on search strings that cannot contain pipes or subsearches.
Extract: “Event type search strings must not contain a pipe (|) and cannot include transforming or filtering commands.”
Thus, only option B is a valid event type definition because it is a simple base search without pipelines or subsearches.
TESTED 19 Dec 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved