The SplunkUF module manages the Splunk Universal forwarder on RedHat, Debian, and Ubuntu.
This module installs the Splunk Universal forwarder only and will configure it to talk to a deployment server. Supported OS's include RedHat, Debian, and Ubuntu.
For a more full featured Splunk install or module look at huit/splunk
Have access to a yum repository or debian repository with splunkforwarder from Splunk
The only mode this module has is to install a Universal Forwarder If you need a fully featured Splunk install huit/splunk
To use the universal forwarder set the targeturi parameter of the deployment server to communicate with
class { 'splunkuf':
targeturi => 'deployment.tld:8089',
}
Optional: To change the default management communication port use the mgmthostport parameter
class { 'splunkuf':
targeturi => 'deployment.tld:8089',
mgmthostport => 'managementhost.tld:9089',
}
Optional: To change the default system user (splunk) running the universal forwarder binary
class { 'splunkuf':
targeturi => 'deployment.tld:8089',
system_user => 'root',
}
Optional: To specify a client name
class { 'splunkuf':
targeturi => 'deployment.tld:8089',
clientname => "${::hostname}-role",
}
Here, list the classes, types, providers, facts, etc contained in your module. This section should include all of the under-the-hood workings of your module so people know what the module is touching on their system but don't need to mess with things. (We are working on automating this section!)
RHEL/CentOS 7 is fully supported and functional
Currently under testing
Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.