<?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: Routing events  is creating bottleneck for ingestions- How do I resolve this issue? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608370#M105563</link>
    <description>&lt;P&gt;This is way it written before to handle few case statements , but the list keep on growing.&lt;BR /&gt;we have set up batch to read the files on UF and each event is getting evaluated with case to ingest to index with right sourcetype.&lt;BR /&gt;do you mean moving this inputs.conf on UF and does not make huge inputs.conf if we move ?&lt;/P&gt;&lt;P&gt;we have 5 UF and 2 HF , I have seen the issue added 2 HF , so now 5 UF and 4 HF even then it not ingesting fast enough.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 02:37:55 GMT</pubDate>
    <dc:creator>bsrikanthreddy5</dc:creator>
    <dc:date>2022-08-05T02:37:55Z</dc:date>
    <item>
      <title>Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608139#M105536</link>
      <description>&lt;P&gt;On HF we have routing summaries in transforms.conf which are take more time and creating a bottleneck for us&lt;BR /&gt;We have below number of routing summaries&lt;BR /&gt;~2000 entries for index routing&lt;BR /&gt;~200 entries for sourcetype routing&lt;/P&gt;
&lt;P&gt;Can you please provide suggestions to route the events&amp;nbsp; faster and efficiently.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sample from transform.conf.&lt;BR /&gt;&lt;BR /&gt;[route_sentinel_to_index]&lt;BR /&gt;INGEST_EVAL = index:=case(\&lt;BR /&gt;match(_raw, "\"TENANT\":\"xxxxxx-b589-c11a968d4876\""), "nacoak_mil", \&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&amp;lt;1997 entries&amp;gt;&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;match(_raw, "\"EVENT_TIME\":\"\d{13}\""), "unknown_events", \&lt;BR /&gt;true(), "unknownsentinel")&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;[apply_sourcetype_to_sentinel]&lt;BR /&gt;INGEST_EVAL = sourcetype:=case(\&lt;BR /&gt;match(_raw, "\"SYSTEM\":\"xxxx-b3a7-xxxxxx\""), "cs:fhir:prod:audit:json", \&lt;BR /&gt;match(_raw, "\"SYSTEM\":\"xxxxxxx-d424c20xxxx\""), "cs:railsapp_server:ambulatory:audit:json", \&lt;BR /&gt;.&lt;BR /&gt;.&amp;lt;198 entries&amp;gt;&lt;BR /&gt;.&lt;BR /&gt;true(), "cs:sentinel:unknown:audit:json")&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 16:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608139#M105536</guid>
      <dc:creator>bsrikanthreddy5</dc:creator>
      <dc:date>2022-08-03T16:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608272#M105555</link>
      <description>&lt;P&gt;Why such large case statements?&amp;nbsp; Can the assignment of index and sourcetype be moved to inputs.conf?&lt;/P&gt;&lt;P&gt;If not, then can you add more HFs and partition the input among them?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 12:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608272#M105555</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-04T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608370#M105563</link>
      <description>&lt;P&gt;This is way it written before to handle few case statements , but the list keep on growing.&lt;BR /&gt;we have set up batch to read the files on UF and each event is getting evaluated with case to ingest to index with right sourcetype.&lt;BR /&gt;do you mean moving this inputs.conf on UF and does not make huge inputs.conf if we move ?&lt;/P&gt;&lt;P&gt;we have 5 UF and 2 HF , I have seen the issue added 2 HF , so now 5 UF and 4 HF even then it not ingesting fast enough.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 02:37:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608370#M105563</guid>
      <dc:creator>bsrikanthreddy5</dc:creator>
      <dc:date>2022-08-05T02:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608440#M105568</link>
      <description>&lt;P&gt;Having UFs specify the index and sourcetype of each input is standard practice.&amp;nbsp; Will it make for huge inputs.conf files?&amp;nbsp; Maybe.&amp;nbsp; I don't know what your current inputs.conf looks like, but there's little harm in having large ones.&amp;nbsp; The UF will be monitoring the same files, anyway, only now a lot of work will be shifted off the HFs.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 12:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608440#M105568</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-05T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608613#M105583</link>
      <description>&lt;P&gt;Below is inputs.conf on UF&lt;BR /&gt;[batch:///flume/rollingfiles/process]&lt;BR /&gt;_TCP_ROUTING = prod-a_hf&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;disabled = false&lt;BR /&gt;index = unknownsentinel&lt;BR /&gt;move_policy = sinkhole&lt;BR /&gt;recursive = false&lt;BR /&gt;sourcetype = cs:sentinel:unknown:audit:json&lt;BR /&gt;whitelist = \.rd$&lt;/P&gt;&lt;P&gt;UF&amp;nbsp; will do any transformation of events, so it has to go through the HF / Indexer, which would be same issue&amp;nbsp; we are seeing now right .&amp;nbsp; Please let me know If am missing anything&lt;/P&gt;&lt;P&gt;I way its setup now is&lt;BR /&gt;&amp;nbsp;UF ---&amp;gt; HF ---&amp;gt; Indexer cluster&lt;/P&gt;&lt;P&gt;UF --&amp;gt; batch monitor to to read the files with multiple events&lt;BR /&gt;HF&amp;nbsp; --&amp;gt; to route each event based of tenant Id to specific index and sourcetype&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 20:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608613#M105583</guid>
      <dc:creator>bsrikanthreddy5</dc:creator>
      <dc:date>2022-08-07T20:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608614#M105584</link>
      <description>&lt;P&gt;Hmm...&amp;nbsp; So all monitored files are in one place and it's up to the HF to figure out where everything goes?&amp;nbsp; That's a non-scalable solution.&lt;/P&gt;&lt;P&gt;Is there a faster way to decide where the data goes?&amp;nbsp; Perhaps by examining the host or source rather than the contents?&lt;/P&gt;&lt;P&gt;If that won't work and you don't want to add more HFs (maybe 4 isn't enough for the job) then consider installing Cribl.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 21:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/608614#M105584</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-07T21:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Routing events  is creating bottleneck for ingestions- How do I resolve this issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/609532#M105677</link>
      <description>&lt;P&gt;Yes, all data is&amp;nbsp; one place, HF does&amp;nbsp;routing .&amp;nbsp;&lt;BR /&gt;We are trying see if moving the routing&amp;nbsp; to indexer helps and also we are trying to find a scalable solution.&lt;BR /&gt;The only way as of now is to view contents. I will add couple HF see if that helps. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 20:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-events-is-creating-bottleneck-for-ingestions-How-do-I/m-p/609532#M105677</guid>
      <dc:creator>bsrikanthreddy5</dc:creator>
      <dc:date>2022-08-15T20:35:51Z</dc:date>
    </item>
  </channel>
</rss>

