Default Input - mklauber/puppet-splunk GitHub Wiki

The [default] stanza in inputs.conf

This resource defines the default stanza used in the inputs.conf file. The supported attributes are based on the inputs.conf.spec. An example of a [default] stanza definition is as follows:

splunk::input::default { 'title':
  host       => 'host',
  index      => 'index',
  source     => 'source',
  sourcetype => 'sourcetype',
  queue      => 'parsingQueue'
}