All Apps and Add-ons

SimpleResultsTable to Another View

nikhilmehra79
Path Finder

Hi ,

I have a simple table presented in advanced xml, i am trying to click a specific row and launch a flashtime view (already build) but i think i have to go through a single value call - does not seem to me right. I want to click and launch directly new view




row
1000



source="Latency_Analytics.csv" | timechart span=5m avg(Latency_msec) by time

Alert_Rate_View






Alert_Rate_view is another view which i am trying to get to by clicking the row in table ...but when i click on row i get a SingleValue and then when i click on Single Value i get the Alert_Rate_view - i want to avoid the sinlge value how can i do it?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

If you're using SideviewUtils you can nest your modules like this:

SavedSearch
  param search, etc.
  Table
    Redirector
      param url, args, etc.

Clicking something in the Table will call the Redirector, sending you to your new view.

0 Karma

nikhilmehra79
Path Finder

i am not using SideView util any other alternative using advanced xml.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...