<?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: In a dashboard with a custom drilldown, how would I add 1ms to earliest=$click.value$ to get latest? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392780#M25719</link>
    <description>&lt;P&gt;$click.value$+0.001&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 08:56:09 GMT</pubDate>
    <dc:creator>damucka</dc:creator>
    <dc:date>2018-11-15T08:56:09Z</dc:date>
    <item>
      <title>In a dashboard with a custom drilldown, how would I add 1ms to earliest=$click.value$ to get latest?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392777#M25716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;In my dashboard, I need to define the custom drilldown where I would like to transport the _time, which is in the first column of my panel table. For that I need to have earliest and latest defined, where latest would be = earliest+1ms (at least that is how the Auto drilldown option gets it).&lt;/P&gt;

&lt;P&gt;How would I do it?&lt;/P&gt;

&lt;P&gt;My custom drilldown search looks as follows at the moment:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index=mlbso sourcetype=*_transports source="*$sourcesid$*.$targetsid$" transport_exitcode=8 earliest=$click.value$ latest=???
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please adise.&lt;/P&gt;

&lt;P&gt;Kind Regards,&lt;BR /&gt;
Kamil&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392777#M25716</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2018-11-14T11:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: In a dashboard with a custom drilldown, how would I add 1ms to earliest=$click.value$ to get latest?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392778#M25717</link>
      <description>&lt;P&gt;You should be able to do an eval to add the time. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown&amp;gt;
           &amp;lt;eval token="latesttime"&amp;gt;$click.value$+1ms&amp;lt;/eval&amp;gt;
           &amp;lt;link&amp;gt;index=mlbso sourcetype=*_transports source="*$sourcesid$*.$targetsid$" transport_exitcode=8 earliest=$click.value$ latest=$latesttime$&amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2018 16:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392778#M25717</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-11-14T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: In a dashboard with a custom drilldown, how would I add 1ms to earliest=$click.value$ to get latest?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392779#M25718</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;
It worked with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;eval token="latesttime"&amp;gt;$click.value$+1ms&amp;lt;/eval&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Nov 2018 08:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392779#M25718</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2018-11-15T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: In a dashboard with a custom drilldown, how would I add 1ms to earliest=$click.value$ to get latest?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392780#M25719</link>
      <description>&lt;P&gt;$click.value$+0.001&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 08:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-a-dashboard-with-a-custom-drilldown-how-would-I-add-1ms-to/m-p/392780#M25719</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2018-11-15T08:56:09Z</dc:date>
    </item>
  </channel>
</rss>

