Splunk Enterprise 8.0 Data Admin - LG1 Flashcards
Which installer will the System Admin use to install the heavy forwarder?
Splunk Enterprise
Which configuration file tells a Splunk instance to ingest data?
inputs.conf
True or False. The best place to add a parsing configuration on an indexer would be the SPLUNK_HOME/etc/system/local directory, as it has the highest precedence.
False. Best practice is to put the configuration in an app’s local directory (SPLUNK_HOME/etc/apps//local).
When you configure the inputs using Settings > Add Data, under what directory is the inputs.conf created?
It depends on the App Context setting on the Input Setting stage. Best practice is to put the configuration file in the local directory of your app. If you have clustering enabled, then the SPLUNK_HOME/etc/system/local may not be the highest in the precedence order.
True or False. You cannot change the sourcetype when you go through the Settings > Add Data wizard.
False. You can change the sourcetype from the dropdown. In fact, you can even create a new sourcetype.
True or False. Splunk will not create an inputs.conf file when you use the Upload option in Settings > Add Data.
True. Upload is a one-time process, so Splunk does not create an inputs.conf.
If the forwarder is set to send its data to 2 indexers at 30 seconds intervals, does it switch exactly at the 30th second?
Not always. The forwarder does not want to send half an event to indexer1 and the other half to indexer2. To avoid this situation, for example, if the forwarder is tailing a file, then it waits for an EOF or a pause in IO activity before it switches.
True or False. Turning SSL on between the forwarder and the receiver automatically compresses the feed.
True
What configuration file on the forwarder defines where data is to be forwarded to?
outputs.conf
True or False. The HF has a GUI.
True
True or False. The UF and the HF can be used to mask data before transmitting to indexers.
False. Only the HF, specifically a Splunk Enterprise instance, can perform data masking.
True or False. The default listening port is 8089.
False. 8089 is the default management port. The listening port can be any port.
On the DS, what is the difference between the apps sitting in the SPLUNK_HOME/etc/apps folder versus the SPLUNK_HOME/etc/deployment-apps?
The apps in the …/etc/apps folder are for the Deployment Server and the apps in the …/etc/deployment-apps are apps for deployment to a client.
When an app is deployed from the Deployment Server to the client, where will you find that app on the client by default?
Apps by default are deployed from the DS to the client in the SPLUNK_HOME/etc/apps folder.
True or False. Clients poll the DS on port 9997.
False. Clients poll the DS on its management port (8089 by default).
True or False. You can use the wildcards, … and * in the whitelist and blacklist.
False. The wildcards, … and * are meant for the stanzas.