<?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: _TCP_ROUTING   for windows monitored data is not routed appropriately in Splunk Version 6 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TCP-ROUTING-for-windows-monitored-data-is-not-routed/m-p/121076#M25140</link>
    <description>&lt;P&gt;The behavior explained above has been identified as Bug (SPL-79009)  and is expected to fixed in 6.0.3.&lt;BR /&gt;
In 6.0, WinEventLog is changed to modular input, while in 5.0 it's a splunkd input processor. Issue is  _TCP_ROUTING is not supported by modular input. Therefore, to work around this issue.&lt;BR /&gt;
The proposed workaround is to set default receiver as the one for modular input, i.e., set the outputs.conf as:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = unix&lt;/P&gt;

&lt;P&gt;[tcpout:win]&lt;BR /&gt;
server = 192.168.0.107:9997&lt;/P&gt;

&lt;P&gt;[tcpout:unix]&lt;BR /&gt;
server = 10.160.31.12:24003&lt;BR /&gt;
and set inputs.conf as:&lt;BR /&gt;
[default]&lt;BR /&gt;
_TCP_ROUTING = win&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[monitor://C:\Important\unix.log]&lt;BR /&gt;
_TCP_ROUTING = unix&lt;BR /&gt;
host = RBAL_UF&lt;BR /&gt;
index = default&lt;BR /&gt;
sourcetype = unix&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:19:35 GMT</pubDate>
    <dc:creator>rbal_splunk</dc:creator>
    <dc:date>2020-09-28T16:19:35Z</dc:date>
    <item>
      <title>_TCP_ROUTING   for windows monitored data is not routed appropriately in Splunk Version 6</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-ROUTING-for-windows-monitored-data-is-not-routed/m-p/121075#M25139</link>
      <description>&lt;P&gt;After upgrading SplunkUniversalForwader from Version 5.x to 6.x,  now _TCP_ROUTING   for windows monitored data is not routed appropriately.&lt;BR /&gt;
For example:&lt;/P&gt;

&lt;P&gt;1)Inputs.conf  are&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[WinEventLog://Application]&lt;/STRONG&gt;  &lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = unix   &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[WinEventLog://Security]&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[WinEventLog://System]&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = unix &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[monitor://C:/Important/unix.log]&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = unix&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;ii)Outputs.conf &lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = win&lt;/P&gt;

&lt;P&gt;[tcpout:win]&lt;BR /&gt;
server = testserver1:9997&lt;/P&gt;

&lt;P&gt;[tcpout:unix]&lt;BR /&gt;
server = testserver2:24003&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Data for following sources should have routed to group ‘unix’, but got routed to  tcpout:win&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
[WinEventLog://System]&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Only  [monitor://C:/Important/unix.log]    got routed to _TCP_ROUTING = unix, other windows event data is routed to defaultGroup = win&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-ROUTING-for-windows-monitored-data-is-not-routed/m-p/121075#M25139</guid>
      <dc:creator>rbal_splunk</dc:creator>
      <dc:date>2020-09-28T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: _TCP_ROUTING   for windows monitored data is not routed appropriately in Splunk Version 6</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-ROUTING-for-windows-monitored-data-is-not-routed/m-p/121076#M25140</link>
      <description>&lt;P&gt;The behavior explained above has been identified as Bug (SPL-79009)  and is expected to fixed in 6.0.3.&lt;BR /&gt;
In 6.0, WinEventLog is changed to modular input, while in 5.0 it's a splunkd input processor. Issue is  _TCP_ROUTING is not supported by modular input. Therefore, to work around this issue.&lt;BR /&gt;
The proposed workaround is to set default receiver as the one for modular input, i.e., set the outputs.conf as:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = unix&lt;/P&gt;

&lt;P&gt;[tcpout:win]&lt;BR /&gt;
server = 192.168.0.107:9997&lt;/P&gt;

&lt;P&gt;[tcpout:unix]&lt;BR /&gt;
server = 10.160.31.12:24003&lt;BR /&gt;
and set inputs.conf as:&lt;BR /&gt;
[default]&lt;BR /&gt;
_TCP_ROUTING = win&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[monitor://C:\Important\unix.log]&lt;BR /&gt;
_TCP_ROUTING = unix&lt;BR /&gt;
host = RBAL_UF&lt;BR /&gt;
index = default&lt;BR /&gt;
sourcetype = unix&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-ROUTING-for-windows-monitored-data-is-not-routed/m-p/121076#M25140</guid>
      <dc:creator>rbal_splunk</dc:creator>
      <dc:date>2020-09-28T16:19:35Z</dc:date>
    </item>
  </channel>
</rss>

