- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with splunkuf
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
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
- /etc/init.d/splunkforwarder
- /opt/splunkforwarder
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',
}
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 RHEL/CentOS 7 is fully supported and functional
####Debian/Ubuntu 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.
- Contributions from Ryan Sabatini to override the management service port
- Credit fixed
- Fixes from Ryan Sabatini for systemd
- Typo and general spelling stuff, 100% code coverage for RHEL6/7
- Metadata work to improve code quality
- Reworked the deployment info into a file to do things correctly
- Silly default line endings in Windows
- Working Ubuntu/Debian code
- Working CentOS/RHEL7 code
- Cleaned up readme
- Initial work