Sha256: 6e030862e7cef042ab6fbbcbd176212b32ff6c7b86114389dbd6ed158ba45211

Contents?: true

Size: 341 Bytes

Versions: 32

Compression:

Stored size: 341 Bytes

Contents

<source>
  type forward
</source>

<match test.**>
  type secure_forward
  self_hostname client
  #shared_key hogeposxxx0
  shared_key wrong_shared_key
  <server>
    host localhost
    shared_key hogeposxxx1
    username tagomoris
    password 001122
    # password XXYYZZ
    # password wrong_pass
  </server>
  flush_interval 1s
</match>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.1.7 example/auth_client.conf
fluent-plugin-secure-forward-0.1.6 example/auth_client.conf
fluent-plugin-secure-forward-0.1.5 example/auth_client.conf
fluent-plugin-secure-forward-0.1.4 example/auth_client.conf
fluent-plugin-secure-forward-0.1.3 example/auth_client.conf
fluent-plugin-secure-forward-0.1.2 example/auth_client.conf
fluent-plugin-secure-forward-0.1.1 example/auth_client.conf
fluent-plugin-secure-forward-0.1.0 example/auth_client.conf
fluent-plugin-secure-forward-0.0.4 example/auth_client.conf
fluent-plugin-secure-forward-0.0.3 example/auth_client.conf
fluent-plugin-secure-forward-0.0.2 example/auth_client.conf
fluent-plugin-secure-forward-0.0.1 example/auth_client.conf