SPLK-1002 · Question #276
A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain. What workflow action would return an external IP lookup for the field named domain?
The correct answer is C. GET. A GET workflow action opens a browser request to an external URL, passing field values as URL parameters - making it ideal for an external IP or domain lookup service. When a user clicks the workflow action on an event, Splunk constructs a URL (e.g…
Question
A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain. What workflow action would return an external IP lookup for the field named domain?
Options
- APOST
- BPUT
- CGET
- DSearch
How the community answered
(64 responses)- A6% (4)
- B5% (3)
- C73% (47)
- D16% (10)
Explanation
A GET workflow action opens a browser request to an external URL, passing field values as URL parameters - making it ideal for an external IP or domain lookup service. When a user clicks the workflow action on an event, Splunk constructs a URL (e.g., https://lookup-service.com/ip?query=$domain$) and opens it in the browser. POST sends form data to a URL (typically used for submitting data). PUT is an HTTP method not used as a Splunk workflow action type. Search runs a new Splunk search, not an external lookup.
Topics
Community Discussion
No community discussion yet for this question.