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
Legend

@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
Legend

@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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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