Sha256: d386ee741902ba184bf651216e4e09c5c5dc042a964ec154f7d98d49722727fe

Contents?: true

Size: 759 Bytes

Versions: 11

Compression:

Stored size: 759 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.2 example/cert_server.conf
fluent-plugin-secure-forward-0.4.1 example/cert_server.conf
fluent-plugin-secure-forward-0.4.0 example/cert_server.conf
fluent-plugin-secure-forward-0.3.5pre1 example/cert_server.conf
fluent-plugin-secure-forward-0.3.4 example/cert_server.conf
fluent-plugin-secure-forward-0.3.3 example/cert_server.conf
fluent-plugin-secure-forward-0.3.3dev2 example/cert_server.conf
fluent-plugin-secure-forward-0.3.3dev1 example/cert_server.conf
fluent-plugin-secure-forward-0.3.2 example/cert_server.conf
fluent-plugin-secure-forward-0.3.1 example/cert_server.conf
fluent-plugin-secure-forward-0.3.0 example/cert_server.conf