Free Splunk SPLK-1002 Exam Actual Questions

The questions for SPLK-1002 were last updated On Nov 19, 2024

Question No. 1

When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?

Show Answer Hide Answer
Correct Answer: D

When using the Field Extractor (FX) in Splunk to perform field extraction, any consistent character can be used as a delimiter. The Field Extractor allows users to define how fields are separated in the raw event data, and as long as the delimiter is consistent, the FX tool can parse and extract the fields correctly.


Splunk Docs: Field Extractor

Splunk Answers: Field extraction delimiters

Question No. 3

A search contains example(100,200). What is the name of the macro?

Show Answer Hide Answer
Correct Answer: B

In Splunk, macros that accept arguments are defined with placeholders for those arguments in the format example(var1, var2). In the search example(100,200), '100' and '200' are the values passed for var1 and var2 respectively.


Splunk Docs -- Macros

Question No. 4

Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?

Show Answer Hide Answer
Correct Answer: A

The type of workflow action that sends field values to an external resource (e.g. a ticketing system) is POST. A POST workflow action allows you to send a POST request to a URI location with field values or static values as arguments. For example, you can use a POST workflow action to create a ticket in an external system with information from an event.