Splunk Enterprise Certified Admin — Question 43
A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
Answer options
- A. $token_name$
- B. $token_name|h$
- C. $token_name|n$
- D. $token_name|u$
Correct answer: D
Explanation
The correct answer is D, as the |u filter encodes the token value for safe use in URLs. Option A does not apply URL encoding, while options B and C use different filters that do not serve the purpose of URL encoding.