Which network input option provides durable file-system buffering of data to mitigate data loss due to network outages and splunkd restarts?
A. diskQueueSize
B. durableQueueSize
C. persistentOueueSize
D. queueSize
Which option on the Add Data menu is most useful for testing data ingestion without creating inputs.conf?
A. Upload option
B. Forward option
C. Monitor option
D. Download option
In which scenario would a Splunk Administrator want to enable data integrity check when creating an index?
A. To ensure that hot buckets are still open for writes and have not been forced to roll to a cold state
B. To ensure that configuration files have not been tampered with for auditing and/or legal purposes
C. To ensure that user passwords have not been tampered with for auditing and/or legal purposes.
D. To ensure that data has not been tampered with for auditing and/or legal purposes
A Universal Forwarder is collecting two separate sources of data (A,B). Source A is being routed through a Heavy Forwarder and then to an indexer. Source B is being routed directly to the indexer. Both sets of data require the masking of raw text strings before being written to disk. What does the administrator need to do to ensure that the masking takes place successfully?
A. Make sure that props . conf and transforms . conf are both present on the in-dexer and the search head.
B. For source A, make sure that props . conf is in place on the indexer; and for source B, make sure transforms . conf is present on the Heavy Forwarder.
C. Make sure that props . conf and transforms . conf are both present on the Universal Forwarder.
D. Place both props . conf and transforms . conf on the Heavy Forwarder for source A, and place both props . conf and transforms . conf on the indexer for source B.
Which setting allows the configuration of Splunk to allow events to span over more than one line?
A. SHOULD_LINEMERGE = true
B. BREAK_ONLY_BEFORE_DATE = true
C. BREAK_ONLY_BEFORE =
D. SHOULD_LINEMERGE = false
The volume of data from collecting log files from 50 Linux servers and 200 Windows servers will require multiple indexers. Following best practices, which types of Splunk component instances are needed?
A. Indexers, search head, universal forwarders, license master
B. Indexers, search head, deployment server, universal forwarders
C. Indexers, search head, deployment server, license master, universal forwarder
D. Indexers, search head, deployment server, license master, universal forwarder, heavy forwarder
Which artifact is required in the request header when creating an HTTP event?
A. ackID
B. Token
C. Manifest
D. Host name
Which configuration files are used to transform raw data ingested by Splunk? (Choose all that apply.)
A. props.conf
B. inputs.conf
C. rawdata.conf
D. transforms.conf
What is the correct example to redact a plain-text password from raw events?
A. in props.conf: [identity] REGEX-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
B. in props.conf: [identity] SEDCMD-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
C. in transforms.conf: [identity] SEDCMD-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
D. in transforms.conf: [identity] REGEX-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
A security team needs to ingest a static file for a specific incident. The log file has not been collected previously and future updates to the file must not be indexed.
Which command would meet these needs?
A. splunk add one shot / opt/ incident [data .log --index incident
B. splunk edit monitor /opt/incident/data.* --index incident
C. splunk add monitor /opt/incident/data.log --index incident
D. splunk edit oneshot [opt/ incident/data.* --index incident