<?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: drill down with drop down output and clicked chart value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51469#M12438</link>
    <description>&lt;P&gt;Somebody please help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; i am stuck here ....&lt;/P&gt;</description>
    <pubDate>Mon, 03 Dec 2012 14:01:16 GMT</pubDate>
    <dc:creator>smolcj</dc:creator>
    <dc:date>2012-12-03T14:01:16Z</dc:date>
    <item>
      <title>drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51468#M12437</link>
      <description>&lt;P&gt;hi all,&lt;BR /&gt;
i have a dropdown box populating sources and a chart displaying severity of the source, as i used eval command i am not able to get a drill down from the chart. i am using simple xml&lt;BR /&gt;
how to do this search using link option in drill down&lt;/P&gt;

&lt;P&gt;please help me with redirect query or path to be used in link,,, how to include source variable from drop down box and click.value in option link&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
 &amp;lt;fieldset&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;INPUT type="dropdown" token="sources" /&gt;&lt;BR /&gt;
    &lt;LABEL&gt;Select Your Source&lt;/LABEL&gt;&lt;BR /&gt;
    &lt;POPULATINGSEARCH fieldforvalue="source" fieldforlabel="source"&gt;&lt;BR /&gt;
     index=main sourcetype=type  |fields source&lt;BR /&gt;
    &lt;/POPULATINGSEARCH&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;INPUT type="time" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;ROW&gt;&lt;/ROW&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;chart&amp;gt;
  &amp;lt;searchString&amp;gt;index=main source=$sources$   | chart count over severity | eval red=if(severity=="ERROR",count,0) | eval green = if(severity=="INFO",count,0)| fields - count
        &amp;lt;/searchString&amp;gt;
        &amp;lt;drilldown&amp;gt;
    &amp;lt;link&amp;gt;/app/search/flashtimeline?q=source=$row.sources$|search severity&amp;lt;/link&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Count of Tracing level&lt;/TITLE&gt;&lt;BR /&gt;
      column&lt;BR /&gt;
      stacked&lt;BR /&gt;
      &lt;BR /&gt;
  {"red":0xFF0000,"green":0x73A550}&lt;BR /&gt;
&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
  &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
&amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;please help with the search query here forthe link option&lt;BR /&gt;
please help&lt;BR /&gt;
Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2012 05:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51468#M12437</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-12-03T05:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51469#M12438</link>
      <description>&lt;P&gt;Somebody please help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; i am stuck here ....&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2012 14:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51469#M12438</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-12-03T14:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51470#M12439</link>
      <description>&lt;P&gt;You can add $form.&amp;lt; token&amp;gt;$ to your search query to get the value of the dropdown. In your case it would be $form.sources$&lt;/P&gt;

&lt;P&gt;For click value there are two options: $click.value$ would return the value of X axis or the first column, $click.value2$ would return the value of Y axis or the value in the column you clicked upon.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51470#M12439</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2012-12-03T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51471#M12440</link>
      <description>&lt;P&gt;Thanks Leo, &lt;BR /&gt;
/app/myapp/flashtimeline?q=$form.sources$|search severity=$click.value$&lt;BR /&gt;
worked fine, but is this possible with multi valued outputs.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 04:30:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51471#M12440</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-12-04T04:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51472#M12441</link>
      <description>&lt;P&gt;Would this doc be helpful? &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/Dynamicdrilldownindashboardsandforms#Dashboard_linking_to_a_multivalue_field"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/Dynamicdrilldownindashboardsandforms#Dashboard_linking_to_a_multivalue_field&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 04:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51472#M12441</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2012-12-04T04:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: drill down with drop down output and clicked chart value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51473#M12442</link>
      <description>&lt;P&gt;Thank you Leo&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 10:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drill-down-with-drop-down-output-and-clicked-chart-value/m-p/51473#M12442</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-12-04T10:32:24Z</dc:date>
    </item>
  </channel>
</rss>

