Hi,
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.
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:
Thanks,
Mauro.
Assuming you can reach your remote machine from the main server, here you go
The following are the links that will help you with all the configurations that you need to do
Deploy Apps to clients - http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Updateconfigurations
Deployment Server and Forwarder Management - http://docs.splunk.com/Documentation/Splunk/6.1.2/Updating/Aboutdeploymentserver
Getting data in using forwarders - http://docs.splunk.com/Documentation/Splunk/6.1.2/Data/Usingforwardingagents
Wiki link with many topics - http://wiki.splunk.com/Community:Getting_data_into_Splunk
If you have already tried some of these then post your configurations. Splunkers will help you.
Hi Strive, do you have any sdk documentation about how to link a modularinput app to the universal forwared, if it is really needed?