<?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: Indexers not processing  &amp;quot;Discard specific events and keep the rest&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647270#M110064</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257739"&gt;@_olivier_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you ingest these logs in one or more Universal Forwarders,&lt;/LI&gt;&lt;LI&gt;these UFs directly send their logs to Indexers without any intermediate HF,&lt;/LI&gt;&lt;LI&gt;the sourcetype you assign on UF is the same that you used in the props.conf on Indexers,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;only two final (very stupid) questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;did you inserted the above conf files in all your Indexers?&lt;/LI&gt;&lt;LI&gt;did you restarted Splunk on Indexers after conf files update?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2023 10:47:29 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-06-16T10:47:29Z</dc:date>
    <item>
      <title>Why are Indexers not processing  "Discard specific events and keep the rest"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647262#M110061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wana keep only logs Not containing the word "chatbot".&lt;/P&gt;
&lt;P&gt;This word is present in the _raw data&lt;/P&gt;
&lt;P&gt;I'm using the method explained in the following doc :&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.5/Forwarding/Routeandfilterdatad" target="_blank" rel="noopener"&gt;Routeandfilterdatad&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The props.conf and transforms.conf are set on the indexers and I restarts my indexers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But logs with this word are still present.&lt;/P&gt;
&lt;P&gt;Any idea, or way to debug this point ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;props.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[MySourcetype]
INDEXED_EXTRACTIONS = JSON
TIME_PREFIX=\"timestamp\":
TIME_FORMAT=%s%3N

#Do not index chatbot data
TRANSFORMS-null = API-NullQueue&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;transforms.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[API-NullQueue]
REGEX = chatbot
DEST_KEY = queue
FORMAT = nullQueue&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank's all.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 05:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647262#M110061</guid>
      <dc:creator>_olivier_</dc:creator>
      <dc:date>2023-06-20T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647264#M110062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257739"&gt;@_olivier_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this configuration must be located on Indexers or (when present) on intemediate Heavy Forwarders.&lt;/P&gt;&lt;P&gt;have you intermediate HFs in your architecture?&lt;/P&gt;&lt;P&gt;Did you checked the regex you are using? in other words in eachevent to discard is the "chatbot" word present?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647264#M110062</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-16T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647265#M110063</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your rapid answer !&lt;/P&gt;&lt;P&gt;I have no HF on this part of my network, only UF forwarding data to indexers&lt;/P&gt;&lt;P&gt;I checked the regex on&amp;nbsp;&lt;A href="https://regex101.com/" target="_blank"&gt;regex101&lt;/A&gt;&amp;nbsp;this word is matching each line I need to send to nullqueue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647265#M110063</guid>
      <dc:creator>_olivier_</dc:creator>
      <dc:date>2023-06-16T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647270#M110064</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257739"&gt;@_olivier_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you ingest these logs in one or more Universal Forwarders,&lt;/LI&gt;&lt;LI&gt;these UFs directly send their logs to Indexers without any intermediate HF,&lt;/LI&gt;&lt;LI&gt;the sourcetype you assign on UF is the same that you used in the props.conf on Indexers,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;only two final (very stupid) questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;did you inserted the above conf files in all your Indexers?&lt;/LI&gt;&lt;LI&gt;did you restarted Splunk on Indexers after conf files update?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647270#M110064</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-16T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647271#M110065</link>
      <description>&lt;P&gt;I seem to recall something about index-time operation not working when used with indexed extractions.&lt;/P&gt;&lt;P&gt;Also, if you're using 9.0 you can use Ingest Actions to filter data.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:58:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647271#M110065</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-16T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647285#M110073</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;, yes to all the final (not stupid) questions !&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;, My servers are 8.2.5, maybe a point to upgrade !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will open a case and come back with their advises.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 12:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647285#M110073</guid>
      <dc:creator>_olivier_</dc:creator>
      <dc:date>2023-06-16T12:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647289#M110075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257739"&gt;@_olivier_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok, the only dubt is the one mentioned by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;: I searched in documentatio by I didn't find any information about this.&lt;/P&gt;&lt;P&gt;So, to be more sure: open a case to Splunk Support, they will surely and quicly give you the correct answer.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 13:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647289#M110075</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-16T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Indexers not processing  "Discard specific events and keep the rest"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647390#M110092</link>
      <description>&lt;P&gt;There doesn't seem to be a direct mention about that in docs.&lt;/P&gt;&lt;P&gt;But it does make sense. If you set indexed_extractions, the extraction is done _at the UF level_ when the file is read. So it is pushed further downstream in parsed form, not cooked. So subsequent components do not run props/transforms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 09:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Indexers-not-processing-quot-Discard-specific-events-and/m-p/647390#M110092</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-17T09:32:51Z</dc:date>
    </item>
  </channel>
</rss>

