After updating a dashboard in myApp, a Splunk admin moves myApp to a different Splunk instance. After logging in to the new instance, the dashboard is not seen. What could have happened? (Select all that apply.)
Log files related to Splunk REST calls can be found in which indexes? (Select all that apply.)
The response message from a successful Splunk REST call includes an
Which of the following are requirements for arguments sent to the data/indexes endpoint? (Select all that apply.)
Which items below are configured in inputs.conf? (Select all that apply.)
Which of the following are reserved field names in a KV Store? (Select all that apply.)
Which of the following is an intended use of HTTP Event Collector tokens?
Which of the following statements describe an HEC token? (Select all that apply.)
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
}};
Data can be added to a KV store collection in which of the following format(s)?
Which of the following is true of a namespace?
When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?
Which of the following log files contains logs that are most relevant to Splunk Web?
Given a dashboard with a Simple XML extension in myApp, what is the XML reference for the file myJS.js located in myOtherApp in the location shown below?
$SPLUNK_HOME/etc/apps/myOtherApp/appserver/static/javascript/
Which of the following formats are valid for a Splunk REST URI?
A dashboard is taking too long to load. Several searches start with the same SPL. How can the searches be optimized in this dashboard? (Select all that apply.)
Which of the following are types of event handlers? (Select all that apply.)
Which of the following are valid parent elements for the event action shown below? (Select all that apply.)
Which of the following is a customization option for the Open in Search panel link button?
Which of the following are valid request arguments for the REST search endpoints? (Select all that apply.)
In a DELETE request, what would omitting the value of _key from the REST endpoint do?