Deployment Architecture

Bucket _time span=day and Date Time Range Issue

ananth402
Explorer

I have the following source:

  </input>
     <input type="time" token="timeRange" searchWhenChanged="true">
      <label>Select Time Range:</label>
      <default>
        <earliest>0</earliest>
        <latest></latest>
      </default>
    </input>...
        <search>
          <query>host=$host$ source="/etc/myproject/logs/myproject.log" "msgType=Notification" |bucket _time span=day |stats count by _time</query>
          <earliest>$timeRange.earliest$</earliest>
          <latest>$timeRange.latest$</latest>
        </search>

I see correct results in visualization, but when I click on any of the results on chart, the drilldown doesn't the results because the Date Time Range is rendered incorrect. I see zero results for the search query as Date Time Range is
(21/03/2019 00:00:00.000 to 21/03/2019 00:00:00.01).

How to overcome this and get the right time range?

0 Karma
1 Solution

renjith_nair
SplunkTrust
SplunkTrust

@ananth402,

It seems like bucket/bin always snaps to the date on drilldown and does not give the range.

You may try timechart span=day count which should give you events from the start of the day to end of day.

<query>host=$host$ source="/etc/myproject/logs/myproject.log" "msgType=Notification" |timechart span=day count</query>

Try and verify your results.

Happy Splunking!

View solution in original post

0 Karma

renjith_nair
SplunkTrust
SplunkTrust

@ananth402,

It seems like bucket/bin always snaps to the date on drilldown and does not give the range.

You may try timechart span=day count which should give you events from the start of the day to end of day.

<query>host=$host$ source="/etc/myproject/logs/myproject.log" "msgType=Notification" |timechart span=day count</query>

Try and verify your results.

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...