Sha256: 6a6868eb15734ec90cca4e50e4de00187f38fa715453b69e13eb5cc2a4f4dffc

Contents?: true

Size: 378 Bytes

Versions: 11

Compression:

Stored size: 378 Bytes

Contents

<source>
  type forward
</source>

<match test.**>
  type secure_forward
  secure yes
  self_hostname client
  #shared_key hogeposxxx0
  shared_key wrong_shared_key
  <server>
    host localhost
    hostlabel tagomoris
    shared_key hogeposxxx1
    username tagomoris
    password 001122
    # password XXYYZZ
    # password wrong_pass
  </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/cert_client.conf
fluent-plugin-secure-forward-0.4.1 example/cert_client.conf
fluent-plugin-secure-forward-0.4.0 example/cert_client.conf
fluent-plugin-secure-forward-0.3.5pre1 example/cert_client.conf
fluent-plugin-secure-forward-0.3.4 example/cert_client.conf
fluent-plugin-secure-forward-0.3.3 example/cert_client.conf
fluent-plugin-secure-forward-0.3.3dev2 example/cert_client.conf
fluent-plugin-secure-forward-0.3.3dev1 example/cert_client.conf
fluent-plugin-secure-forward-0.3.2 example/cert_client.conf
fluent-plugin-secure-forward-0.3.1 example/cert_client.conf
fluent-plugin-secure-forward-0.3.0 example/cert_client.conf