Hello
I have 2 tables.
Table 1 has two columns 'STATUS ' and 'COUNT'
STATUS ----- COUNT
Passed ----- 10
Failed ----- 2
Table 2 has three columns 'INPUT', 'STATUS' and 'REASON'
INPUT -- STATUS -- REASON
file1.csv -- Failed -- bla bla bla
file2.csv -- Failed -- bla bla bla
The goal here is, when i click number 2 (under Failed row) in Table 1, it should take me to Table 2.
Can this be done in splunk ?
Thanks
Sheshank
Yes, it can.
Have a look on the dashboard drill down feature, but is not very difficult to create that. The Splunk Dashboard Examples app has some similar cases can have a look.