Dashboards & Visualizations

Display all days in the chart errespective of error occurance on that day, Chart should display all the dates as per the date specified in the code.

sushe10
New Member
index = itf host="*itseelm*" logLevel=ERROR EbcName=EBCMFSSALES02 ExceptionMessage="*ORA-01000*" | timechart span=1d count | fillnull value=0 count

earliest -90d@d earliest
latest now latest

Tags (1)
0 Karma

somesoni2
Revered Legend

Give this a try

index = itf host="*itseelm*" logLevel=ERROR EbcName=EBCMFSSALES02 ExceptionMessage="*ORA-01000*" 
| append [| noop | addinfo | eval t=split(info_min_time." ".info_max_time," ") | mvexpand t | table t | rename t as _time ] 
| timechart span=1d count | fillnull value=0 count
0 Karma

sundareshr
Legend

Try this

...  | timechart cont=t span=1d count | ...
0 Karma

Richfez
SplunkTrust
SplunkTrust

When I do

<someindexes> <someothercriteria>  earliest=-90d | timechart span=1d count

I totally get lines with zero in them. Lots of those, in fact, depending on my search.

Can you confirm exactly what you are seeing? Maybe a screenshot or a paste of a few lines where the data's "missing?"

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...