SPLK-1002 · Question #11
Which of the following statements describe GET workflow actions?
The correct answer is D. GET workflow actions can be configured to open the URT link in the current window or in a new. GET workflow actions in Splunk use the HTTP GET method to pass field values as URL query parameters. A key configuration option is choosing whether to open the resulting URL in the current browser window or in a new window. Option A is wrong because GET actions pass arguments via
Question
Which of the following statements describe GET workflow actions?
Options
- AGET workflow actions must be configured with POST arguments.
- BConfiguration of GET workflow actions includes choosing a sourcetype.
- CLabel names for GET workflow actions must include a field name surrounded by dollar signs.
- DGET workflow actions can be configured to open the URT link in the current window or in a new
How the community answered
(36 responses)- B3% (1)
- C3% (1)
- D94% (34)
Explanation
GET workflow actions in Splunk use the HTTP GET method to pass field values as URL query parameters. A key configuration option is choosing whether to open the resulting URL in the current browser window or in a new window. Option A is wrong because GET actions pass arguments via URL parameters, not POST body arguments. Option B is incorrect because choosing a sourcetype is relevant to field extractions, not workflow actions. Option C is incorrect - while field names can be embedded in GET URLs using dollar signs, the label name itself does not require this format.
Topics
Community Discussion
No community discussion yet for this question.