Sha256: 1641019d2a445c29f5e585dd48b1c2bf1f9030bf906389c5a8ae0c6c473c9e0a

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

<source>
  @type secure_forward
  port 24284
  secure yes
  self_hostname server_a.local
  shared_key hogeposxxx0
  ca_cert_path        "#{Dir.pwd}/example/cacerts1/ca_cert.pem"
  ca_private_key_path "#{Dir.pwd}/example/cacerts1/ca_key.pem"
  ca_private_key_passphrase "my secret"
  allow_anonymous_source yes
  authentication no
</source>

<match test.**>
  @type stdout
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

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