<?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 query _TCP_ROUTING key value? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316946#M94818</link>
    <description>&lt;P&gt;I don't believe the _TCP_ROUTING is written into metadata for each event. It's an attribute used by Splunk engine (of heavy forwarder/indexer) to route events to different queue/ tcpout groups, it's not assigned to event.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:59:00 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2020-09-29T14:59:00Z</dc:date>
    <item>
      <title>How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316945#M94817</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;

&lt;P&gt;Is there a way you can query event's _TCP_ROUTING key value in a search?  I would assume you should be able to since its being written in the events meta.  We have bit of a complicated data routing and filtering issue and a search like this would be super helpful.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316945#M94817</guid>
      <dc:creator>jcspigler2010</dc:creator>
      <dc:date>2020-09-29T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316946#M94818</link>
      <description>&lt;P&gt;I don't believe the _TCP_ROUTING is written into metadata for each event. It's an attribute used by Splunk engine (of heavy forwarder/indexer) to route events to different queue/ tcpout groups, it's not assigned to event.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316946#M94818</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316947#M94819</link>
      <description>&lt;P&gt;Correct, hence converted to answer for your convenience. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 18:55:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316947#M94819</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-07-19T18:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316948#M94820</link>
      <description>&lt;P&gt;Thanks somesoni2!&lt;/P&gt;

&lt;P&gt;Sorry for the delay in credit.  Was onsite with a customer all day.  If you would be so kind to humor my next question.  I can always start another thread if need be.&lt;/P&gt;

&lt;P&gt;But we have an odd requirement at a client site where they index EVERYTHING sent from a heavy forwarder to an indexer and then send 2 or 3 source types off to a remote indexer.  Now I know this isn't the conventional or best practice way of doing stuff, but due to political and environment boundaries, they have to forward data from the indexer and not the HF.  HF would obviously be the optimal place to do this.  So my question is, can we set the _TCP_ROUTING key at the HF level, and use it for routing and forwarding decisions at the indexer level?  I guess the question generalized, does the DEST_KEY and FORMAT values persist from splunk instance to splunk instance or is just internal to that instance.  I am going to test this out this week but figured someone would already have the answer.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316948#M94820</guid>
      <dc:creator>jcspigler2010</dc:creator>
      <dc:date>2020-09-29T14:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316949#M94821</link>
      <description>&lt;P&gt;The routing transformation are applied during cooking/parsing of data, which will be done at Heavy forwarder level in your use case. Once cooked/parsed at HF level, it won't be parsed again (default and understandably) at indexer level. Now you can configure Indexers to re-parse the data but a) not recommended, b) it can't be done for a single sourcetype, but will be done for all data coming to indexers. So, basically you'll be doing double processing, consuming double resources and double latency for parsing. If that's something you can live with, see this on how to implement it.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/97918/reparsing-cooked-data-coming-from-a-heavy-forwarder-possible.html"&gt;https://answers.splunk.com/answers/97918/reparsing-cooked-data-coming-from-a-heavy-forwarder-possible.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/224312/hf1-hf2-indexer-how-to-route-a-set-of-data-that-ha.html"&gt;https://answers.splunk.com/answers/224312/hf1-hf2-indexer-how-to-route-a-set-of-data-that-ha.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;One more thing, you'll need to ensure that your Indexers have all the props.conf/transforms.conf that are in Heavy forwarder (because of re-parsing).&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:07:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316949#M94821</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-07-19T21:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316950#M94822</link>
      <description>&lt;P&gt;Thanks somesoni2&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:22:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316950#M94822</guid>
      <dc:creator>jcspigler2010</dc:creator>
      <dc:date>2017-07-19T21:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316951#M94823</link>
      <description>&lt;P&gt;Hmmmm, while semantically correct, I don't think that's applicable. You should be able to affect TCP routing wherever you have an outputs.conf. Functionally, an indexer is nothing other than a heavy forwarder that writes to disk, so you should be able to that there as well.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 22:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316951#M94823</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-07-20T22:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316952#M94824</link>
      <description>&lt;P&gt;But after lot trials, not able to forward data from indexers.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:36:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316952#M94824</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-09-15T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316953#M94825</link>
      <description>&lt;P&gt;Are you sure you followed the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/Forwarding/Routeandfilterdatad#Perform_selective_indexing_and_forwarding"&gt;documentation on the topic&lt;/A&gt; and placed the appropriate configuration files in the appropriate places?&lt;/P&gt;

&lt;P&gt;IndexAndForward should work just fine on an indexer...?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 21:25:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316953#M94825</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-09-15T21:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to query _TCP_ROUTING key value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316954#M94826</link>
      <description>&lt;P&gt;Hi Ssievert,&lt;/P&gt;

&lt;P&gt;We do not have HF, where we can apply these configs.&lt;/P&gt;

&lt;P&gt;We have 500 devices and have 98% of them sending data from UF, so as per optimization, we did not go for HF. &lt;/P&gt;

&lt;P&gt;When applying the settings, UF is not able to process them.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 05:02:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-query-TCP-ROUTING-key-value/m-p/316954#M94826</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-09-17T05:02:08Z</dc:date>
    </item>
  </channel>
</rss>

