Sha256: 2ad040d332294a05fd8f7bb9ea329957e96c3471250c05fc6131574ef48ea4ac

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

<source>
  @type forward
</source>

<match test.**>
  @type secure_forward
  secure yes
  self_hostname client
  shared_key hogeposxxx0
  keepalive 30
  ca_cert_path "#{Dir.pwd}/test/tmp/cadir/ca_cert.pem"
  enable_strict_verification yes
  <server>
    host localhost
  </server>
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

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