Dashboards & Visualizations

How to set timerangepicker as realtime by default?

andelval
Engager

Hello,

I need set timerangepicker to appear like rt-30s by default in my dashboards.
How do I do that? Can I?

I've tried:

<module name="TimeRangePicker" layoutPanel="panel_row1_col1" autoRun="True">
  <param name="default">real_time_last30s</param>

Where real_time_last30s is a stanza in my times.conf

Thank you in advance

Tags (1)

MuS
Legend

Hi andelval

you almost got it, you have to use the label of your stanza not the stanza name itself, if a stanza in times.conf looks like this:

 [myInsaneRT]
 label = myInsaneRTtimeRange
 header_label = this is a test for default timerangepicker
 earliest_time = rt-5m
 latest_time = rt
 order = 1

your dashboard xml will look like this:

<module name="TimeRangePicker">
  <param name="selected">myInsaneRTtimeRange</param>

this will set the default correct.

hope this helps

cheers, MuS

0 Karma

phoenixdigital
Builder

I have encountered this issue today as well. I tried as mentioned in the documentation to use the label from times.conf and it still doesn't default to this value.

I also tried to use the deprecated selected paramater as well with no success.

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...