Skip to content

syslog_storer job from syslog/11.6.0

Github source: 0bc7523 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 (from drain.erb)
  • bin/pre-start (from pre-start.erb)
  • config/ca.key (from ca.key.erb)
  • config/ca.pem (from ca.pem.erb)
  • config/rsyslog.conf (from rsyslog.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.