Sha256: 61297d5f912926c41ed7dbaed29c234fa1a34e9ee3caa61c9441c63df3b220c1

Contents?: true

Size: 383 Bytes

Versions: 3

Compression:

Stored size: 383 Bytes

Contents

<source>
  @type secure_forward
  port 24285
  secure yes
  self_hostname server_a.local
  shared_key hogeposxxx0
  ca_cert_path        "#{Dir.pwd}/example/cacerts2/ca_cert.pem"
  ca_private_key_path "#{Dir.pwd}/example/cacerts2/ca_key.pem"
  ca_private_key_passphrase "my secret 2"
  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_b.conf
fluent-plugin-secure-forward-0.4.4 example/cert_copy_server_b.conf
fluent-plugin-secure-forward-0.4.3 example/cert_copy_server_b.conf