Version information
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'vande-splunk', '1.4.0'
Learn more about managing modules with a PuppetfileDocumentation
splunk
Table of Contents
- Description
- Setup - The basics of getting started with splunk
- 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
Description
vandelin586/splunk ensures that splunk (windows) is installed the services are running and connected to the splunk admin server. The splunk admin server details are within our global.yaml hiera file.
Setup
What splunk affects OPTIONAL
This has been tested on Windows 2012
This module uses 'puppet-archive', '1.3.0' to obtain the software from my artifactory server.
Setup Requirements OPTIONAL
Beginning with splunk
Usage
vandelin586/splunk uses the following hiera data to allow the module to function -Artifactory_host - Contains URL to artifactory holding the splunk MSI file -splunkadmsrv - Contains the Splunk admin server the clients connect to -splunkdir - Is a hiera value where to locate the package on remote client -winsplunkport - The port the Splunk client uses to communicate with Splunk admin server
Reference
Limitations
Puppet Server v2016.4.2 Tested on Windows Server 2012 Splunk version splunkforwarder-6.5.2-67571
Development
I know there is a Splunk module out there and perhaps I will use this module as the customer now wants this supported on Linux and Windows systems. This module with the correct hiera input will install on Windows 2012
Release Notes/Contributors/Etc. Optional
If you aren't using changelog, put your release notes here (though you should
consider using changelog). You can also add any additional sections you feel
are necessary or important to include here. Please use the ##
header.
Dependencies
- puppetlabs-stdlib (>= 4.0.0 < 5.0.0)