Splunk Core Certified Power User — Question 65
Which of the following statements describe GET workflow actions?
Answer options
- A. GET workflow actions must be configured with POST arguments.
- B. Configuration of GET workflow actions includes choosing a sourcetype.
- C. Label names for GET workflow actions must include a field name surrounded by dollar signs.
- D. GET workflow actions can be configured to open the URI link in the current window or in a new window.
Correct answer: D
Explanation
The correct answer is D because GET workflow actions indeed allow configuration for opening links in the same or a new window. Option A is incorrect as GET actions do not use POST arguments. Option B is misleading since sourcetype is not a requirement for GET actions. Option C is wrong because while field names can be included, they are not mandatory for labeling GET workflow actions.