Splunk Dev

using stats

Nith1
Path Finder

Hi 
Question 1)

Can someone correct me to build a dashboard for each day , for each build number it much show the build status(i.e) success/fail in a bar graph 

Question 2)
Same scenario for weekend aswell (we must have a bar graph where it must show the day on each weekend i.e 17 april,24 april, 1may but the weekend graph must also show the individual day build number and the status

For question 1 the query which i have is 

|eval status= if(buildstatus="false","success","fail-")
|eval weekday=strftime(_time,"%F)
|table sats,weekday
|stats count as "status" by weekday"



Tags (1)
0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...