All Apps and Add-ons

weird timeline application work

GenRockeR
Explorer

HI all.

I am trying to set up a timeline application in splunk, but I get strange results.

My query looks like this:

| eval dayofweekfull = strftime (Start, "% A")
| eval duration = round (End-Start) * 1000
| rename Start AS _time
| stats count by _time, duration, dayofweekfull
| table _time dayofweekfull duration

As a result, the timeline is not entirely true. I need to get a table by day of the week, but they are not displayed correctly.

alt text

My data is:

alt text

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