Question 31

Which type of command is tstats?
  • Question 32

    Which of the following statements describe oneshot searches? (Select all that apply.)
  • Question 33

    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 34

    Which of the following statements describe an HEC token? (Select all that apply.)
  • Question 35

    What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)