Sha256: 3e8f6cb075807f26b04fa5f613a39d64b86d82b1aaadc89328a55f0239564a79

Contents?: true

Size: 320 Bytes

Versions: 8

Compression:

Stored size: 320 Bytes

Contents

<source>
  type forward
</source>

<match test.**>
  type secure_forward
  self_hostname client
  shared_key hogeposxxx0
  keepalive 30
  <server>
    host localhost
    standby
  </server>
  <server>
    host localhost
    standby yes
  </server>
  <server>
    host localhost2
  </server>
  flush_interval 1s
</match>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.1.8 example/client.conf
fluent-plugin-secure-forward-0.1.7 example/client.conf
fluent-plugin-secure-forward-0.1.6 example/client.conf
fluent-plugin-secure-forward-0.1.5 example/client.conf
fluent-plugin-secure-forward-0.1.4 example/client.conf
fluent-plugin-secure-forward-0.1.3 example/client.conf
fluent-plugin-secure-forward-0.1.2 example/client.conf
fluent-plugin-secure-forward-0.1.1 example/client.conf