A customer has downloaded the Splunk App for AWS from Splunkbase and installed it in a search head cluster following the instructions using the deployer. A power user modifies a dashboard in the app on one of the search head cluster members. The app containing an updated dashboard is upgraded to the latest
version by following the instructions via the deployer.
What happens?
A. The updated dashboard will not be deployed globally to all users, due to the conflict with the power user's modified version of the dashboard.
B. Applying the search head cluster bundle will fail due to the conflict.
C. The updated dashboard will be available to the power user.
D. The updated dashboard will not be available to the power user; they will see their modified version.
Data can be onboarded using apps, Splunk Web, or the CLI. Which is the PS preferred method?
A. Create UDP input port 9997 on a UF.
B. Use the add data wizard in Splunk Web.
C. Use the inputs.conf file.
D. Use a scripted input to monitor a log file.
Which of the following statements applies to indexer discovery?
A. The Cluster Master (CM) can automatically discover new indexers added to the cluster.
B. Forwarders can automatically discover new indexers added to the cluster.
C. Deployment servers can automatically configure new indexers added to the cluster.
D. Search heads can automatically discover new indexers added to the cluster.
In which of the following scenarios is a subsearch the most appropriate?
A. When joining results from multiple indexes.
B. When dynamically filtering hosts.
C. When filtering indexed fields.
D. When joining multiple large datasets.
In which directory should base config app(s) be placed to initialize an indexer?
A. $SPLUNK_HOME/etc/
B. $SPLUNK_HOME/etc/apps
C. $SPLUNK_HOME/etc/system/local
D. $SPLUNK_HOME/etc/slave-apps
A customer has a network device that transmits logs directly with UDP or TCP over SSL. Using PS best practices, which ingestion method should be used?
A. Open a TCP port with SSL on a heavy forwarder to parse and transmit the data to the indexing tier.
B. Open a UDP port on a universal forwarder to parse and transmit the data to the indexing tier.
C. Use a syslog server to aggregate the data to files and use a heavy forwarder to read and transmit the data to the indexing tier.
D. Use a syslog server to aggregate the data to files and use a universal forwarder to read and transmit the data to the indexing tier.
When utilizing a subsearch within a Splunk SPL search query, which of the following statements is accurate?
A. Subsearches have to be initiated with the | subsearch command.
B. Subsearches can only be utilized with | inputlookup command.
C. Subsearches have a default result output limit of 10000.
D. There are no specific limitations when using subsearches.
Which of the following server roles should be configured for a host which indexes its internal logs locally?
A. Cluster master
B. Indexer
C. Monitoring Console (MC)
D. Search head
In a large cloud customer environment with many (>100) dynamically created endpoint systems, each with a UF already deployed, what is the best approach for associating these systems with an appropriate serverclass on the deployment server?
A. Work with the cloud orchestration team to create a common host-naming convention for these systems so a simple pattern can be used in the serverclass.conf whitelist attribute.
B. Create a CSV lookup file for each severclass, manually keep track of the endpoints within this CSV file, and leverage the whitelist.from_pathname attribute in serverclass.conf.
C. Work with the cloud orchestration team to dynamically insert an appropriate clientName setting into each endpoint's local/deploymentclient.conf which can be matched by whitelist in serverclass.conf.
D. Using an installation bootstrap script run a CLI command to assign a clientName setting and permit serverclass.conf whitelist simplification.
The universal forwarder (UF) should be used whenever possible, as it is smaller and more efficient. In which of the following scenarios would a heavy forwarder (HF) be a more appropriate choice?
A. When a predictable version of Python is required.
B. When filtering 10% - 5% of incoming events.
C. When monitoring a log file.
D. When running a script.