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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...