<?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 remove particular search data from the dashboard result in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417073#M27444</link>
    <description>&lt;P&gt;Hi ramyaashok,&lt;BR /&gt;
Let me understand: "unavailable" is a value in column3 field?&lt;BR /&gt;
if this is your need, in your search insert a filter like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| search column3!="unavailable"
| table column1 column2 column3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 14:05:42 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-06-10T14:05:42Z</dc:date>
    <item>
      <title>how to remove particular search data from the dashboard result</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417071#M27442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have below table values, and in column 3, i get value "unavailable". i need to remove the entire row wherever column 3 is showing unavailable. can anyone help me with this.&lt;/P&gt;

&lt;P&gt;existing table:&lt;/P&gt;

&lt;P&gt;column1  column2  column3&lt;BR /&gt;
value1      value2      value3&lt;BR /&gt;
value4      value5      unavailable&lt;BR /&gt;
value6      value7      value8&lt;/P&gt;

&lt;P&gt;required output:&lt;/P&gt;

&lt;P&gt;column1  column2  column3&lt;BR /&gt;
value1      value2      value3&lt;BR /&gt;
value6      value7      value8&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417071#M27442</guid>
      <dc:creator>ramyaashok</dc:creator>
      <dc:date>2019-06-10T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove particular search data from the dashboard result</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417072#M27443</link>
      <description>&lt;P&gt;Add &lt;CODE&gt;| search column3!="unavailable"&lt;/CODE&gt; to your query.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417072#M27443</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-10T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove particular search data from the dashboard result</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417073#M27444</link>
      <description>&lt;P&gt;Hi ramyaashok,&lt;BR /&gt;
Let me understand: "unavailable" is a value in column3 field?&lt;BR /&gt;
if this is your need, in your search insert a filter like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| search column3!="unavailable"
| table column1 column2 column3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-remove-particular-search-data-from-the-dashboard-result/m-p/417073#M27444</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-06-10T14:05:42Z</dc:date>
    </item>
  </channel>
</rss>

