Splunk Enterprise Certified Admin — Question 68
Which of the following will unset a token named my_token?
Answer options
- A. <unset>$my_tokenlt;/unset>
- B. <unset token=ג€my_tokenג€></unset>
- C. <set token=ג€my_tokenג€>false</token>
- D. <set token=ג€my_tokenג€>disabled</set>
Correct answer: B
Explanation
Option B is correct because it uses the proper syntax for unsetting a token by specifying it directly within the <unset> tag. Options A and C do not follow the correct format for unsetting a token, while option D is intended to set the token to a specific state rather than removing it.