SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 45


A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?

Show Answer
Correct Answer: D

The correct token filter to encode URL values is $token_name|u$. This filter URL-encodes the token, which is necessary for making the token safe for use in URLs. Without URL encoding, characters that have special meanings in URLs (like spaces and punctuation marks) could disrupt the functionality of links and drilldowns.

Discussion

1 comment
Sign in to comment
guilhermecervoOption: D
Nov 16, 2022

Letter D is correct.