Question 11

Which of the following are characteristics of an add-on? (Select all that apply.)
  • Question 12

    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 13

    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
    }};
  • Question 14

    A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
  • Question 15

    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.)