Let's say that I have a dashboard A containing a table.
App Name | App Host | LinkToB | LinkToC | LinkToD |
abc | host 1 | LinkToB | LinkToC | LinkToD |
def | host 2 | LinkToB | LinkToC | LinkToD |
xyz | host 1 | LinkToB | LinkToC | LinkToD |
I have 3 other dashboards (B,C,D). I want to click "LinkToX" to link to X dashboard. However, in Splunk Dashboard Studio UI, I can only link the table to one dashboard.
Is there any way to configure JSON to make the table able to link to multiple dashboard? Or is there any way to make cells in table become clickable URL link instead?
Thank you!