This file has been manually created on a universal forwarder
A new Splunk admin comes in and connects the universal forwarders to a deployment server and
deploys the same app with a new
Which file is now monitored?
B
In which phase of the index time process does the license metering occur?
C
Explanation:
"When ingesting event data, the measured data volume is based on the new raw data that is placed
into the indexing pipeline. Because the data is measured at the indexing pipeline, data that is
filetered and dropped prior to indexing does not count against the license volume qota."
https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/HowSplunklicensingworks
You update a props. conf file while Splunk is running. You do not restart Splunk and you run this
command: splunk btoo1 props list —debug. What will the output be?
C
Explanation:
https://docs.splunk.com/Documentation/Splunk/8.0.1/Troubleshooting/Usebtooltotroubleshootcon
figurations
"The btool command simulates the merging process using the on-disk conf files and creates a report
showing the merged settings."
"The report does not necessarily represent what's loaded in memory. If a conf file change is made
that requires a service restart, the btool report shows the change even though that change isn't
active."
When running the command shown below, what is the default path in which deployment server.
conf is created?
splunk set deploy-poll deployServer:port
C
Explanation:
https://docs.splunk.com/Documentation/Splunk/8.1.1/Updating/Definedeploymentclasses#Ways_t
o_define_server_classes "When you use forwarder management to create a new server class, it
saves the server class definition in a copy of serverclass.conf under
$SPLUNK_HOME/etc/system/local. If, instead of using forwarder management, you decide to directly
edit serverclass.conf, it is recommended that you create the serverclass.conf file in that same
directory, $SPLUNK_HOME/etc/system/local."
The priority of layered Splunk configuration files depends on the file's:
C
Explanation:
https://docs.splunk.com/Documentation/Splunk/7.3.0/Admin/Wheretofindtheconfigurationfiles
"To determine the order of directories for evaluating configuration file precendence, Splunk software
considers each file's context. Configuration files operate in either a global context or in the context of
the current app and user"
When configuring monitor inputs with whitelists or blacklists, what is the supported method of
filtering the lists?
B
Explanation:
https://docs.splunk.com/Documentation/Splunk/latest/Data/Whitelistorblacklistspecificincomingdat
a#Include_or_exclude_specific_incoming_data
What is required when adding a native user to Splunk? (select all that apply)
AB
Explanation:
According to the Splunk system admin course PDF, When adding native users, Username and
Password ARE REQUIRED
What are the minimum required settings when creating a network input in Splunk?
A
Explanation:
https://docs.splunk.com/Documentation/Splunk/8.0.5/Admin/Inputsconf
[tcp://<remote server>:<port>]
*Configures the input to listen on a specific TCP network port.
*If a <remote server> makes a connection to this instance, the input uses this stanza to configure
itself.
*If you do not specify <remote server>, this stanza matches all connections on the specified port.
*Generates events with source set to "tcp:<port>", for example: tcp:514
*If you do not specify a sourcetype, generates events with sourcetype set to "tcp-raw"
Which Splunk component requires a Forwarder license?
B
Which optional configuration setting in inputs .conf allows you to selectively forward the data to
specific indexer(s)?
A
Explanation:
https://docs.splunk.com/Documentation/Splunk/7.0.3/Forwarding/Routeandfilterdatad#Perform_se
lective_indexing_and_forwarding
Specifies a comma-separated list of tcpout group names. Use this setting to selectively forward your
data to specific indexers by specifying the tcpout groups that the forwarder should use when
forwarding the data. Define the tcpout group names in the outputs.conf file in
[tcpout:<tcpout_group_name>] stanzas. The groups present in defaultGroup in [tcpout] stanza in the
outputs.conf file.