nerdexam
Splunk

SPLK-1002 · Question #81

When using a field value variable with a Workflow Action, which punctuation mark will escape the data

The correct answer is B. !. In Splunk Workflow Actions, when referencing a field value variable, prefixing it with an exclamation mark (!) causes the value to be URL-encoded (escaped). This is important when passing field values as parameters in URLs or scripts to ensure special characters are safely transm

Creating and Using Workflow Actions

Question

When using a field value variable with a Workflow Action, which punctuation mark will escape the data

Options

  • A
  • B!
  • C^
  • D

How the community answered

(66 responses)
  • A
    2% (1)
  • B
    92% (61)
  • C
    5% (3)
  • D
    2% (1)

Explanation

In Splunk Workflow Actions, when referencing a field value variable, prefixing it with an exclamation mark (!) causes the value to be URL-encoded (escaped). This is important when passing field values as parameters in URLs or scripts to ensure special characters are safely transmitted without breaking the URL syntax.

Topics

#Workflow Actions#Field variables#Escaping data#Syntax

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice