SPLK-1003 Splunk Enterprise Certified Admin Questions and Answers
All search-time field extractions should be specified on which Splunk component?
Which of the following lists the three phases of the Splunk Indexing process in order?
Which configuration accepts syslog data over UDP port 514 from all 10.x.x.x hosts except hosts in the 10.1.x.x network?
What type of data is counted against the Enterprise license at a fixed 150 bytes per event?
There is a file with a vast amount of old data. Which of the following inputs.conf attributes would allow an admin to monitor the file for updates without indexing the pre-existing data?
Given a forwarder with the following outputs.conf configuration:
[tcpout : mypartner]
Server = 145.188.183.184:9097
[tcpout : hfbank]
server = inputsl . mysplunkhfs . corp : 9997 , inputs2 . mysplunkhfs . corp : 9997
Which of the following is a true statement?
The following stanzas in inputs. conf are currently being used by a deployment client:
[udp: //145.175.118.177:1001
Connection_host = dns
sourcetype = syslog
Which of the following statements is true of data that is received via this input?
What hardware attribute would need to be changed to increase the number of simultaneous searches (ad-hoc and scheduled) on a single search head?
What action could be taken to prevent a license warning with an ingest-based license?
When enabling data integrity control, where does Splunk Enterprise store the hash files for each bucket?
Which of the following enables compression for universal forwarders in outputs. conf ?
A)
B)
C)
D)
Which of the following apply to how distributed search works? (select all that apply)
A Splunk app named cisco_collector contains a Python modular input. Where in Splunk’s directory structure will the modular input script be located?
Which configuration file would be used to forward the Splunk internal logs from a search head to the indexer?
A Splunk administrator has been tasked with developing a retention strategy to have frequently accessed data sets on SSD storage and to have older, less frequently accessed data on slower NAS storage. They have set a mount point for the NAS. Which parameter do they need to modify to set the path for the older, less frequently accessed data in indexes.conf?
In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
Which of the following CLI commands removes a search peer from Distributed Search?
What are the minimum required settings when creating a network input in Splunk?
Which Splunk component would one use to perform line breaking prior to indexing?
Which feature in Splunk allows Event Breaking, Timestamp extractions, and any advanced configurations
found in props.conf to be validated all through the UI?
Which of the following are reasons to create separate indexes? (Choose all that apply.)
How would you configure your distsearch conf to allow you to run the search below? sourcetype=access_combined status=200 action=purchase splunk_setver_group=HOUSTON
A)
B)

C)

D)

In addition to single, non-clustered Splunk instances, what else can the deployment server push apps to?
Which of the following accurately describes HTTP Event Collector indexer acknowledgement?
What happens when there are conflicting settings within two or more configuration files?
Which of the following must be done to define user permissions when integrating Splunk with LDAP?
Which option accurately describes the purpose of the HTTP Event Collector (HEC)?
Which of the following Splunk components require a separate installation package?
When running the command shown below, what is the default path in which deployment server. conf is created?
splunk set deploy-poll deployServer:port
An index stores its data in buckets. Which default directories does Splunk use to store buckets? (Choose all that apply.)
When deploying apps, which attribute in the forwarder management interface determines the apps that clients install?
After configuring a universal forwarder to communicate with an indexer, which index can be checked via the Splunk Web UI for a successful connection?
UsingSEDCMDinprops.confallows raw data to be modified. With the given event below, which option will mask the first three digits of theAcctIDfield resulting output:[22/Oct/2018:15:50:21] VendorID=1234 Code=B AcctID=xxx5309
Event:
[22/Oct/2018:15:50:21] VendorID=1234 Code=B AcctID=xxx5309
When using a directory monitor input, specific source type can be selectively overridden using which configuration file?
Which of the following are available input methods when adding a file input in Splunk Web? (Choose all that
apply.)
What type of Splunk license is pre-selected in a brand new Splunk installation?
A new forwarder has been installed with a manually createddeploymentclient.conf.
What is the next step to enable the communication between the forwarder and the deployment server?
For single line event sourcetypes. it is most efficient to set SHOULD_linemerge to what value?
Where can scripts for scripted inputs reside on the host file system? (select all that apply)
User role inheritance allows what to be inherited from the parent role? (select all that apply)
Consider the following stanza ininputs.conf:
What will the value of the source filed be for events generated by this scripts input?
Running this search in a distributed environment:
On what Splunk component does the eval command get executed?
Which Splunk component(s) would break a stream of syslog inputs into individual events? (select all that apply)