Sha256: e5ebcef721bc9c60466687c90d2ba1c4461ba3488caa691e9926bce239fead39

Contents?: true

Size: 501 Bytes

Versions: 32

Compression:

Stored size: 501 Bytes

Contents

<source>
  type secure_forward
  self_hostname server
  shared_key hogeposxxx0
  cert_auto_generate yes
  allow_anonymous_source no
  authentication yes
  <user>
    username tagomoris
    password 001122
  </user>
  <user>
    username sugomoris
    password 012345
  </user>
  <user>
    username tagomoris
    password XXYYZZ
  </user>
  <client>
    host localhost
    users tagomoris
    shared_key hogeposxxx1
    # users sugomoris
  </client> 
</source>

<match test.**>
  type stdout
</match>

Version data entries

32 entries across 32 versions & 1 rubygems

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