<?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 How to pass 2 different click.values when we use 'Link to search' drilldown method ? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-pass-2-different-click-values-when-we-use-Link-to-search/m-p/505132#M2060</link>
    <description>&lt;P&gt;I have below source code. My aim is to pass 2 click values(click.value &amp;amp; click.value2) to my search by using 'Link to search' drilldown method.&lt;BR /&gt;I have used 'time' dropdwon filter here. and below is my drilldown source code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;drilldown&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;link target="_blank"&amp;gt;search?q=index=index_foo%20source=*$click.value2$*restart.log&amp;amp;amp;earliest=$time.earliest$&amp;amp;amp;latest=$time.latest$&amp;lt;/link&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/drilldown&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Output of my Main dashboard search:&lt;/P&gt;&lt;P&gt;Req&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JVM&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status&lt;BR /&gt;1732 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; started&lt;BR /&gt;1732 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stopped&lt;BR /&gt;2747 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stopped&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Actual source name is something like, 1732/App1_restart.log.&lt;BR /&gt;So if i click, App1 in the table after setting up drilldown, it will give me all the log files whichever having App1 in it. This will be a problem when i set time as last 30 days or 7 days.&lt;/P&gt;&lt;P&gt;So i want to pass my Req as well to my search to get the exact log. My Req number is unique here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;JVM names will be same for all the time, but Req no will differ.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2020 06:29:43 GMT</pubDate>
    <dc:creator>georgear7</dc:creator>
    <dc:date>2020-06-19T06:29:43Z</dc:date>
    <item>
      <title>How to pass 2 different click.values when we use 'Link to search' drilldown method ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-pass-2-different-click-values-when-we-use-Link-to-search/m-p/505132#M2060</link>
      <description>&lt;P&gt;I have below source code. My aim is to pass 2 click values(click.value &amp;amp; click.value2) to my search by using 'Link to search' drilldown method.&lt;BR /&gt;I have used 'time' dropdwon filter here. and below is my drilldown source code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;drilldown&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;link target="_blank"&amp;gt;search?q=index=index_foo%20source=*$click.value2$*restart.log&amp;amp;amp;earliest=$time.earliest$&amp;amp;amp;latest=$time.latest$&amp;lt;/link&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/drilldown&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Output of my Main dashboard search:&lt;/P&gt;&lt;P&gt;Req&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JVM&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;status&lt;BR /&gt;1732 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; started&lt;BR /&gt;1732 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stopped&lt;BR /&gt;2747 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; App1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stopped&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Actual source name is something like, 1732/App1_restart.log.&lt;BR /&gt;So if i click, App1 in the table after setting up drilldown, it will give me all the log files whichever having App1 in it. This will be a problem when i set time as last 30 days or 7 days.&lt;/P&gt;&lt;P&gt;So i want to pass my Req as well to my search to get the exact log. My Req number is unique here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;JVM names will be same for all the time, but Req no will differ.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-pass-2-different-click-values-when-we-use-Link-to-search/m-p/505132#M2060</guid>
      <dc:creator>georgear7</dc:creator>
      <dc:date>2020-06-19T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass 2 different click.values when we use 'Link to search' drilldown method ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-pass-2-different-click-values-when-we-use-Link-to-search/m-p/508165#M2511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;, Need your input here.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:50:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-pass-2-different-click-values-when-we-use-Link-to-search/m-p/508165#M2511</guid>
      <dc:creator>georgear7</dc:creator>
      <dc:date>2020-07-08T18:50:52Z</dc:date>
    </item>
  </channel>
</rss>

