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

Update README with type documentation. #43

Merged
merged 1 commit into from
Apr 4, 2016

Conversation

Ziaunys
Copy link
Contributor

@Ziaunys Ziaunys commented Apr 1, 2016

  • Adds basic documentation for the Class parameters and various types
    that the module provides.

- Adds basic documentation for the Class parameters and various types
  that the module provides.
@kfjohnson
Copy link
Contributor

+1

@bmjen bmjen merged commit 355297c into voxpupuli:master Apr 4, 2016
@discreet
Copy link

discreet commented Apr 5, 2016

@Ziaunys since you added the documentation i was curious if there is a way to have multiple settings/values for the same section when using the forwarder_input and forwarder_output types.

@Ziaunys
Copy link
Contributor Author

Ziaunys commented Apr 5, 2016

@discreet You could pass multiple forwarder inputs and outputs to the forwarder_input and forwarder_output parameters since it's just taking those hashes and calling create resources on them. I can update the docs to make that more clear.

@discreet
Copy link

discreet commented Apr 5, 2016

@Ziaunys that would be awesome. To clarify though in the params.pp we see this as the default to forwarder_output:

$forwarder_output = {
"tcpout_defaultgroup" => {
section => 'default',
setting => 'defaultGroup',
value => "${server}_${logging_port}",
tag => 'splunk_forwarder'
},

I'm looking to achieve an output.conf like below (*ip addresses removed):

[default]
defaultGroup = SplunkCluster
disabled = false
[tcpout:SplunkClusterProd]
server = $IPone:$port, $IPtwo:$port
useACK = true
maxQueueSize = 7MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants