Practice Questions-1 Flashcards
Too many forwarders to manage-what splunk instance would you add to your architecture?
deployment server=can group forwarders together and make them clients
In your deployment app you are Configuring inputs.conf to bring in new data-you then search with search head and cannot find the data. What happened?
-didn’t send deployment apps to correct serverclass
-mistake in monitoring stanza
-did not put right index
-severclass has not phoned home
-turn monitoring on(BEST ANSWER)
What directory must you place your outputs.conf file in-while in deployment app?
-local(directory)
Command to edit configuration files
-vi
You are assigned to deploy a new app to update 10 deployment input.conf files-what splunk instance would you log into? And what would you do to update them?
-log onto deployment server and then add app to serverclass so input.conf files get update
What is the absolute path to get to deployment apps?
/opt/splunk/etc/deployment apps/appname/local/config file
Port number used for indexer to receive data from forwarder
9997
If I wanted to ensure that data isn’t being duplicated when my server goes down can you tell me where in Splunk I should look?
_Fishbucket index
You notice that your newly monitored data is not in the index that you configured to be in?
It is in main and you would go into the file and fix the index
Hot bucket
Directory where all new data enters into INDEX and is written to disk.
Explain bucket lifecycle
1-Bucket lifecycle starts at the hot bucket which is the directory where all the data enters into the index and is written to disk; the most recent data is here.
2-The next tier down is the warm bucket, data comes here when Splunk is restarted or the hot bucket is full. This data shares the same path as the hot bucket and stores recent, frequently searched data on a fast disk.
3-Next, is the cold bucket where rarely searched data that has aged and is tucked away into slower and cheaper storage. While read-only and still searchable, this is considered the archive tier.
4-Lastly, is the frozen bucket in which data is pushed to dead media like tape or deleted. Not searchable-must recover files through a thawing process before the data becomes searchable again.
Process to unthaw buckets?? And regain access??
Move that file into thaw directory and rename it to a name that splunk recognizes
How to Turn off monitoring?
in the monitoring stanza change disable to 1
Just finished editing all configuration files and you want to see changes take effect what to do?
restart splunk
What is maxhotbuckets attribute for
maximum hot buckets that can be indexed and default is 10
Tcpout in output.conf
TCP protocol/sends data and confirmation