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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...