<?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: Drilldown Time chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204887#M12884</link>
    <description>&lt;P&gt;See if these tokens give you what you're looking for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$job.earliestTime$: Job start time.
$job.latestTime$: Latest time recorded for the search job.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Viz/tokens#Search_event_elements_and_job_properties"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Viz/tokens#Search_event_elements_and_job_properties&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 13:46:57 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-09-21T13:46:57Z</dc:date>
    <item>
      <title>Drilldown Time chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204886#M12883</link>
      <description>&lt;P&gt;I have a scheduled search which will run for every 5 hrs for the span of last 24 hrs.. When i drilldown that pie chart i need to pass the time to the new view.. If i pass last 24 hrs time to the view and if i am doing drilldown at 4th hour , it will fetch me the results for last 24 hrs from that particular time.. Hence there is difference in result count.. i need to pass the time when the search has run last time so that the result count will match..&lt;/P&gt;

&lt;P&gt;Thanks..!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204886#M12883</guid>
      <dc:creator>pasokkum</dc:creator>
      <dc:date>2016-09-21T13:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Time chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204887#M12884</link>
      <description>&lt;P&gt;See if these tokens give you what you're looking for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$job.earliestTime$: Job start time.
$job.latestTime$: Latest time recorded for the search job.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Viz/tokens#Search_event_elements_and_job_properties"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Viz/tokens#Search_event_elements_and_job_properties&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204887#M12884</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-09-21T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Time chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204888#M12885</link>
      <description>&lt;P&gt;Can u please give me an example of how to get the earliest time of a scheduled search in html view??&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 12:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204888#M12885</guid>
      <dc:creator>pasokkum</dc:creator>
      <dc:date>2016-09-22T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Time chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204889#M12886</link>
      <description>&lt;P&gt;Like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Earliest=$e$&amp;lt;/title&amp;gt;
        &amp;lt;search ref="SavedReport"&amp;gt;
          &amp;lt;done&amp;gt;
            &amp;lt;set token="e"&amp;gt;$job.earliestTime$&amp;lt;/set&amp;gt;
          &amp;lt;/done&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Sep 2016 12:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204889#M12886</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-09-22T12:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown Time chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204890#M12887</link>
      <description>&lt;P&gt;Thanks..!  @sundareshr&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 13:53:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-Time-chart/m-p/204890#M12887</guid>
      <dc:creator>pasokkum</dc:creator>
      <dc:date>2016-09-22T13:53:32Z</dc:date>
    </item>
  </channel>
</rss>

