<?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: How to add filter specific to each column in SPLUNK dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292247#M39444</link>
    <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch
    [ |makeresults | eval _time = "   Search Time", message = "   Search Message" ]
    [ YOUR ORIGINAL SEARCH HERE ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need it to be tokenized, then like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch
    [ |makeresults | eval _time = "   " . $time_token$, message = "   " . $message_token$ ]
    [ YOUR ORIGINAL SEARCH HERE ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 13 May 2017 23:27:08 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-05-13T23:27:08Z</dc:date>
    <item>
      <title>How to add filter specific to each column in SPLUNK dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292244#M39441</link>
      <description>&lt;P&gt;I am creating a Dashboard from Splunk log &lt;/P&gt;

&lt;P&gt;In this dashboard, I want to want to add the filter to each column. Just by writing into filter text box, data need to be filtered. something like this.&lt;/P&gt;

&lt;P&gt;I have also asked same question on stackoverflow.&lt;BR /&gt;
 &lt;A href="https://stackoverflow.com/questions/43934866/how-to-add-filter-specific-to-each-column-in-splunk-dashboard!%5Balt"&gt;https://stackoverflow.com/questions/43934866/how-to-add-filter-specific-to-each-column-in-splunk-dashboard![alt&lt;/A&gt; text]&lt;A href="https://answers.splunk.comstorage/temp/194503-dashboard2-compressed.jpg"&gt;1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 10:23:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292244#M39441</guid>
      <dc:creator>nandkumar90</dc:creator>
      <dc:date>2017-05-13T10:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter specific to each column in SPLUNK dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292245#M39442</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Save the search of the reports as dashboard panel&lt;/LI&gt;
&lt;LI&gt;edit the dashboard&lt;/LI&gt;
&lt;LI&gt;add a input &lt;/LI&gt;
&lt;LI&gt;in the config of the Input rename the token to filter1_tok or a name_abc_tok or..._tok&lt;/LI&gt;
&lt;LI&gt;connect the Input with the Visualization: Button "magnifying glass" edit search --&amp;gt; time range score --&amp;gt; select your token ".._tok" &lt;/LI&gt;
&lt;LI&gt;finish&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Look here too:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/Viz/Aboutthismanual" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/Viz/Aboutthismanual&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292245#M39442</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2020-09-29T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter specific to each column in SPLUNK dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292246#M39443</link>
      <description>&lt;P&gt;input at a dashboard are equal filter &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 12:25:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292246#M39443</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2017-05-13T12:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter specific to each column in SPLUNK dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292247#M39444</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch
    [ |makeresults | eval _time = "   Search Time", message = "   Search Message" ]
    [ YOUR ORIGINAL SEARCH HERE ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need it to be tokenized, then like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch
    [ |makeresults | eval _time = "   " . $time_token$, message = "   " . $message_token$ ]
    [ YOUR ORIGINAL SEARCH HERE ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 13 May 2017 23:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-filter-specific-to-each-column-in-SPLUNK-dashboard/m-p/292247#M39444</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-13T23:27:08Z</dc:date>
    </item>
  </channel>
</rss>

