Sha256: c2687bb79bcf881c80fa95f0ada50244704d1c6bb1fee8bccae92e4b8d536dad

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

<source>
  @type forward
</source>

<match test.**>
  @type secure_forward
  secure yes
  enable_strict_verification yes
  self_hostname client
  shared_key norikra2
  ca_cert_path "#{Dir.pwd}/example/root.pem"
  <server>
    host 127.0.0.1
    hostlabel testing.fluentd.org
  </server>
  flush_interval 1s
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.5 example/cert_c.conf
fluent-plugin-secure-forward-0.4.4 example/cert_c.conf
fluent-plugin-secure-forward-0.4.3 example/cert_c.conf