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.4.2 example/auth_server.conf
fluent-plugin-secure-forward-0.4.1 example/auth_server.conf
fluent-plugin-secure-forward-0.4.0 example/auth_server.conf
fluent-plugin-secure-forward-0.3.5pre1 example/auth_server.conf
fluent-plugin-secure-forward-0.3.4 example/auth_server.conf
fluent-plugin-secure-forward-0.3.3 example/auth_server.conf
fluent-plugin-secure-forward-0.3.3dev2 example/auth_server.conf
fluent-plugin-secure-forward-0.3.3dev1 example/auth_server.conf
fluent-plugin-secure-forward-0.3.2 example/auth_server.conf
fluent-plugin-secure-forward-0.3.1 example/auth_server.conf
fluent-plugin-secure-forward-0.3.0 example/auth_server.conf
fluent-plugin-secure-forward-0.2.6 example/auth_server.conf
fluent-plugin-secure-forward-0.2.5 example/auth_server.conf
fluent-plugin-secure-forward-0.2.4 example/auth_server.conf
fluent-plugin-secure-forward-0.2.3 example/auth_server.conf
fluent-plugin-secure-forward-0.2.2 example/auth_server.conf
fluent-plugin-secure-forward-0.2.1 example/auth_server.conf
fluent-plugin-secure-forward-0.2.0 example/auth_server.conf
fluent-plugin-secure-forward-0.1.9.pre.rc1 example/auth_server.conf
fluent-plugin-secure-forward-0.1.8 example/auth_server.conf