<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Chart Drill Down changes Date time range in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396904#M115238</link>
    <description>&lt;P&gt;Yes I did but it still gives me wrong date time range&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 11:42:05 GMT</pubDate>
    <dc:creator>shayhibah</dc:creator>
    <dc:date>2018-10-02T11:42:05Z</dc:date>
    <item>
      <title>Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396900#M115234</link>
      <description>&lt;P&gt;I have a dashboard with a chart inside it.&lt;/P&gt;

&lt;P&gt;The query of the chart is:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;base_search | eval _time = time| bucket _time span=24h | chart count over _time by app_risk| fields _time,Critical,High,Medium,Low&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;The drill down settings are: On Click=Link to Search &amp;amp; Auto.&lt;/P&gt;

&lt;P&gt;When clicking on "High" category on specific date, I would like to see the events related to this combination of risk and date.&lt;/P&gt;

&lt;P&gt;For some reason, I have no results after drilling down.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;For example: I click on events from Sep 15 - I expect the rime range to be Sep 15 00:00:00,000 to Sep 15 23:59:59,999 but (!) the time range is Sep 15 00:00:00,000 to Sep 15 00:00:00,001&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Can someone tell me why the results are not related to the specific column date?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396900#M115234</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2020-09-29T21:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396901#M115235</link>
      <description>&lt;P&gt;The time range is set from _time of the result by default.&lt;BR /&gt;
ex.&lt;BR /&gt;
_time="9/16/18 3:00:00.000" &lt;/P&gt;

&lt;P&gt;It is necessary to set the start and end time of each line in the search sentence and give it to the search sentence of the drill down etc.&lt;/P&gt;

&lt;P&gt;ex.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;link&amp;gt;
    &amp;lt;![CDATA[search?q=search index=XXX earliest="$row.earlest_time$" latest="$row.latest_time$" ]]&amp;gt;
  &amp;lt;/link&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396901#M115235</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-10-02T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396902#M115236</link>
      <description>&lt;P&gt;@HiroshiSatoh &lt;/P&gt;

&lt;P&gt;Thanks for your response.&lt;BR /&gt;
Unfortunately, it still gives me the same results - 9/16/18 3:00:00.000 AM to 9/16/18 3:00:00.001 AM.&lt;/P&gt;

&lt;P&gt;Maybe the bucket in the query affect the results?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:46:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396902#M115236</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2018-10-02T10:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396903#M115237</link>
      <description>&lt;P&gt;Did you make the following edits to the main search?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base_search | eval _time = time| bucket _time span=24h | chart count over _time by app_risk| fields _time,Critical,High,Medium,Low
| eval earlest_time=_time,latest_time=relative_time(_time,"+24h@h")
| fieldformat earlest_time=strftime(earlest_time,"%m/%d/%Y:%H:%M:%S") 
| fieldformat latest_time=strftime(latest_time,"%m/%d/%Y:%H:%M:%S")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396903#M115237</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-10-02T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396904#M115238</link>
      <description>&lt;P&gt;Yes I did but it still gives me wrong date time range&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396904#M115238</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2018-10-02T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Drill Down changes Date time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396905#M115239</link>
      <description>&lt;P&gt;Please check the search sentence generated from "Search job inspector". If start and end are correctly embedded, you should be able to search.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-Drill-Down-changes-Date-time-range/m-p/396905#M115239</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-10-02T12:29:01Z</dc:date>
    </item>
  </channel>
</rss>

