<?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 Heavy Forwarder Configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78166#M15985</link>
    <description>&lt;P&gt;I am having some issues getting my heavy forwarder to forward events. The configuration I'm trying to achieve is as follows.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Server running universal forwarder, forward all security logs to Heavy Forwarder
 |
Heavy Forwarder receives the events, filters them on event id and forwards them to the indexer
 |
Logs get indexed on the indexer (in a index called test_index)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can get the logs to go from the UF to the HF, and if I set the HF to store a local copy of forwarded events I can see the events logging on the forwarders local index. But my filtered logs from the heavy forwarder are not getting sent to the indexer. Basic example of the configuration I'm trying to get working is for a server running the UF to send event logs to the HF and filter the logon and logoff event ids 4624 and 4634 and forward these to the indexer. What am I doing wrong? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;H2&gt;Universal Forwarder Configuration&lt;/H2&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
index = test_index
disabled = 0
start_from = oldest
current_only = 1
checkpointInterval = 5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = heavyforwarder_9997

[tcpout:heavyforwarder_9997]
server = heavyforwarder:9997

[tcpout-server://heavyforwarder:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Heavy Forwarder Configuration&lt;/H2&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 0
start_from = oldest
current_only = 1
checkpointInterval = 5
#index = test_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkindexer_9997
indexAndForward = 1

[tcpout:splunkindexer_9997]
autoLB = true
server = splunkindexer:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-security= events-null, events-filter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[events-filter]
REGEX=(?msi)^EventCode=(4624|4634)\D
DEST_KEY = queue
FORMAT = indexQueue

[events-null]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Oct 2013 13:42:23 GMT</pubDate>
    <dc:creator>conor_splunk</dc:creator>
    <dc:date>2013-10-01T13:42:23Z</dc:date>
    <item>
      <title>Heavy Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78166#M15985</link>
      <description>&lt;P&gt;I am having some issues getting my heavy forwarder to forward events. The configuration I'm trying to achieve is as follows.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Server running universal forwarder, forward all security logs to Heavy Forwarder
 |
Heavy Forwarder receives the events, filters them on event id and forwards them to the indexer
 |
Logs get indexed on the indexer (in a index called test_index)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can get the logs to go from the UF to the HF, and if I set the HF to store a local copy of forwarded events I can see the events logging on the forwarders local index. But my filtered logs from the heavy forwarder are not getting sent to the indexer. Basic example of the configuration I'm trying to get working is for a server running the UF to send event logs to the HF and filter the logon and logoff event ids 4624 and 4634 and forward these to the indexer. What am I doing wrong? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;H2&gt;Universal Forwarder Configuration&lt;/H2&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
index = test_index
disabled = 0
start_from = oldest
current_only = 1
checkpointInterval = 5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = heavyforwarder_9997

[tcpout:heavyforwarder_9997]
server = heavyforwarder:9997

[tcpout-server://heavyforwarder:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Heavy Forwarder Configuration&lt;/H2&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 0
start_from = oldest
current_only = 1
checkpointInterval = 5
#index = test_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkindexer_9997
indexAndForward = 1

[tcpout:splunkindexer_9997]
autoLB = true
server = splunkindexer:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-security= events-null, events-filter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[events-filter]
REGEX=(?msi)^EventCode=(4624|4634)\D
DEST_KEY = queue
FORMAT = indexQueue

[events-null]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78166#M15985</guid>
      <dc:creator>conor_splunk</dc:creator>
      <dc:date>2013-10-01T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78167#M15986</link>
      <description>&lt;P&gt;Having a quick skim I think you're missing;&lt;BR /&gt;
&lt;CODE&gt;_TCP_ROUTING = splunkindexer_9997&lt;/CODE&gt; &lt;BR /&gt;
From your inputs statements;&lt;/P&gt;

&lt;P&gt;E.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 0
start_from = oldest
current_only = 1
checkpointInterval = 5
_TCP_ROUTING = splunkindexer_9997
#index = test_index
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:49:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78167#M15986</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-10-01T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78168#M15987</link>
      <description>&lt;P&gt;Logs are still logging into the index on the intermediate forwarder but not indexing on the indexer.&lt;/P&gt;

&lt;P&gt;I can see 40,000bytes/sec inbound from the universal forwarder and 7000bytes/sec outbound to the indexer.&lt;/P&gt;

&lt;P&gt;I've made changes after a bit of reading to inputs.conf. Same outcome though. For props.conf and transforms.conf, is [WinEventLog:Security] correct on an intermediate forwarder? Or should it be something else like [WinEventLog:ForwardedEvents]?&lt;/P&gt;

&lt;H2&gt;inputs.conf (changed)&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0
_TCP_ROUTING = splunkindexer_9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Oct 2013 03:10:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78168#M15987</guid>
      <dc:creator>conor_splunk</dc:creator>
      <dc:date>2013-10-02T03:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78169#M15988</link>
      <description>&lt;P&gt;Looks like there was a problem with the indexer which is now resolved.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78169#M15988</guid>
      <dc:creator>conor_splunk</dc:creator>
      <dc:date>2013-10-02T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy Forwarder Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78170#M15989</link>
      <description>&lt;P&gt;How to install heavy forwarder, if you have any thing regarding installation could you please provide them.&lt;BR /&gt;
Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2016 05:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Heavy-Forwarder-Configuration/m-p/78170#M15989</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2016-09-17T05:34:40Z</dc:date>
    </item>
  </channel>
</rss>

