<?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 avoid displaying the field which contains #? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324239#M60360</link>
    <description>&lt;P&gt;Here's one way.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | regex acts!="#" | table acts
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 23 Feb 2017 19:40:04 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-02-23T19:40:04Z</dc:date>
    <item>
      <title>how to avoid displaying the field which contains #?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324237#M60358</link>
      <description>&lt;P&gt;Hi have a field named acts which displays all the different acts with below query&lt;/P&gt;

&lt;P&gt;base search | table acts&lt;/P&gt;

&lt;P&gt;which displays as below&lt;/P&gt;

&lt;P&gt;displayed screen&lt;BR /&gt;
113;screen&lt;/P&gt;

&lt;H1&gt;kjhkh;jkh&lt;/H1&gt;

&lt;P&gt;hjgjh#kjhk&lt;BR /&gt;
jhgjhyg#&lt;/P&gt;

&lt;P&gt;Now I dont want to display any of the results which contains # in it. How can I filter them?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 19:21:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324237#M60358</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2017-02-23T19:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid displaying the field which contains #?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324238#M60359</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | table acts | eval acts=mvfilter(NOT match(acts,"#"))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2017 19:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324238#M60359</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-02-23T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid displaying the field which contains #?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324239#M60360</link>
      <description>&lt;P&gt;Here's one way.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | regex acts!="#" | table acts
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2017 19:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324239#M60360</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-02-23T19:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid displaying the field which contains #?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324240#M60361</link>
      <description>&lt;P&gt;If acts is one of your extracted fields you can filter the same in the base search itself&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Your Base Search&amp;gt; acts!="*#*"
| table acts
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2017 19:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-avoid-displaying-the-field-which-contains/m-p/324240#M60361</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-02-23T19:53:22Z</dc:date>
    </item>
  </channel>
</rss>

