Tcp input - mklauber/puppet-splunk GitHub Wiki
This resource defines the [tcp://]
stanza(s) used in the inputs.conf file. It has one required attribute port
. The supported attributes are based on the inputs.conf.spec. An example of a [tcp://<remote_server>:<port>]
stanza definition is as follows:
splunk::input::monitor { 'title':
remote_server => 'server',
port => 9999
host => 'host',
index => 'index',
source => 'source',
sourcetype => 'sourcetype',
queue => 'queue',
connection_host => 'ip',
queueSize => '500KB',
persistentQueueSize => '100MB',
requireHeader => 'false',
listenOnIPv6 => 'yes',
acceptFrom => '*',
rawTcpDoneTimeout => 10
}