A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
Which files within an app contain permissions information? (Select all that apply.)
Which of the following are requirements for arguments sent to the data/indexes endpoint? (Select all that apply.)
What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)
Consider the following Python code snippet used in a Splunk add-on:
if not os.path.exists(full_path): self.doAction(full_path, header) else: f = open (full_path) oldORnew = f.readline().split(“,”) f.close()
An attacker could create a denial of service by causing an error in either the open() or readline()
commands. What type of vulnerability is this?
Which of the following are valid parent elements for the event action shown below? (Select all that apply.)
Which of the following options would be the best way to identify processor bottlenecks of a search?
Which of the following are true of auto-refresh for dashboard panels? (Select all that apply.)
Data can be added to a KV store collection in which of the following format(s)?
A KV store collection can be associated with a namespace for which of the following users?