<?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 Why does filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603403#M13025</link>
    <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;Filtering logs before indexing using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;transforms.conf&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;props.conf&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;creates ingestion latency problem.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 Jun 2022 23:11:13 GMT</pubDate>
    <dc:creator>Username_splunk</dc:creator>
    <dc:date>2022-06-29T23:11:13Z</dc:date>
    <item>
      <title>Why does filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603403#M13025</link>
      <description>&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;Filtering logs before indexing using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;transforms.conf&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;props.conf&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;creates ingestion latency problem.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jun 2022 23:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603403#M13025</guid>
      <dc:creator>Username_splunk</dc:creator>
      <dc:date>2022-06-29T23:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603421#M13029</link>
      <description>&lt;P&gt;This is true.&amp;nbsp; The more work the indexer has to do before it indexes data the longer ingestion takes.&lt;/P&gt;&lt;P&gt;There are some things you can do about it.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Only do at index time what absolutely has to be done at index time.&amp;nbsp; Field extractions, for example, are best done at search time.&lt;/LI&gt;&lt;LI&gt;If you're using regular expressions in your filters then test them in regex101.com to make sure they're as efficient as you can make them.&lt;/LI&gt;&lt;LI&gt;Consider adding more indexers to your environment.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;How much latency are we talking about?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 16:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603421#M13029</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-27T16:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603707#M13059</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To reply to your question about latency:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Events from tracker.log have not been seen for the last 546 seconds, which is more than the red threshold (210 seconds).&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Events from tracker.log are delayed for 32126 seconds, which is more than the red threshold (180 seconds).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;The regex is efficient, i tried it on regex101.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On indexing time, there is only one regex that i wrote for firewall incoming data to only accept blocked traffic logs. And because there are a lot of logs sent by the firewall, the indexer should filter all of those logs on indexing time to filter them and only take the blocked traffic to index it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question: How can adding an indexer help me in this case, will the two indexers work on filtering logs in indexing time together?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 07:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603707#M13059</guid>
      <dc:creator>Username_splunk</dc:creator>
      <dc:date>2022-06-29T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603779#M13064</link>
      <description>&lt;P&gt;Additional indexers help by sharing the workload.&amp;nbsp; If data is distributed across all indexers then they each will work on filtering logs.&amp;nbsp; They'll also share the search load to help make searches run faster.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 14:23:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603779#M13064</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-29T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering logs before indexing using transforms.conf and props.conf creates ingestion latency problem.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603783#M13066</link>
      <description>&lt;P&gt;Maybe better option in your case is use something else (rsyslog, syslog-ng or cribl) before take those logs into splunk? I suppose that those are more powerful to do that kind of event dropping than splunk is? Also you could check if you can configure FW to send only wanted events not all.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 14:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-filtering-logs-before-indexing-using-transforms-conf/m-p/603783#M13066</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-06-29T14:33:05Z</dc:date>
    </item>
  </channel>
</rss>

