|
Howdy all, I'm trying to set up an application that has multiple data inputs, and so I would like to split configuration for the different kinds of inputs into separate stanzas. I tried tweaking the sample code at http://docs.splunk.com/Documentation/Splunk/latest/Developer/SetupExampleCustom, but I can't seem to get things to work. My biggest issue now is that it's not reading things in correctly, so even though the setup endpoint it's trying to read exists and correctly presents the current settings, all of the fields on the graphical setup page are blank and there are warnings in splunkd.log about "Cannot find field (field) in url (path/to/endpoint), setting value to empty string". Has anyone managed to get this kind of setup working? |