<?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: How to send a data source to specific indexers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521342#M88096</link>
    <description>&lt;P&gt;When you have inputs.conf with tcp listener you could define _TCP_ROUTING = &amp;lt;tcpout_group_name&amp;gt;,&amp;lt;tcpout_group_name&amp;gt;&lt;BR /&gt;directly there, no need to do it with props and transforms.&lt;BR /&gt;Check it from &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/Inputsconf" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wit those UFs you should use splunktcp receiver as you already use on indexers. And remember that you couldn’t do any props &amp;amp; transforms stuff on indexers after events are going through HF.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 18:27:45 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-09-24T18:27:45Z</dc:date>
    <item>
      <title>How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521277#M88088</link>
      <description>&lt;P&gt;Hi I am looking for an example to follow, where I can specify which data source goes to which indexers.&lt;/P&gt;&lt;P&gt;I am trying to cutover data sources from my HF tier to a new indexer cluster.&lt;/P&gt;&lt;P&gt;Currently all my HFs output to my existing indexers (unclustered).&lt;/P&gt;&lt;P&gt;1st&amp;gt;&amp;gt;&amp;gt; I want to try sending data from a tcp listener port (e.g. tcp1234 local on a single HF) to my new indexer cluster only.&amp;nbsp; But I want the other data sources flowing thru the HF to go to the existing indexers.&lt;/P&gt;&lt;P&gt;2nd&amp;gt;&amp;gt;&amp;gt; I want to try changing the UFs on some windows hosts to send to the HF tier (but configure the HFs) and then send to the new indexers.&lt;/P&gt;&lt;P&gt;Is _tcp_routing the way to go on the inputs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice appreciated.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521277#M88088</guid>
      <dc:creator>Glasses</dc:creator>
      <dc:date>2020-09-24T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521278#M88089</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/138497"&gt;@Glasses&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check below thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-can-I-route-data-to-specific-indexers-using-a-heavy/m-p/225200" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-can-I-route-data-to-specific-indexers-using-a-heavy/m-p/225200&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521278#M88089</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-24T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521283#M88090</link>
      <description>&lt;P&gt;thank you, I will try this, I am just confused by all the different ways this is described...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 14:16:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521283#M88090</guid>
      <dc:creator>Glasses</dc:creator>
      <dc:date>2020-09-24T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521320#M88094</link>
      <description>&lt;P&gt;So after reading the splunk docs, here is what I think&amp;nbsp; is what I need to do for a tcp listener.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inputs.conf (located in .../apps)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[tcp://1111]&lt;BR /&gt;connection_host = dns&lt;BR /&gt;index = foo&lt;BR /&gt;sourcetype = bar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Props.conf (located in .../apps)&lt;/P&gt;&lt;P&gt;[bar]&lt;BR /&gt;TRANSFORMS-routing=New_IDX_CLUSTER_Routing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transforms.conf (located in .../apps)&lt;/P&gt;&lt;P&gt;[New_IDX_CLUSTER_Routing]&lt;BR /&gt;DEST_KEY=_TCP_ROUTING&lt;BR /&gt;Format=NewClusterGroup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outputs.conf (located in .../system/local)&lt;/P&gt;&lt;P&gt;(other defaults stuff in here)&lt;/P&gt;&lt;P&gt;[tcpout:NewClusterGroup]&lt;BR /&gt;server=10.10.10.10:9997, 10.10.10.11:9997, 10.10.10.12:9997&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this look right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 16:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521320#M88094</guid>
      <dc:creator>Glasses</dc:creator>
      <dc:date>2020-09-24T16:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521342#M88096</link>
      <description>&lt;P&gt;When you have inputs.conf with tcp listener you could define _TCP_ROUTING = &amp;lt;tcpout_group_name&amp;gt;,&amp;lt;tcpout_group_name&amp;gt;&lt;BR /&gt;directly there, no need to do it with props and transforms.&lt;BR /&gt;Check it from &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/Inputsconf" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.6/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wit those UFs you should use splunktcp receiver as you already use on indexers. And remember that you couldn’t do any props &amp;amp; transforms stuff on indexers after events are going through HF.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 18:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521342#M88096</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-24T18:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521369#M88099</link>
      <description>&lt;P&gt;so then like this?&lt;/P&gt;&lt;P&gt;Inputs.conf&lt;/P&gt;&lt;P&gt;[tcp://1111]&lt;BR /&gt;connection_host = dns&lt;BR /&gt;index = foo&lt;BR /&gt;sourcetype = bar&lt;BR /&gt;_TCP_ROUTING = NewClusterGroup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outputs.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;[tcpout:NewClusterGroup]&lt;BR /&gt;server=10.10.10.10:9997, 10.10.10.11:9997, 10.10.10.12:9997&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 20:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521369#M88099</guid>
      <dc:creator>Glasses</dc:creator>
      <dc:date>2020-09-24T20:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a data source to specific indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521371#M88100</link>
      <description>&lt;P&gt;yes that is the way to go!!!&lt;/P&gt;&lt;P&gt;adding&amp;nbsp; _TCP_ROUTING to the inputs.com that is ...&lt;/P&gt;&lt;P&gt;that works, while the other previously posted solution with props and transforms didn't work for me (I musta mucked something up)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 20:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-a-data-source-to-specific-indexers/m-p/521371#M88100</guid>
      <dc:creator>Glasses</dc:creator>
      <dc:date>2020-09-24T20:32:55Z</dc:date>
    </item>
  </channel>
</rss>

