If I wanted a inputs.conf stanza of the following, how do I make that happen ?
FWIW, I only figured out what was expected by reading the (minimal) tests in the module sources. I'd have expected some examples/readme files to save hundreds of potential users that pain.
Am I missing something in how to decipher this thing ? Should we have to spend hours trying to reverse engineer a basically undocumented module that doesn't even really say what it does/doesn't support in terms of functionality or should we just shop elsewhere or roll our own ? Guess I'm pretty lost/confused/tired of battling this thing. Ideas ?
| Let me know if this helps. |
Hi Vince,
To do that you will need to populate the
https://github.com/puppetlabs/puppetlabs-splunk/blob/master/manifests/forwarder.pp forwarder_input parameter. The title won't matter so you can have 3 different titles pointing to a splunkforwarder_input parameter section. Section is defined in each hash as below:
You will need to say something like
Let me know if this helps.
Sandy,
Thanks for sharing your code! Would you consider putting in on github or
a similar place with a corresponding license.