Dashboards & Visualizations

How to turn off automatic binning of line graphs?

splunkskxawng
New Member

Anomalous data is being lost in line graphs, and I suspect it is the automatic binning. I tried to turn off binning with

eventtype=rack_1_pdu_1 | timechart bins=0 values(PduPowerLevel) as power

but got an error message saying bins must between 2 and 50000. Tried bins=2 and uncovered one missing value, but have not been able to find a bins setting that makes all data visible. Is there some way I can get control over binning so that I can see all the collected events? I am a newbie, so please be kind if this is a stupid question.

0 Karma

dkeck
Influencer

HI,

I don´t know if I get your question, but do you want to have all the values and not get them combined in others in timechart ??

than just use | timechart useother=f values(PduPowerLevel) as power .

0 Karma

dkeck
Influencer

Is this what you were looking for?

if it helped please accept the question 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...