syslog_storer job from syslog/11.7.5
Github source:
107ad61
or
master branch
Properties¶
syslog
¶
custom_rule
¶Custom rule for syslog event storer.
- Default
""
max_message_size
¶Sets the $MaxMessageSize configuration flag for rsyslog.
- Default
8k
port
¶Port of the syslog drain.
- Default
514
tls
¶
generation
¶
ca
¶Certificate Authority (CA) of the CA that will be used to sign generated certificates for each storer instance. Generation will only occur if all generation properties are set.
certificate
¶Certificate of the CA that will be used to sign generated certificates for each storer instance. Generation will only occur if all generation properties are set.
private_key
¶Key of the CA that will be used to sign generated certificates for each storer instance. Generation will only occur if all generation properties are set.
transport
¶One of
udp
,tcp
,relp
.
- Default
tcp
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/syslog_storer/
directory
(learn more).
bin/drain
(fromdrain.erb
)bin/pre-start
(frompre-start.erb
)config/ca.key
(fromca.key.erb
)config/ca.pem
(fromca.pem.erb
)config/rsyslog.conf
(fromrsyslog.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.