Dashboards & Visualizations

How to set timechart span from Splunk dashboard UI?

Dahara
Engager

Hello!

I would like to have timechart span configurable from the dashboard UI (e.g. via using dropdown field values), but I am not sure, how to set it up. Any help would be much appreciated!

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

I have done it with a radio button group but a dropdown would work just as well

    <input type="radio" token="span">
      <label>Bucket size</label>
      <choice value="1d">Daily</choice>
      <choice value="1h">Hourly</choice>
      <initialValue>1d</initialValue>
      <default>1d</default>
    </input>

Also, I have used a bin command, but timechart span=$span$ would work too.

| bin _time span=$span$ 

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

I have done it with a radio button group but a dropdown would work just as well

    <input type="radio" token="span">
      <label>Bucket size</label>
      <choice value="1d">Daily</choice>
      <choice value="1h">Hourly</choice>
      <initialValue>1d</initialValue>
      <default>1d</default>
    </input>

Also, I have used a bin command, but timechart span=$span$ would work too.

| bin _time span=$span$ 
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...