<?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 How to feed Splunk with remote custom input? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175137#M35172</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to create an app to feed a Splunk server with my custom data. I saw in C# sdk I can build a ModularInput application and install it on the main server.&lt;/P&gt;

&lt;P&gt;But I don't understand how to do the same on remote machines. I installed the universal forwarder in another computer to begin my tests but don't know:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How to link my app with the universal forwarder or create an app to directly feed a remote server.&lt;/LI&gt;
&lt;LI&gt;How to start my app installed on a remote computer from the main server.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Mauro.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2014 18:31:47 GMT</pubDate>
    <dc:creator>mxmauro</dc:creator>
    <dc:date>2014-08-07T18:31:47Z</dc:date>
    <item>
      <title>How to feed Splunk with remote custom input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175137#M35172</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to create an app to feed a Splunk server with my custom data. I saw in C# sdk I can build a ModularInput application and install it on the main server.&lt;/P&gt;

&lt;P&gt;But I don't understand how to do the same on remote machines. I installed the universal forwarder in another computer to begin my tests but don't know:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How to link my app with the universal forwarder or create an app to directly feed a remote server.&lt;/LI&gt;
&lt;LI&gt;How to start my app installed on a remote computer from the main server.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Mauro.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 18:31:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175137#M35172</guid>
      <dc:creator>mxmauro</dc:creator>
      <dc:date>2014-08-07T18:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to feed Splunk with remote custom input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175138#M35173</link>
      <description>&lt;P&gt;Assuming you can reach your remote machine from the main server, here you go&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;You can create an app that gets deployed on universal forwarder and takes care of log forwarding. You can use deployment server to deploy app on your other machine.&lt;/LI&gt;
&lt;LI&gt;In the forwarder app that you have created, you need to configure inputs.conf and outputs.conf to monitor and to forward logs respectively.&lt;/LI&gt;
&lt;LI&gt;To deploy apps on other systems you need to configure serverclass.conf&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;The following are the links that will help you with all the configurations that you need to do&lt;/P&gt;

&lt;P&gt;Deploy Apps to clients - &lt;A href="http://" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Updateconfigurations&lt;/A&gt;&lt;BR /&gt;
Deployment Server and Forwarder Management - &lt;A href="http://" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Aboutdeploymentserver&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
Getting data in using forwarders - &lt;A href="http://" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Data/Usingforwardingagents&lt;/A&gt;&lt;BR /&gt;
Wiki link with many topics - &lt;A href="http://" target="_blank"&gt;http://wiki.splunk.com/Community:Getting_data_into_Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you have already tried some of these then post your configurations. Splunkers will help you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175138#M35173</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2020-09-28T17:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to feed Splunk with remote custom input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175139#M35174</link>
      <description>&lt;P&gt;Hi Strive, do you have any sdk documentation about how to link a modularinput app to the universal forwared, if it is really needed?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 15:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175139#M35174</guid>
      <dc:creator>mxmauro</dc:creator>
      <dc:date>2014-08-08T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to feed Splunk with remote custom input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175140#M35175</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Definedeploymentclasses"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Definedeploymentclasses&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Useserverclass.conf"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Useserverclass.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Admin/Serverclassconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Admin/Serverclassconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 15:16:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-feed-Splunk-with-remote-custom-input/m-p/175140#M35175</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-08T15:16:38Z</dc:date>
    </item>
  </channel>
</rss>

