inputs.yml
contains settings for configuring inputs into Cribl.
inputs:
# Input name
local-splunk:
# Input type
type: splunk
# Address to listen to for incoming events
host: localhost
# Port to listen to for incoming events
port: 10000
...
secureTCPJSON:
type: tcpjson
disabled: false
host: 0.0.0.0
port: 10002
tls:
disabled: false
privKeyPath: /opt/privkey.pem
certPath: /opt/cert.pem
requestCert: false
rejectUnauthorized: false
ipWhitelistRegex: /.*/
authToken: ""
Updated about a year ago