Creating and Using Workflow Actions Flashcards

1
Q

What are workflow actions?

A

Workflow actions let us create links within events that interact with external resources or narrow down our search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do workflow actions pass information to external resources?

A

Workflow actions use HTTP GET or POST methods.

Information can also be passed back to Splunk for a secondary search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What fields are required when creating a workflow action?

A

Name, Label, Action Type (link or search) and URI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which workflow action method can be used when the action type is set to link?

A

GET and POST can both use Link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you create a GET workflow action?

A
  1. Select the app
  2. Name the workflow action with no spaces or special characters
  3. Define the label, which will appear in the Event Action menu
  4. Determine if your workflow action applies to a field or event type
  5. From the Show action in dropdown list, select Event menu
  6. From Action type dropdown list, select link
  7. Enter the URI of where the user will be directed
  8. Specify if the link should open in a New window or Current window
  9. Select the Link method of get
  10. Save
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where can you navigate to create a Workflow Action?

A

Settings > Fields > Workflow Actions > New Workflow Action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When creating a Search workflow action, which field is required?

A

Search string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which workflow uses field values to perform a secondary search?

A

Search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between GET, POST, and Search?

A

GET - Retrieve information from an external resource

POST - Send field values to an external source

Search - Use field values to perform a secondary search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a limitation of searches generated by workflow actions?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you create a Search workflow action?

A
  1. Select the app
  2. Name the workflow action with no spaces or special characters
  3. Define the label, which will appear in the Event Action menu
  4. Determine if your workflow action applies to a field or event type
  5. From the Show action in the dropdown list, select Event menu
  6. From the Action type dropdown list, select search
  7. Enter the Search string
  8. Select the app if it is different from the current app
  9. Enter the view name where the search will execute
  10. Indicate if the search should run in a New window or the Current window
  11. Enter the time range for the search or choose to use the same time range as the search
  12. Save
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What can a POST workflow action be used for?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you create a POST workflow action?

A
  1. Select the app
  2. Name the workflow action with no spaces or special characters
  3. Define the label, which will appear in the Event Action menu
  4. Determine if your workflow action applies to a field or event type
  5. From the Show action in dropdown list, select Event menu
  6. From Action type dropdown list, select link
  7. Enter the URI of where the user will be directed
  8. Open the link in a New window or Current window
  9. Select the Link method of post
  10. Provide post argument parameters
  11. Save
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following are required to create a POST workflow action?

A
  • Label
  • URI
  • Post Arguments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly