<?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 it possible to write a lightweight custom forwarder to collect data, and not have to deploy the universal forwarder on every machine that needs monitoring? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422311#M74197</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;as far as my experience goes, the Universal Forwarder is not really ressource intense, however there is an option that fits so well that it feels as it had only been made for your question. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Check out the &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6M"&gt;Splunk HTTP Event Collector&lt;/A&gt;. There is a lot of documentation that allows to send data via HTTP, control authentication and other stuff.&lt;BR /&gt;
If you're Python-literate, you could take a look at this class written by George Starcher, it's really fast and easily transmits large amounts of data to Splunk: &lt;A href="https://github.com/georgestarcher/Splunk-Class-httpevent"&gt;Splunk-Class-httpevent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2018 14:45:09 GMT</pubDate>
    <dc:creator>xpac</dc:creator>
    <dc:date>2018-05-29T14:45:09Z</dc:date>
    <item>
      <title>Is it possible to write a lightweight custom forwarder to collect data, and not have to deploy the universal forwarder on every machine that needs monitoring?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422310#M74196</link>
      <description>&lt;P&gt;We're trying to determine if Splunk is appropriate for our scenario, which is to monitor our own agent that runs on our users' PCs and Macs.  We have several million customers, and it seems like it would be burdensome (based on the posted system requirements) to deploy a universal forwarder onto every user's machine (plus I'm not sure how we would integrate this into the existing installer &amp;amp; upgrader features of our app).&lt;/P&gt;

&lt;P&gt;All we really need to do is to periodically upload (either daily or hourly) a .json file containing some structured data for metrics that describe the current state of the app during that interval, as well as some exception events (crashes, thrown exceptions of note, etc.).  In theory, this would just be an HTTPS call to our Splunk instance with the appropriate authentication, but I can't locate any online documentation that describes this - the REST API seems to be more about controlling existing collectors and doing extraction &amp;amp; analysis of collected data.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 14:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422310#M74196</guid>
      <dc:creator>sbroberg</dc:creator>
      <dc:date>2018-05-29T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to write a lightweight custom forwarder to collect data, and not have to deploy the universal forwarder on every machine that needs monitoring?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422311#M74197</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;as far as my experience goes, the Universal Forwarder is not really ressource intense, however there is an option that fits so well that it feels as it had only been made for your question. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Check out the &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6M"&gt;Splunk HTTP Event Collector&lt;/A&gt;. There is a lot of documentation that allows to send data via HTTP, control authentication and other stuff.&lt;BR /&gt;
If you're Python-literate, you could take a look at this class written by George Starcher, it's really fast and easily transmits large amounts of data to Splunk: &lt;A href="https://github.com/georgestarcher/Splunk-Class-httpevent"&gt;Splunk-Class-httpevent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 14:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422311#M74197</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-29T14:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to write a lightweight custom forwarder to collect data, and not have to deploy the universal forwarder on every machine that needs monitoring?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422312#M74198</link>
      <description>&lt;P&gt;This sounds like the perfect case for the HTTP Event Collector (HEC).  The HEC reads JSON-encoded events sent via HTTP(S).  The universal forwarder is not needed.  See &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/HECWalkthrough"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Data/HECWalkthrough&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 14:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-write-a-lightweight-custom-forwarder-to/m-p/422312#M74198</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-05-29T14:45:39Z</dc:date>
    </item>
  </channel>
</rss>

