<?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: winEventLogs and XmlWinEventLogs _TCP_ROUTING in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/658165#M111342</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260210"&gt;@dc17&lt;/a&gt;! Kara here, Splunk Community Manager. Thanks for following up on this question from 2020, but I recommend posting it as a brand new question so that it can get more visibility. Cheers!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 17:07:41 GMT</pubDate>
    <dc:creator>KaraD</dc:creator>
    <dc:date>2023-09-20T17:07:41Z</dc:date>
    <item>
      <title>winEventLogs and XmlWinEventLogs _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523705#M88424</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i am trying to send wineventlogs from my machines to my clustered indexer and also send the same event logs but in Xml format to a heavy forwarder for third party.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;my inputs.conf looks like this&lt;BR /&gt;&lt;BR /&gt;[WinEventLog://security]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = xxxx&lt;BR /&gt;renderXml = false&lt;BR /&gt;&lt;BR /&gt;[WinEventLog://security]&lt;BR /&gt;disabled = 0&lt;BR /&gt;renderXml = true&lt;BR /&gt;_TCP_ROUTING = heavy1&lt;BR /&gt;&lt;BR /&gt;my outputs.conf is the following&lt;BR /&gt;&lt;BR /&gt;[tcpout:group1]&lt;BR /&gt;indexerDiscovery = idxc1&lt;BR /&gt;autoLBVolume = 65536&lt;BR /&gt;&lt;BR /&gt;[indexer_discovery:idxc1]&lt;BR /&gt;master_uri = &lt;A href="https://serverip:serverport" target="_blank"&gt;https://serverip:serverport&lt;/A&gt;&lt;BR /&gt;pass4SymmKey = xxxx&lt;BR /&gt;cxn_timeout = 300&lt;BR /&gt;&lt;BR /&gt;[tcpout:heavyforwarder]&lt;BR /&gt;defaultGroup = heavy1&lt;BR /&gt;&lt;BR /&gt;[tcpout:heavy1]&lt;BR /&gt;server = serverip:serverport&lt;BR /&gt;&lt;BR /&gt;does anyone know why it now does not send to my clustered indexers? know that i did put _TCP_ROUTING = group1 under the non Xml event logs in inputs.conf and still didnt work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;cheers in advance&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523705#M88424</guid>
      <dc:creator>willsy</dc:creator>
      <dc:date>2020-10-08T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: winEventLogs and XmlWinEventLogs _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523726#M88426</link>
      <description>&lt;P&gt;There are two stanzas by the same name.&amp;nbsp; Splunk merges the settings from both stanzas into a single one with the second set of setting overwriting the first.&amp;nbsp; The outcome looks like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://security]
disabled = 0
index = xxxx
renderXml = true
_TCP_ROUTING = heavy1&lt;/LI-CODE&gt;&lt;P&gt;That would explain why no data is sent to the indexers.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523726#M88426</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-08T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: winEventLogs and XmlWinEventLogs _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523784#M88432</link>
      <description>&lt;P&gt;So if thats the case, how do i have two different stanzas when that is the information that i am gathering? That stanza is the location of the information, it is the file path to the information that i need.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/523784#M88432</guid>
      <dc:creator>willsy</dc:creator>
      <dc:date>2020-10-08T18:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: winEventLogs and XmlWinEventLogs _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/658153#M111339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/152686"&gt;@willsy&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;I know this is an old topic but did you find any solution for this ?&amp;nbsp; I have to send data in XML to a third party and maintain the data flow to Splunk indexers.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is possible to separate the "renderXML=true" command and&amp;nbsp;"renderXML=false" in some way?&lt;BR /&gt;&lt;BR /&gt;Thank you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 15:09:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/658153#M111339</guid>
      <dc:creator>dc17</dc:creator>
      <dc:date>2023-09-20T15:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: winEventLogs and XmlWinEventLogs _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/658165#M111342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260210"&gt;@dc17&lt;/a&gt;! Kara here, Splunk Community Manager. Thanks for following up on this question from 2020, but I recommend posting it as a brand new question so that it can get more visibility. Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 17:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/winEventLogs-and-XmlWinEventLogs-TCP-ROUTING/m-p/658165#M111342</guid>
      <dc:creator>KaraD</dc:creator>
      <dc:date>2023-09-20T17:07:41Z</dc:date>
    </item>
  </channel>
</rss>

