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
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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 ...