Knowledge Check 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. It is best to put the configuration file in the local directory of your app
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 you app. If you have clustering enabled, then the SPLUNK_HOME/etc/system/local may not be the highest in the precedence order. More details are available in the Cluster Admin course.
True or False. You cannot change the sourcetype when you go through the Settings > Add Data wizard.
False. You can change the source type from the dropdown. In fact, you can even create a new source type. We will learn how to do this in Module 9
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 second 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 Splunk Enterprise instances, can perfom data masking.
True or False. The listening port (HF) has to be 8089
False. 8089 is the 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 DS to the client, where will you find that app on the client by default?
Apps by default are deployed from the DS to clients in the SPLUNK_HOME/etc/apps folder
True or False. Deployment 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
True or False. The host_regex setting in inputs.conf can extract the host from thhe filename only.
False. It can extract the host form the path of the file
After a file monitor is set up and is running, if you decide to change the host value, will new host value be reflected for the old data that has already been ingested?
No. All changes apply to the new data only. To reflect changes for you old data, you may need to delete and re-ingest the old data
In our environment, we have a UF, an Indexer and a SH. Which instance contains the _fishbucket index?
Each instance will have its own local _fishbucket index.
True or False. Persistent Queue and Memory Queue can be applied to Network as well as Scripted inputs
True
Why is it a Best Practice to send data to a syslog collector that writes into a directory structure and then have a UF/HF ingest the data from the directory structure?
If the UF has to be restarted, the _fishbucket will prevent data loss
True or False. An interval setting for scripted inputs can be specified in cron syntax
True. You can specify the interval in either number of seconds or cron syntax
Is it possible to use the host value and not the DNS name or IP address for a TCP input? How?
Yes, it is possible. Under the stanza in inputs.conf set the connection_host to none and specify the host value
True or False. You can set up a windows input using a UF on the windows server and send the data to an Indexer running on Linux
True
True or False. You can collect ActiveDirectory data from a Windows Server remotely using wmi.conf
False. Only event logs and performance monitoring logs can be collected using wmi.conf
True or False. Event Collector can be set up on a UF
False. Event collector can be set up on an Indexer or HF