Splunk Search

How can i change the span in timechart when the timeRangePicker is change?

joy76
Path Finder

Hi Everyone!

I have a question about displaying timeline on timechart.(chart option is column)

I want to use timechart to display '1 bar = 1 hour' during the period of 24 hours for search and if the period of time is changed from 24 hours to 30 days, the bar is also changed from 1 hour to 1 day (1 bar = 1 day) as the Search App does.

How should I do?

Tags (2)

ziegfried
Influencer

You can define the maximum number of bars (called bins) in the timechart command. Choosing something like 35 should be a good catch for your needs:

... | timechart bins=35 count by foo

See http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timechart

Get Updates on the Splunk Community!

Splunk Platform | Upgrading your Splunk Deployment to Python 3.9

Splunk initially announced the removal of Python 2 during the release of Splunk Enterprise 8.0.0, aiming to ...

From Product Design to User Insights: Boosting App Developer Identity on Splunkbase

co-authored by Yiyun Zhu & Dan Hosaka Engaging with the Community at .conf24 At .conf24, we revitalized the ...

Detect and Resolve Issues in a Kubernetes Environment

We’ve gone through common problems one can encounter in a Kubernetes environment, their impacts, and the ...