Sha256: 694791c621d63be23fa910e4c81dbf7b2368292849df4fb8ded4f47bd21aab80

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

<source>
  @type secure_forward
  self_hostname server
  secure no
  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 127.0.0.1
    users tagomoris
    shared_key hogeposxxx1
  </client> 
</source>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.5 example/auth_server.conf
fluent-plugin-secure-forward-0.4.4 example/auth_server.conf
fluent-plugin-secure-forward-0.4.3 example/auth_server.conf