<?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: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282848#M54068</link>
    <description>&lt;P&gt;If I'm not wrong, Splunk uses their "Splunk protocol" inside TCP which is Splunk proprietary&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 05:15:03 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-02-17T05:15:03Z</dc:date>
    <item>
      <title>Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282844#M54064</link>
      <description>&lt;P&gt;I have been through the blogs below on HTTP event collector, but I'm looking for detailed explanation/use cases on using the HTTP event collector. &lt;BR /&gt;
According to my understanding, are we sending the data directly to an indexer using a HEC without a universal forwarder..?&lt;BR /&gt;
In what scenarios would this be helpful..?&lt;/P&gt;

&lt;P&gt;Any explanation would be appreciated. Thanks.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/SP-CAAAE6M"&gt;http://dev.splunk.com/view/SP-CAAAE6M&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2015/09/22/turbo-charging-modular-inputs-with-the-hec-http-event-collector-input/"&gt;http://blogs.splunk.com/2015/09/22/turbo-charging-modular-inputs-with-the-hec-http-event-collector-input/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282844#M54064</guid>
      <dc:creator>prakash007</dc:creator>
      <dc:date>2016-02-16T15:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282845#M54065</link>
      <description>&lt;P&gt;Hello @mcnamara,&lt;/P&gt;

&lt;P&gt;You are right. More details from &lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2015/10/06/http-event-collector-your-direct-event-pipe-to-splunk-6-3/"&gt;http://blogs.splunk.com/2015/10/06/http-event-collector-your-direct-event-pipe-to-splunk-6-3/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;HTTP Event Collector (EC) is a new, robust, token-based JSON API for sending events to Splunk from anywhere without requiring a forwarder. It is designed for performance and scale. Using a load balancer in front, it can be deployed to handle millions of events per second. It is highly available and it is secure. It is easy to configure, easy to use. A few other cool tidbits, it supports gzip compression, batching, HTTP keep-alive and HTTP/HTTPs.&lt;/P&gt;

&lt;P&gt;If you are a developer looking to get visibility into your applications within Splunk, looking to capture events from external systems and devices (IoT), or you offer a product that you’d like to integrate with Splunk, HTTP Event Collector is the way to go&lt;/P&gt;

&lt;P&gt;Picking up one example from @DamienDallimore , you can enable HEC in the java instrumentation app &lt;A href="https://splunkbase.splunk.com/app/1716/"&gt;https://splunkbase.splunk.com/app/1716/&lt;/A&gt; &lt;BR /&gt;
 which is an instrumentation agent for tracing code level metrics via bytecode injection, JMX attributes/operations/notifications and decoded HPROF records and streaming these events directly into Splunk. The jvm might be running in any machine or container and you can collect the data directly from the source without the need of a forwader&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282845#M54065</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-16T17:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282846#M54066</link>
      <description>&lt;P&gt;Thanks renjith..&lt;/P&gt;

&lt;P&gt;It says using HEC the data is transferred over HTTP, what would be the transfer protocol when we use UF-----&amp;gt;Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 04:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282846#M54066</guid>
      <dc:creator>prakash007</dc:creator>
      <dc:date>2016-02-17T04:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282847#M54067</link>
      <description>&lt;P&gt;Hello @mcnamara adding to the what was said above. HEC can be enabled on a heavy weight forwarder or an indexer. We don't support UF currently.&lt;/P&gt;

&lt;P&gt;You can read more on our distributed deployment options &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE73"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;As to why we don't support UF, the main reason is that UF was designed to piggy back on a machine where other processes are running which it listens to. In the case of HEC it is designed for high volume and high scale. Having a dedicated tier of HWFs running HEC behind a load balancer (see the doc) like nginx makes sense for these kind of scenarios as they are dedicated.&lt;/P&gt;

&lt;P&gt;As to indexers vs HWF, there are different tradeoffs to consider. Having HEC running on a single indexer is the out of the box single instance configuration. Running on multiple indexers is simpler to deploy for some cases as you don't need an additional special tier. However for maximum scale and throughput we'd recommend HWFs.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 05:07:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282847#M54067</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-17T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282848#M54068</link>
      <description>&lt;P&gt;If I'm not wrong, Splunk uses their "Splunk protocol" inside TCP which is Splunk proprietary&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 05:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282848#M54068</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-17T05:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282849#M54069</link>
      <description>&lt;P&gt;If you are using HWF with HEC, then HTTP is the protocol that the HEC endpoint listens to. It then forwards on to Splunk using our proprietary S2S protocol which is TCP/IP.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 05:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282849#M54069</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-17T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282850#M54070</link>
      <description>&lt;P&gt;@gblock...Thanks for the reply...&lt;/P&gt;

&lt;P&gt;let's say if i have a mobile or client application, can i ask developer to send the data to HWF in a JSON format..?&lt;/P&gt;

&lt;P&gt;client/mobile application----------------&amp;gt;HWF--------------------------&amp;gt;Splunk Indexer &lt;/P&gt;

&lt;P&gt;1.Do i need to enable HEC on both HWF and Indexer..?&lt;BR /&gt;
2.In the above workflow i want my HWF to not index locally, just route the data to Splunk Indexer.(does this tweak on HWF    output.conf(indexAndForward = false) help me to use HWF to just forward)..?&lt;BR /&gt;
3.After the data has been indexed by splunk indexer, does splunk autoextract key-value pairs even from JSON format..?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 15:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282850#M54070</guid>
      <dc:creator>prakash007</dc:creator>
      <dc:date>2016-02-17T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282851#M54071</link>
      <description>&lt;P&gt;No, you don't have to enable HEC on the Indexer, only the forwarder.&lt;/P&gt;

&lt;P&gt;Yes, it will just forward not index locally by default&lt;/P&gt;

&lt;P&gt;It does autokv at search time but not at index time. We don't support JSON indexed extraction. &lt;BR /&gt;
It does support regex extractions and transforms.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282851#M54071</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-17T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282852#M54072</link>
      <description>&lt;P&gt;Yes a mobile device can send data directly to HWF. This is what we demoed in the keynote at .conf. We also have an &lt;A href="https://github.com/splunk/parallel-piper"&gt;app&lt;/A&gt; on our Github that shows this: &lt;/P&gt;

&lt;P&gt;If you are sending mobile data from a browser, you will need to enable CORS in HEC. If the payload is HTTPS then you will need a valid HTTPS cert if you use some browsers.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282852#M54072</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-17T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282853#M54073</link>
      <description>&lt;P&gt;@renjith, @gblock...Thanks for the explanation, i wish i will implement this soon. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 18:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282853#M54073</guid>
      <dc:creator>prakash007</dc:creator>
      <dc:date>2016-02-17T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282854#M54074</link>
      <description>&lt;P&gt;No problem. Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 19:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282854#M54074</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-17T19:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find detailed use cases/scenarios for using the HTTP Event collector in Splunk..?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282855#M54075</link>
      <description>&lt;P&gt;Hi @mcnamara,&lt;/P&gt;

&lt;P&gt;If it can help you, I have pushed a very simple python3 script template to test sending events to Splunk HTTP EC here: &lt;A href="https://github.com/Julien-Bernard/scripts/blob/master/splunk_http_event_collector_template.py"&gt;https://github.com/Julien-Bernard/scripts/blob/master/splunk_http_event_collector_template.py&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 12:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-can-I-find-detailed-use-cases-scenarios-for-using-the-HTTP/m-p/282855#M54075</guid>
      <dc:creator>JBMTL</dc:creator>
      <dc:date>2016-05-06T12:37:02Z</dc:date>
    </item>
  </channel>
</rss>

