<?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 can I remove a events from a search table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310373#M160182</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index=nf_index source=/appl/in_house/batch/AS* 
 NOT "ACCESS CODE"="YYYYMMDD*"
| multikv 
| stats count by "ACCESS CODE"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or you could fix your data onboarding and don't index those events, because it seems these values are the result of something that is parsed incorrectly.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 22:34:15 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2017-07-12T22:34:15Z</dc:date>
    <item>
      <title>How can I remove a events from a search table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310371#M160180</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;Good Day!&lt;/P&gt;

&lt;P&gt;Just want to ask on how can I remove &lt;STRONG&gt;YYYYMMDD HH24:MI:SS")&lt;/STRONG&gt; event on my search table. Here is my search and the result.&lt;/P&gt;

&lt;P&gt;index=nf_index  source=/appl/in_house/batch/AS*&lt;BR /&gt;
| multikv &lt;BR /&gt;
| stats count by "ACCESS CODE"&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/206821-splunk101.jpg" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310371#M160180</guid>
      <dc:creator>vino06</dc:creator>
      <dc:date>2020-09-29T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a events from a search table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310372#M160181</link>
      <description>&lt;P&gt;You could try the simple boolean check of &lt;CODE&gt;isint()&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=nf_index source=/appl/in_house/batch/AS*
| multikv 
| stats count by "ACCESS CODE"
| where isint("ACCESS CODE")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:28:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310372#M160181</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-07-12T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a events from a search table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310373#M160182</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=nf_index source=/appl/in_house/batch/AS* 
 NOT "ACCESS CODE"="YYYYMMDD*"
| multikv 
| stats count by "ACCESS CODE"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or you could fix your data onboarding and don't index those events, because it seems these values are the result of something that is parsed incorrectly.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 22:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-a-events-from-a-search-table/m-p/310373#M160182</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-07-12T22:34:15Z</dc:date>
    </item>
  </channel>
</rss>

