Sha256: b1084dd522120c89328bfa732ba35a2112cf6bdaf8a8f7176defcdd996128ef5

Contents?: true

Size: 724 Bytes

Versions: 3

Compression:

Stored size: 724 Bytes

Contents

<source>
  @type forward
</source>

<match test.**>
  @type copy
  <store>
    @type secure_forward
    secure yes
    self_hostname client
    shared_key hogeposxxx0
    ca_cert_path "#{Dir.pwd}/example/cacerts1/ca_cert.pem"
    enable_strict_verification yes
    <server>
      host localhost
      port 24284
      hostlabel server_a.local
    </server>
    flush_interval 1s
  </store>
  <store>
    @type secure_forward
    secure yes
    self_hostname client
    shared_key hogeposxxx0
    ca_cert_path "#{Dir.pwd}/example/cacerts2/ca_cert.pem"
    enable_strict_verification yes
    <server>
      host localhost
      port 24285
      hostlabel server_a.local
    </server>
    flush_interval 1s
  </store>
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

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