What are workflow actions?
Workflow actions let us create links within events that interact with external resources or narrow down our search.
How do workflow actions pass information to external resources?
Workflow actions use HTTP GET or POST methods.
Information can also be passed back to Splunk for a secondary search.
What fields are required when creating a workflow action?
Name, Label, Action Type (link or search) and URI
Which workflow action method can be used when the action type is set to link?
GET and POST can both use Link.
How do you create a GET workflow action?
Where can you navigate to create a Workflow Action?
Settings > Fields > Workflow Actions > New Workflow Action
When creating a Search workflow action, which field is required?
Search string
Which workflow uses field values to perform a secondary search?
Search
What is the difference between GET, POST, and Search?
GET - Retrieve information from an external resource
POST - Send field values to an external source
Search - Use field values to perform a secondary search
What is a limitation of searches generated by workflow actions?
Searches generated by workflow actions run with the same permissions as the user running them.
Your role and permissions determine your ability to modify an object’s settings.
How do you create a Search workflow action?
What can a POST workflow action be used for?
POST workflow actions generate an HTTP POST request to a specified URI.
This action type enables you to do things like creating entries in external issue management systems using a set of relevant field values.
How do you create a POST workflow action?
Which of the following are required to create a POST workflow action?