<?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: UF - Route inputs to specific indexers based on the data's input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147600#M30044</link>
    <description>&lt;P&gt;Do it like in the docs example provided, set &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2014 13:22:47 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-10-01T13:22:47Z</dc:date>
    <item>
      <title>UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147597#M30041</link>
      <description>&lt;P&gt;I have a UF running at version 6.0.4. I have configured an inputs.conf value to route to a different indexer. The UF isn't honoring the statements in the inputs.conf and outputs.conf. This should work per the data @ &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data.27s_input" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data.27s_input&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Outputs.conf: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout] 
indexAndForward = true 
disabled = false 
defaultGroup=indexer1-11 

[tcpout:indexer1] 
maxConnectionsPerIndexer = 1 
autoLB = true 
autoLBFrequency = 60 
server = xx.xx.51.109:9997

[tcpout:indexerdev] 
server = xx.xx.144.235:9996 
sendCookedData = true 
dropEventsOnQueueFull = 60 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security] 
disabled = 0 
start_from = oldest 
current_only = 0 
evt_resolve_ad_obj = 1 
checkpointInterval = 5 
index = sys_sec_nonprod 
_TCP_ROUTING = indexerdev 

[WinEventLog://Security] 
checkpointInterval = 5 
current_only = 0 
disabled = 0 
evt_resolve_ad_obj = 1 
index = sys_sec_nonprod 
start_from = oldest 
_TCP_ROUTING = indexerdev 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yes, there are duplicate statements in the inputs.conf. I don't believe that is the core issue. Both are set to route using _TCP_ROUTING. Am I missing something? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:45:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147597#M30041</guid>
      <dc:creator>lisaac</dc:creator>
      <dc:date>2020-09-28T17:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147598#M30042</link>
      <description>&lt;P&gt;Starting with Splunk 4.2, &lt;CODE&gt;defaultGroup&lt;/CODE&gt; attribute is no longer required. &lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147598#M30042</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-01T12:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147599#M30043</link>
      <description>&lt;P&gt;I see starting with 4.2, this attribute is no longer required. Thanks for the input. How does a UF know where to send data unless one is specified? I could remove the defaultGroup and then route to a destination based on changes to inputs.conf. This would be a little bit of work, and the outputs.conf.spec file shows that this can be overriden with the _TCP_ROUTING setting.&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = , , ...&lt;BR /&gt;
Comma-separated list of one or more target group names, specified later in [tcpout:] stanzas.&lt;BR /&gt;
The forwarder sends all data to the specified groups.&lt;BR /&gt;
If you don't want to forward data automatically, don't set this attribute.&lt;BR /&gt;
Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a &lt;BR /&gt;
props.conf/transforms.conf modifier.&lt;BR /&gt;
* Starting with 4.2, this attribute is no longer required. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147599#M30043</guid>
      <dc:creator>lisaac</dc:creator>
      <dc:date>2020-09-28T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147600#M30044</link>
      <description>&lt;P&gt;Do it like in the docs example provided, set &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 13:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147600#M30044</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-01T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147601#M30045</link>
      <description>&lt;P&gt;There is the below known issue as per release notes:&lt;BR /&gt;
Modular inputs, including perfmon and WinEventLog inputs are not passing the custom metadata fields&lt;BR /&gt;
     (_*, _meta or _TCP_ROUTING) (SPL-79421) .&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.4/ReleaseNotes/KnownIssues" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.4/ReleaseNotes/KnownIssues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The workaround is to setup the Windows _TCP_ROUTING at the default level for all inputs in .../system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
_TCP_ROUTING=mywindowsdestinationtcpout
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and use custom _TCP_ROUTING for non windows inputs (not Modular inputs)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://path/to/my/file]
_TCP_ROUTING=myotherdestinationtcpout
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147601#M30045</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2020-09-28T17:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: UF - Route inputs to specific indexers based on the data's input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147602#M30046</link>
      <description>&lt;P&gt;This issue (SPL-79421) has been resolved in Splunk 6.3 and is incorporated in Splunk 6.4. &lt;BR /&gt;
You can get the latest Splunk release from: &lt;A href="https://www.splunk.com/en_us/download/splunk-enterprise.html"&gt;https://www.splunk.com/en_us/download/splunk-enterprise.html&lt;/A&gt;  &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-Route-inputs-to-specific-indexers-based-on-the-data-s-input/m-p/147602#M30046</guid>
      <dc:creator>vsheridan_splun</dc:creator>
      <dc:date>2016-07-21T16:29:55Z</dc:date>
    </item>
  </channel>
</rss>

