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!

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...