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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...