Dashboards & Visualizations

Why is my linechart with count 0 shows up as count 1?

Bleepie
Communicator

Dear Splunk community,

I have the following query:

 

 

index="myIndex"
source="*mySource*" 
nameOfLog* 
"ExitCode: 0" 
| stats count by _time

 

 

Once a day a event is generated. So either it was generated (count = 1) or it was not (count = 0).

I have a line diagram for the last 30 days that looks like this:

Bleepie_0-1646918353132.png

On February 20th there was one event generated. On 23 February there was one event generated. On 21th and 22th of February, no events were generated. Therefore I expect the line to go down in the line chart like so:

------_-------

This is not happening, and I am wondering why. How do I adjust this to show count=0 in the chart aswell? Thanks.

Labels (3)
Tags (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

There are no events so nothing is charted - use timechart to generate events with zero counts

| timechart count

View solution in original post

0 Karma

venky1544
Builder

Hi @Bleepie 

did you tried

|timechart span=1d count by _time 

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

There are no events so nothing is charted - use timechart to generate events with zero counts

| timechart count
0 Karma
Get Updates on the Splunk Community!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...