<?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 DROPDOWN SEARCH in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/DROPDOWN-SEARCH/m-p/19835#M705</link>
    <description>&lt;P&gt;i have the list of some 20 files like&lt;/P&gt;

&lt;P&gt;taskmanager_log&lt;/P&gt;

&lt;P&gt;taskmager_log(1)&lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;P&gt;i want is if i clik any one of the file it should take me into the search view as&lt;/P&gt;

&lt;P&gt;source="whaterver the file i selected" |timechart count of User&lt;/P&gt;

&lt;P&gt;plz help me with the code&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2012 10:10:27 GMT</pubDate>
    <dc:creator>splunkpoornima</dc:creator>
    <dc:date>2012-11-01T10:10:27Z</dc:date>
    <item>
      <title>DROPDOWN SEARCH</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/DROPDOWN-SEARCH/m-p/19835#M705</link>
      <description>&lt;P&gt;i have the list of some 20 files like&lt;/P&gt;

&lt;P&gt;taskmanager_log&lt;/P&gt;

&lt;P&gt;taskmager_log(1)&lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;P&gt;i want is if i clik any one of the file it should take me into the search view as&lt;/P&gt;

&lt;P&gt;source="whaterver the file i selected" |timechart count of User&lt;/P&gt;

&lt;P&gt;plz help me with the code&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2012 10:10:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/DROPDOWN-SEARCH/m-p/19835#M705</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-11-01T10:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: DROPDOWN SEARCH</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/DROPDOWN-SEARCH/m-p/19836#M706</link>
      <description>&lt;P&gt;try  replace function &lt;BR /&gt;
in your search string replace &lt;CODE&gt;\&lt;/CODE&gt; caracter with &lt;CODE&gt;\\&lt;/CODE&gt; using regex expression for source value&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.....|eval tokenrepace=repace($source$,"\w+\\w+","\w+\\\w+.*")|search source=tokenrepace....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Dec 2014 11:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/DROPDOWN-SEARCH/m-p/19836#M706</guid>
      <dc:creator>tachifelix</dc:creator>
      <dc:date>2014-12-17T11:20:13Z</dc:date>
    </item>
  </channel>
</rss>

