<?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: Heavy forwarder with httpout to indexer cluster in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684110#M233540</link>
    <description>&lt;P&gt;Anyone have inputs about that?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 22:33:48 GMT</pubDate>
    <dc:creator>j01am</dc:creator>
    <dc:date>2024-04-12T22:33:48Z</dc:date>
    <item>
      <title>Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/677981#M231854</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question : I need to forward data from HF to Indexer cluster.&lt;/P&gt;&lt;P&gt;Right now, I'm using S2S tcpout function, with useAck, default loadbalancing and maxQueueSize&lt;/P&gt;&lt;P&gt;I study the possibility to use the httpout instead of tcpout, due to traffic filtering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation seems a bit light about httpout, is it possible to use Indexer loadbalancer, ack, and maxQueueSize function?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 12:50:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/677981#M231854</guid>
      <dc:creator>j01am</dc:creator>
      <dc:date>2024-02-19T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684110#M233540</link>
      <description>&lt;P&gt;Anyone have inputs about that?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 22:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684110#M233540</guid>
      <dc:creator>j01am</dc:creator>
      <dc:date>2024-04-12T22:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684138#M233547</link>
      <description>Hi&lt;BR /&gt;What issue you are trying to solve with this change?&lt;BR /&gt;I think that usually it’s better to use S2S between splunk nodes than http version.&lt;BR /&gt;r. Ismo</description>
      <pubDate>Sat, 13 Apr 2024 06:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684138#M233547</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-04-13T06:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684157#M233552</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback&lt;/P&gt;&lt;P&gt;I need to study the httpout because Splunk nodes communicate though customer network, with firewalls, so it's easier to open a proxy compatible traffic than a tcp/9997 for example.&lt;/P&gt;&lt;P&gt;So, is there any possibility to use Indexer loadbalancer, ack, and maxQueueSize functions in httpout ?&lt;/P&gt;&lt;P&gt;A saw that httpout is a relative new functionnality, since 8.x, maybe these functionality will be in the roadmap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 10:14:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684157#M233552</guid>
      <dc:creator>j01am</dc:creator>
      <dc:date>2024-04-13T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684159#M233553</link>
      <description>&lt;P&gt;Disclaimer - I haven't used httpout much so I might be mistaken here.&lt;/P&gt;&lt;P&gt;But.&lt;/P&gt;&lt;P&gt;httpout is not a HEC output (although it needs an HEC input and valid HEC token; it's complicated). It's s2s protocol embedded in http transport. It is indeed a fairly recent invention mostly aimed at situations like yours - where it's easier (politically, not technically) to allow outgoing http traffic (even if it's only pseudo-http) than some unknown protocol.&lt;/P&gt;&lt;P&gt;Having said that I'd expect most of the functionalities normally working with tcpout (like useACK) to work.&lt;/P&gt;&lt;P&gt;I'd test it first in the lab before pushing to prod anyway.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 11:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684159#M233553</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-13T11:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684197#M233560</link>
      <description>&lt;P&gt;Current &lt;A href="https://docs.splunk.com/Documentation/Forwarder/9.2.1/Forwarder/Configureforwardingwithoutputs.conf" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; is very light regarding httpout, hope it will be improved in next versions&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 20:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684197#M233560</guid>
      <dc:creator>j01am</dc:creator>
      <dc:date>2024-04-14T20:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Heavy forwarder with httpout to indexer cluster</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684198#M233561</link>
      <description>&lt;P&gt;That's true. Remember that docs pages have feedback form on the bottom. You can use it to... provide feedback. And yes, this feedback (of course if precise and reasonable, not just "I don't like this page" ;-)) is read and the docs pages do get better in time because of that.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 20:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Heavy-forwarder-with-httpout-to-indexer-cluster/m-p/684198#M233561</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-14T20:58:52Z</dc:date>
    </item>
  </channel>
</rss>

