<?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: Issue with default outputs when _TCP_ROUTING in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509998#M86726</link>
    <description>&lt;P&gt;When there isn't _TCP_ROUTING, it is well sent to the indexers.&lt;BR /&gt;When I add _TCP_ROUTING, if I understand, it stops sending to the default group ?&lt;BR /&gt;&lt;BR /&gt;I tried to add ",default" but when it's pushed, I can't see the logs from my indexers via Splunk. When I comment the line and repush the conf, the logs reappeared (I checked with the appropriate time range to be sure).&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2020 09:28:14 GMT</pubDate>
    <dc:creator>Olivier_T</dc:creator>
    <dc:date>2020-07-20T09:28:14Z</dc:date>
    <item>
      <title>Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509716#M86692</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have many forwarders sending logs to a cluster of indexers, and for some logs I need to send it not cooked.&lt;/P&gt;&lt;P&gt;The problem is, when I add _TCP_ROUTING in my inputs.conf file, the logs are well sent to the correct server without being cooked, but they are not visible in Splunk (in the indexers). When I comment _TCP_ROUTING, the logs are correctly sent to the indexers.&lt;BR /&gt;&lt;BR /&gt;I noticed that when I re-comment the _TCP_ROUTING, the logs are not loose and appearing in Splunk after 1-2 minutes.&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="markup"&gt;inputs.conf

[monitor:///pqth/to/logs/*/*.log]
sourcetype = my:sourcetype
index = myindex
_TCP_ROUTING = logs_uncooked_to_send&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;outputs.conf

[tcpout]
defaultGroup = default

[tcpout:default]
server = indexer1:9997,indexer2:9997,indexer3:9997,indexer4:9997
autoLBFrequency = 10

[tcpout:logs_uncooked_to_send]
server = server1:5066
sendCookedData= false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what is blocking ? Maybe something I missed/don't mentioned here ?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 14:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509716#M86692</guid>
      <dc:creator>Olivier_T</dc:creator>
      <dc:date>2020-07-17T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509729#M86695</link>
      <description>I take it you are using heavy forwarders. Why not use universal forwarders, which don't cook data?</description>
      <pubDate>Fri, 17 Jul 2020 15:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509729#M86695</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-17T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509780#M86697</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think that when you want to sending those to both server and indexers you must add “,default” to the _TCP_ROUTING parameter.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 19:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509780#M86697</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-17T19:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509969#M86719</link>
      <description>&lt;P&gt;Thank you for your reply,&lt;BR /&gt;&lt;BR /&gt;I'm already using Universal Forwarders, do I need to change something to my conf to work ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509969#M86719</guid>
      <dc:creator>Olivier_T</dc:creator>
      <dc:date>2020-07-20T06:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509972#M86720</link>
      <description>&lt;P&gt;Hi, thank you for your answer,&lt;BR /&gt;&lt;BR /&gt;I thought about it but I was wondering if because there is "sendCookedData=false", it will send data not cooked to the indexers ?&lt;BR /&gt;&lt;BR /&gt;I will try it and tell you if it works.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509972#M86720</guid>
      <dc:creator>Olivier_T</dc:creator>
      <dc:date>2020-07-20T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509985#M86722</link>
      <description>&lt;P&gt;Now you are sending it only to one target server1 not to the both. If you want send it to both target then you must add the second (which contain indexers) to the _TCP_ROUTING&lt;/P&gt;&lt;P&gt;That sendCoockedData is connection specific parameter it don’t define connection itself.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 07:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509985#M86722</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-20T07:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509998#M86726</link>
      <description>&lt;P&gt;When there isn't _TCP_ROUTING, it is well sent to the indexers.&lt;BR /&gt;When I add _TCP_ROUTING, if I understand, it stops sending to the default group ?&lt;BR /&gt;&lt;BR /&gt;I tried to add ",default" but when it's pushed, I can't see the logs from my indexers via Splunk. When I comment the line and repush the conf, the logs reappeared (I checked with the appropriate time range to be sure).&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 09:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/509998#M86726</guid>
      <dc:creator>Olivier_T</dc:creator>
      <dc:date>2020-07-20T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default outputs when _TCP_ROUTING</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/510022#M86728</link>
      <description>Why are you using _TCP_ROUTING? What problem are you trying to solve with it? Universal Forwarders do not send cooked data and they automatically balance load among indexers so I don't see what you're trying to accomplish with this atypical config.</description>
      <pubDate>Mon, 20 Jul 2020 12:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-default-outputs-when-TCP-ROUTING/m-p/510022#M86728</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-20T12:38:15Z</dc:date>
    </item>
  </channel>
</rss>

