Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added splunkforwarder_server and splunkforwarder_limits providers/types. #118

Merged

Conversation

nicholaspearson
Copy link
Contributor

@nicholaspearson nicholaspearson commented Jul 19, 2017

This PR adds functionality to allow server.conf and limits.conf to be managed by puppet code. For example one of our use cases:

splunkforwarder_limits { 'thruput/maxKBps':
  value => $maxkbps,
  tag   => 'splunk_forwarder'
}
splunkforwarder_server { 'httpServer/disableDefaultPort':
  value => 'true',
  tag   => 'splunk_forwarder'
}

@nicholaspearson nicholaspearson changed the title Added splunkforwarder_server and splunkforwarder_limits providers/types. WIP: Added splunkforwarder_server and splunkforwarder_limits providers/types. Jul 19, 2017
@nicholaspearson nicholaspearson changed the title WIP: Added splunkforwarder_server and splunkforwarder_limits providers/types. Added splunkforwarder_server and splunkforwarder_limits providers/types. Jul 19, 2017
@bastelfreak bastelfreak added the enhancement New feature or request label Jul 19, 2017
@bastelfreak
Copy link
Member

Hi @nicholaspearson, thanks for the PR. Can you add the examples from your comment to the README.md?

@nicholaspearson
Copy link
Contributor Author

Thanks for your feedback @bastelfreak. I've added these to the README, however, the syntax is the same as splunkforwarder_outputs so the examples that are already there should cover that?

@nicholaspearson
Copy link
Contributor Author

@bastelfreak can this be merged please?

@bastelfreak bastelfreak merged commit 446386e into voxpupuli:master Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants