<?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 setup a channel to send raw data to HTTP event collector? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298461#M56469</link>
    <description>&lt;P&gt;You just need to genereate a GUID.&lt;BR /&gt;
you can use any 'guid generator' tool to do so - an online version like this will do &lt;A href="https://www.guidgenerator.com/"&gt;https://www.guidgenerator.com&lt;/A&gt; then you can just use that guid in your POST/GET:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl &lt;A href="https://http-inputs-&amp;lt;customer&amp;gt;.splunkcloud.com/services/collector/raw" target="test_blank"&gt;https://http-inputs-&amp;lt;customer&amp;gt;.splunkcloud.com/services/collector/raw&lt;/A&gt;  -H "X-Splunk-Request-Channel: FE0ECFAD-13D5-401B-847D-77833BD77131" -H "Authorization: Splunk BD274822-96AA-4DA6-90EC-18940FB2414C" -d '&amp;lt;raw data string&amp;gt;' -v
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Src: &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE8Y#raw"&gt;http://dev.splunk.com/view/event-collector/SP-CAAAE8Y#raw&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2017 17:58:21 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2017-02-14T17:58:21Z</dc:date>
    <item>
      <title>How to setup a channel to send raw data to HTTP event collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298460#M56468</link>
      <description>&lt;P&gt;Hi, please let us know how to setup a channel GUID for HTTP event collector to send raw data &lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 17:04:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298460#M56468</guid>
      <dc:creator>adityapavan18</dc:creator>
      <dc:date>2017-02-14T17:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a channel to send raw data to HTTP event collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298461#M56469</link>
      <description>&lt;P&gt;You just need to genereate a GUID.&lt;BR /&gt;
you can use any 'guid generator' tool to do so - an online version like this will do &lt;A href="https://www.guidgenerator.com/"&gt;https://www.guidgenerator.com&lt;/A&gt; then you can just use that guid in your POST/GET:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl &lt;A href="https://http-inputs-&amp;lt;customer&amp;gt;.splunkcloud.com/services/collector/raw" target="test_blank"&gt;https://http-inputs-&amp;lt;customer&amp;gt;.splunkcloud.com/services/collector/raw&lt;/A&gt;  -H "X-Splunk-Request-Channel: FE0ECFAD-13D5-401B-847D-77833BD77131" -H "Authorization: Splunk BD274822-96AA-4DA6-90EC-18940FB2414C" -d '&amp;lt;raw data string&amp;gt;' -v
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Src: &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE8Y#raw"&gt;http://dev.splunk.com/view/event-collector/SP-CAAAE8Y#raw&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 17:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298461#M56469</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-02-14T17:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a channel to send raw data to HTTP event collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298462#M56470</link>
      <description>&lt;P&gt;Thanks for this!  The documentation isn't clear that this can be &lt;STRONG&gt;ANY&lt;/STRONG&gt; guid, and isn't something generated by Splunk.  Further, do note that this must be a true GUID - you cannot use any arbitrary string or number.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 19:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298462#M56470</guid>
      <dc:creator>mholme59</dc:creator>
      <dc:date>2017-03-16T19:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a channel to send raw data to HTTP event collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298463#M56471</link>
      <description>&lt;P&gt;Any programming language will have libraries for generating GUIDs as well&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298463#M56471</guid>
      <dc:creator>andrewjgriffin</dc:creator>
      <dc:date>2017-06-14T20:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a channel to send raw data to HTTP event collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298464#M56472</link>
      <description>&lt;P&gt;Generator for ease:  &lt;A href="https://www.guidgenerator.com/online-guid-generator.aspx"&gt;https://www.guidgenerator.com/online-guid-generator.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 18:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-a-channel-to-send-raw-data-to-HTTP-event-collector/m-p/298464#M56472</guid>
      <dc:creator>watkinst</dc:creator>
      <dc:date>2017-09-06T18:24:08Z</dc:date>
    </item>
  </channel>
</rss>

