Splunk Search

Return 0 when there is no data.

justeso1
Loves-to-Learn Everything

I have this search thar returns the data from the last 10 days.

index="raw_eg8" earliest=-10d@d latest=now()
| search "evento.ORIGEM_EVENTO" = "FileService" | search "evento.STATUS" = "PROCESSADO" | search "evento.SIGLA"="CB4" | spath "evento.SIGLA"| bucket _time span=1d
| eval DayOfWeekC=strftime(_time, "%a")
| eval DayOfWeekN=strftime(_time, "%m-%d-%Y")
| table "evento.SIGLA", DayOfWeekC, DayOfWeekN, | stats count by "evento.SIGLA" , DayOfWeekN | eventstats sum(count) AS Total by "evento.SIGLA" | eval avg= Total/count| sort DayOfWeekN desc 

And then i got this results. But, as you can see, in 10-05-2020 there is no data. 

How can I return count = 0 when there is no data? 

Like 

 

evento.SIGLA DayOfWeekN count Total avg

CB410-05-2020088

 

justeso1_0-1602083442632.png

 

Labels (2)
Tags (1)
0 Karma

ashajambagi
Communicator
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: Telemetry Pipeline Management

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...