Question 6

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?
  • Question 7

    Which of the following are valid parent elements for the event action shown below? (Select all that apply.)
    <set token="Token Name">sourcetype=$click.value|s$</set>
  • Question 8

    Which Splunk REST endpoint is used to create a KV store collection?
  • Question 9

    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?
  • Question 10

    Which of the following describes a Splunk custom visualization?