Which of the following are characteristics of an add-on? (Select all that apply.)
A fellow Splunk administrator is reviewing an app that has been downloaded from splunkbase and deployed in an organization. The admin has e-mailed the following configuration snippet with a brief note that says “fix the permissions”.
In what configuration file should the snippet be placed?
[]
access = read : [ * ], write : [ admin ] export - system
(Assume that $APP_HOME refers to the path that the app is installed, e.g. $SPLUNK_HOME/etc/apps/
Which of these URLs could be used to construct a REST request to search the employee KV store collection to find records with a rating greater than or equal to 2 and less than 5?
What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)
The response message from a successful Splunk REST call includes an
Which of the following are valid request arguments for the REST search endpoints? (Select all that apply.)
In order to successfully accelerate a report, which criteria must the search meet? (Select all that apply.)
Which of the following describes a Splunk custom visualization?
Suppose the following query in a Simple XML dashboard returns a table including hyperlinks:
Which of the following is a valid dynamic drilldown element to allow a user of the dashboard to visit the hyperlinks contained in the link field?
When using the Splunk Web Framework to create a global search, which is the correct post-process syntax for the base search shown below?
var searchmain = new SearchManager{{ id: “base-search”,
search: “index= internal | head 10 | fields “*”, preview: true,
cache: true
}};
Which of the following ensures that quotation marks surround the value referenced by the token?
Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)
Given the following two files defining app navigation, which navigation options will be displayed to the end user? (Select all that apply.)
$SPLUNK_HOME/etc/apps/app_name/default/data/ui/nav/default.xml
$SPLUNK_HOME/etc/apps/app_name/local/data/ui/nav/default/xml
Log files related to Splunk REST calls can be found in which indexes? (Select all that apply.)
Which of the following is an intended use of HTTP Event Collector tokens?
Data can be added to a KV store collection in which of the following format(s)?
There is a global search named “global_search” defined on a form as shown below:
index-_internal source-*splunkd.log | stats count by component, log_level
Which of the following would be a valid post-processing search? (Select all that apply.)
A KV store collection can be associated with a namespace for which of the following users?
Which of the following statements describe one-shot searches? (Select all that apply.)
Which type of command is tstats?
How can event logs be collected from a remote Windows machine using a standard Splunk installation and no customization? (Select all that apply.)