Sha256: 5947150b8ed3f317513ef2e12224dfd7f4189bc5d9411e32796dcf6ce1ddfe09

Contents?: true

Size: 758 Bytes

Versions: 21

Compression:

Stored size: 758 Bytes

Contents

<source>
  type secure_forward
  self_hostname server
  # self_hostname tagomoris
  shared_key hogeposxxx0
  ####cert_auto_generate no
  cert_file_path /Users/tagomoris/Documents/fluent-plugin-secure-forward/example/certs/cert.pem
  private_key_file /Users/tagomoris/Documents/fluent-plugin-secure-forward/example/certs/key.pem
  # private_key_passphrase blank
  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

21 entries across 21 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.0.1 example/cert_server.conf