What must be done when calling the serviceNS endpoint?
A. Authenticate with an admin user.
B. Specify the user and app context in the URI.
C. Authenticate with the user of the required context.
D. Pass the user and app context in the request payload.
Assuming permissions are set appropriately, which REST endpoint path can be used by someone with a power user role to access information about mySearch, a saved search owned by someone with a user role?
A. /servicesNS/-/data/saved/searches/mySearch
B. /servicesNS/object/saved/searches/mySearch
C. /servicesNS/search/saved/searches/mySearch
D. /servicesNS/-/search/saved/searches/mySearch
In order to successfully accelerate a report, which criteria must the search meet? (Select all that apply.)
A. Cannot use event sampling.
B. Use a transforming command.
C. Use a standard Splunk visualization.
D. Commands before the first transforming command must be streamable.
Which of the following describes a Splunk custom visualization?
A. A visualization with custom colors.
B. Any visualization available in Splunk.
C. A visualization in Splunk modified by the user.
D. A visualization that uses the Splunk Custom Visualization API.
Which of the following are reserved field names in a KV Store? (Select all that apply.)
A. _key
B. _time
C. _user
D. _source
Place content to set on page load inside which of the following Simple XML tags?
A.
B.
C.
D.
The response message from a successful Splunk REST call includes an
A. A dictionary of
B. Metadata encapsulating the
C. A response code indicating success or failure.
D. An individual element in an
What predefined drilldown tokens are available specifically for trellis layouts? (Select all that apply.)
A. trellis.Xaxis
B. trellis.Yaxis
C. trellis.name
D. trellis.value
Which of the following ensures that quotation marks surround the value referenced by the token?
A. $token_name|s$
B. "$token_name$"
C. ($token_name$)
D. \"$token_name$\"
Which of the following is a customization option for the Open in Search panel link button?
A. Display the refresh time.
B. Show the Export Results button.
C. Show link buttons at the bottom of a panel.
D. Define an alternative search or target view to use.