Splunk Infrastructure Overview — Question 20
Which predefined drilldown token passes a clicked value from a table row?
Answer options
- A. $rowclick.<fieldname>$
- B. $tableclick.<fieldname>$
- C. $row.<fieldname>$
- D. $table.<fieldname>$
Correct answer: A
Explanation
The correct answer is A, as $rowclick.<fieldname>$ is specifically designed to capture and pass the value of the clicked item in a table row. Options B, C, and D do not serve this purpose: B refers to a table-wide click without row specificity, C refers to a general row token without click context, and D refers to a table token without the row click event.