Sha256: c12926afbc5a23bed7a5b312200d2328e0d562abcfcaec26674d71ec681cbecb

Contents?: true

Size: 462 Bytes

Versions: 11

Compression:

Stored size: 462 Bytes

Contents

<source>
  type forward
</source>

<match test.**>
  type secure_forward
  secure yes
  self_hostname client
  shared_key hogeposxxx0
  keepalive 30
  ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_cert.pem
  enable_strict_verification yes
  <server>
    host localhost
  </server>
  # <server>
  #   host localhost
  #   standby yes
  # </server>
  # <server>
  #   host localhost
  # </server>
  flush_interval 1s
</match>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.2 example/client.conf
fluent-plugin-secure-forward-0.4.1 example/client.conf
fluent-plugin-secure-forward-0.4.0 example/client.conf
fluent-plugin-secure-forward-0.3.5pre1 example/client.conf
fluent-plugin-secure-forward-0.3.4 example/client.conf
fluent-plugin-secure-forward-0.3.3 example/client.conf
fluent-plugin-secure-forward-0.3.3dev2 example/client.conf
fluent-plugin-secure-forward-0.3.3dev1 example/client.conf
fluent-plugin-secure-forward-0.3.2 example/client.conf
fluent-plugin-secure-forward-0.3.1 example/client.conf
fluent-plugin-secure-forward-0.3.0 example/client.conf