<?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: Is there a way to send JSON data (via HTTPS Post) to Splunk's API without defining an index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312535#M58573</link>
    <description>&lt;P&gt;If you want to send something from an appliance to a heavy forwarder, you might consider using the HTTP Event Collector (HEC) instead. HEC allows the data to include sourcetype, host and index - OR to let that default. If defaulted, the Splunk Admin can specify the index, etc. HEC works well with json data.&lt;/P&gt;

&lt;P&gt;Using the HEC also means that the appliance does not need a Splunk username/password to connect. Instead it uses a token which is easy to control.&lt;/P&gt;

&lt;P&gt;Here is the &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6M"&gt;Introduction to the HTTP Event Collector&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2017 18:02:53 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2017-09-01T18:02:53Z</dc:date>
    <item>
      <title>Is there a way to send JSON data (via HTTPS Post) to Splunk's API without defining an index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312534#M58572</link>
      <description>&lt;P&gt;I am trying to send alerts from an appliance to a Splunk (HF) forwarder.&lt;BR /&gt;
I have the appliance sending to Splunk's Rest API and I can see data pushed to tcp.port 8089 on the forwarder, but the index and sourcetype are not predefined on the HF.   Is there a way for to send the data to the API and pass the index and sourcetype in the Post statement? &lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 17:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312534#M58572</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2017-09-01T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send JSON data (via HTTPS Post) to Splunk's API without defining an index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312535#M58573</link>
      <description>&lt;P&gt;If you want to send something from an appliance to a heavy forwarder, you might consider using the HTTP Event Collector (HEC) instead. HEC allows the data to include sourcetype, host and index - OR to let that default. If defaulted, the Splunk Admin can specify the index, etc. HEC works well with json data.&lt;/P&gt;

&lt;P&gt;Using the HEC also means that the appliance does not need a Splunk username/password to connect. Instead it uses a token which is easy to control.&lt;/P&gt;

&lt;P&gt;Here is the &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6M"&gt;Introduction to the HTTP Event Collector&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312535#M58573</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-09-01T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send JSON data (via HTTPS Post) to Splunk's API without defining an index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312536#M58574</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;BR /&gt;
I looked into the HEC with Fireeye before and we could not get it to work.&lt;BR /&gt;
Do you know anyone who successfully setup a fireeye appliance NX, EX, or HX with HEC ?&lt;BR /&gt;
Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 21:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312536#M58574</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2017-09-05T21:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send JSON data (via HTTPS Post) to Splunk's API without defining an index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312537#M58575</link>
      <description>&lt;P&gt;make sure there is no network connectivity issues, its pretty neat and simple.&lt;/P&gt;

&lt;P&gt;try from CLI - &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/UseHECfromtheCLI"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/UseHECfromtheCLI&lt;/A&gt;&lt;BR /&gt;
how to set up - &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/UsetheHTTPEventCollector"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/UsetheHTTPEventCollector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 01:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-send-JSON-data-via-HTTPS-Post-to-Splunk-s-API/m-p/312537#M58575</guid>
      <dc:creator>sunilpanda023</dc:creator>
      <dc:date>2018-05-31T01:02:33Z</dc:date>
    </item>
  </channel>
</rss>

