<?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 Which is the recommended way to input heavy load JSON data to Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258256#M49612</link>
    <description>&lt;P&gt;Hi everyone, I'm developing an integration with Splunk, and right now I'm using the Splunk Java SDK with the REST API and sending the events batch per &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEJ2#add2index"&gt;documentation&lt;/A&gt;; the events are JSON encoded .&lt;/P&gt;

&lt;P&gt;Now I'm considering if this is the best way to accomplish this, or should I use the &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEJ2#add2tcpinput"&gt;TCP data inputs&lt;/A&gt;, or directly the Forwarders.  &lt;/P&gt;

&lt;P&gt;Any guidance will be welcome.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2015 14:54:28 GMT</pubDate>
    <dc:creator>wpoch</dc:creator>
    <dc:date>2015-10-05T14:54:28Z</dc:date>
    <item>
      <title>Which is the recommended way to input heavy load JSON data to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258256#M49612</link>
      <description>&lt;P&gt;Hi everyone, I'm developing an integration with Splunk, and right now I'm using the Splunk Java SDK with the REST API and sending the events batch per &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEJ2#add2index"&gt;documentation&lt;/A&gt;; the events are JSON encoded .&lt;/P&gt;

&lt;P&gt;Now I'm considering if this is the best way to accomplish this, or should I use the &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEJ2#add2tcpinput"&gt;TCP data inputs&lt;/A&gt;, or directly the Forwarders.  &lt;/P&gt;

&lt;P&gt;Any guidance will be welcome.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258256#M49612</guid>
      <dc:creator>wpoch</dc:creator>
      <dc:date>2015-10-05T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Which is the recommended way to input heavy load JSON data to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258257#M49613</link>
      <description>&lt;P&gt;While that is a perfectly good way to do it, you loose some granularity in the searches in Splunk due to the data being late coming in. The optimal way is to output to a file, and use the UF to send to Splunk. The benefits of using UF are outstanding: &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;In the event of network communication errors, data will be backed up on the system until the connection between UF and Indexers is restored.&lt;/LI&gt;
&lt;LI&gt;Control over metadata for each file&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;That being said, you &lt;EM&gt;could&lt;/EM&gt; also send directly to the new HTTP inputs in Splunk 6.3, but will be limiting your customer base until 6.3 is adopted widely. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258257#M49613</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-10-06T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Which is the recommended way to input heavy load JSON data to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258258#M49614</link>
      <description>&lt;P&gt;First of all, thanks for the answer.&lt;/P&gt;

&lt;P&gt;So, in case we wan't to be able to send high throughput data over internet we keep using the REST API, and eventually migrate it to the new HTTP Event Collector. Also on controlled or on-prem environments we should use a TCP input with a previously created input on Splunk for better performance.&lt;/P&gt;

&lt;P&gt;Finally recommend our customers, if they can install an UF use that.&lt;/P&gt;

&lt;P&gt;We wan't to keep the UX as simple as possible, by not installing additional software (Universal Forwarder).&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Which-is-the-recommended-way-to-input-heavy-load-JSON-data-to/m-p/258258#M49614</guid>
      <dc:creator>wpoch</dc:creator>
      <dc:date>2015-10-06T16:54:56Z</dc:date>
    </item>
  </channel>
</rss>

