<?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: WEF - Universal Forwarder multiple Windows TA's / performance issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760202#M120440</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313876"&gt;@Kamachi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as this is a 2 years old topic, may i ask you, what steps you have performed so far, some more details like splunk cloud or onprim, etc&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 10:04:11 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2026-04-15T10:04:11Z</dc:date>
    <item>
      <title>WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703545#M116354</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We currently have a centralized WEF collection server that collects all windows logs across the environment.&lt;BR /&gt;This includes forwarding sysmon,application,system channels etc... to the collector.&lt;/P&gt;&lt;P&gt;Everything ends up in ForwardedEvents on the WEF collection server. I've installed a UF on this host.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the windows TA deployed with the following input stanza&lt;BR /&gt;&lt;BR /&gt;&lt;/P&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;LI-CODE lang="python"&gt;#[WinEventLog://ForwardedEvents]
#disabled = 0
#index = wef
#start_from = oldest
#current_only = 0
#batch_size = 50
#checkpointInterval = 15
#renderXml=true
#host=WinEventLogForwardHost&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;&lt;BR /&gt;&lt;BR /&gt;I have 2 problems currently.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The splunk universal forwarder doesn't appear to be keeping up with the number of windows event logs coming to the WEF collector. ~1000 hosts. Another (different) SIEM collector for WEF keeps up fine on the same host and collects all logs. i'm able to compare what one collector is collecting vs the Splunk UF. I've tried adjusting the batch_size and checkpoint interval as above.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I want to split certain windows channels in the ForwardedEvents channel to different indexes. I have tried deploying the microsoft sysmon TA and adding a new input with the following configuration.&lt;/LI&gt;&lt;/UL&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;LI-CODE lang="python"&gt;#[WinEventLog://ForwardedEvents]
#disabled = true
#index = wef-sysmon
#start_from = oldest
#current_only = 0
#batch_size = 50
#checkpointInterval = 15
#renderXml=true
#host=WinEventLogForwardHost
#whitelist = $XmlRegex='Microsoft-Windows-Sysmon'​&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;i then add&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;blacklist = $XmlRegex='Microsoft-Windows-Sysmon'&lt;BR /&gt;&lt;BR /&gt;to the windows TA.&lt;BR /&gt;&lt;BR /&gt;Then everything seems to stop. I stop receiving all events on my indexer.&lt;BR /&gt;&lt;BR /&gt;I've also tried adding multiple inputs with differing indexes and whitelist/blacklists in the windows TA to no avail.&lt;BR /&gt;&lt;BR /&gt;Would someone be able to point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&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;</description>
      <pubDate>Tue, 05 Nov 2024 00:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703545#M116354</guid>
      <dc:creator>ljo4497</dc:creator>
      <dc:date>2024-11-05T00:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703569#M116356</link>
      <description>&lt;P&gt;Wineventlog inputs have been known for having performance problems above certain EPS threshold. It usually doesn't manifest itself in local events ingestion but shows when pulling WEF-ed logs. Adding additional pipelines doesn't help.&lt;/P&gt;&lt;P&gt;The way around it (other than setting up more WEC hosts and splitting WEF subscriptions among them is to create more eventlog channels and split your subscription into several channels. The performance problems for eventlog inputs seem to be at single input level so if you're getting stuck around 10k EPS with single input you should be able to get up to 40k EPS if you split your ForwardedLogs into 4 channels.&lt;/P&gt;&lt;P&gt;Unfortunately, it's a bit of work to set it up and you need to create custom dll for that.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-gb/archive/blogs/russellt/creating-custom-windows-event-forwarding-logs" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-gb/archive/blogs/russellt/creating-custom-windows-event-forwarding-logs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/palantir/windows-event-forwarding/blob/master/windows-event-channels/README.md" target="_blank" rel="noopener"&gt;https://github.com/palantir/windows-event-forwarding/blob/master/windows-event-channels/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:02:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703569#M116356</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-05T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703625#M116364</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This was my thinking as well. We're really only doing around 1500 EPS roughly. So unsure why some messages are not making it through and others aren't.&lt;/P&gt;&lt;P&gt;Yeah i've looked into the links you've provided previously. the problem is getting a hold of ecmangen.exe as you have to install quite an old Win 10 SDK to access it as it's been removed from all recent SDK's.&lt;BR /&gt;&lt;BR /&gt;We're running server 2022 on our WEF Collector.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 22:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703625#M116364</guid>
      <dc:creator>ljo4497</dc:creator>
      <dc:date>2024-11-05T22:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703626#M116365</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Missing events from WEF/WEC can be cause by the file size, if too small they rotate away before the UF even has a change to read it .. don't ask how I know &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Increasing the size for the forwardedevents channel will help resolving this.&lt;/P&gt;&lt;P&gt;Hope this helps ...&lt;/P&gt;&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703626#M116365</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2024-11-05T23:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703661#M116369</link>
      <description>&lt;P&gt;Yup. If you start lagging behind (in our case we were about 2-2.5 hours behind during midday; we would catch up during evening-night) and Windows decides to rotate the log file, you'll end up missing events probably.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 10:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/703661#M116369</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-06T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/704230#M116471</link>
      <description>&lt;P&gt;Thanks all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've split out the Forwarded events and subscriptions to be more granular. And the dedicated sysmon channel + the TA is working well.&lt;/P&gt;&lt;P&gt;I think we're roughly running 9 minutes behind. which isn't too bad, but i want to ensure we don't miss any logs. I'm still collecting some event IDs, but not seeing them in Splunk at all. I am seeing them in other solutions.&lt;/P&gt;&lt;P&gt;Can i increase the cache size of the universal forwarder itself?&lt;BR /&gt;I've increased the persistentCacheSize to 10GB, but unsure if i've set this property correctly or if it impacts the windows_TA&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 00:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/704230#M116471</guid>
      <dc:creator>ljo4497</dc:creator>
      <dc:date>2024-11-13T00:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/704237#M116472</link>
      <description>&lt;P&gt;When i enable&lt;/P&gt;&lt;PRE&gt;[WinEventLog]
persistentQueueSize=5GB&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;in the windows_ta, all event flow stops.&lt;BR /&gt;&lt;BR /&gt;I see the queue file created in var/run/splunk/exec&lt;BR /&gt;&lt;BR /&gt;but no events are indexed. I remove that stanza, and events flow again...&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 02:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/704237#M116472</guid>
      <dc:creator>ljo4497</dc:creator>
      <dc:date>2024-11-13T02:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760174#M120436</link>
      <description>&lt;P&gt;same here, did u manage to resolve the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 11:20:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760174#M120436</guid>
      <dc:creator>Kamachi</dc:creator>
      <dc:date>2026-04-14T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760202#M120440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313876"&gt;@Kamachi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as this is a 2 years old topic, may i ask you, what steps you have performed so far, some more details like splunk cloud or onprim, etc&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 10:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760202#M120440</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2026-04-15T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: WEF - Universal Forwarder multiple Windows TA's / performance issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760212#M120442</link>
      <description>&lt;P&gt;Hi, there, fixed it already.&lt;BR /&gt;&lt;BR /&gt;- on prem&lt;BR /&gt;- WEC server with UF aggregating logs from a lot of win servers&lt;BR /&gt;&lt;BR /&gt;Applying the following inputs.conf caused the data flow from the WEC server to stop:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://ForwardedEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index = wineventlog


[WinEventLog]
persistentQueueSize = 30GB&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;The Monitoring Console still showed data being sent to the indexer&lt;/LI&gt;&lt;LI&gt;_internal logs (splunkd) confirmed that data was being forwarded&lt;/LI&gt;&lt;LI&gt;However, no data appeared in the target index&lt;/LI&gt;&lt;LI&gt;Removing the&amp;nbsp;[WinEventLog] stanza restored data flow&lt;/LI&gt;&lt;LI&gt;This suggested a configuration merge issue, where the index setting was lost or misconfigured during processing, resulting in data being dropped at the indexer level&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Explicitly defining the target index in the [WinEventLog] stanza resolved the issue. Data is now correctly buffered using the persistent queue and indexed as expected:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://ForwardedEvents]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index = wineventlog


[WinEventLog]
persistentQueueSize = 30GB
index = wineventlog&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Anyway thanks for the feedback!&lt;BR /&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 12:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WEF-Universal-Forwarder-multiple-Windows-TA-s-performance-issues/m-p/760212#M120442</guid>
      <dc:creator>Kamachi</dc:creator>
      <dc:date>2026-04-15T12:21:39Z</dc:date>
    </item>
  </channel>
</rss>

