Sha256: 1644140a1318ef89f734b6613151f5f3726179b761a7b774c11e895780f5764f

Contents?: true

Size: 625 Bytes

Versions: 3

Compression:

Stored size: 625 Bytes

Contents

<source>
  @type secure_forward
  secure yes
  self_hostname tagomoris
  shared_key hogeposxxx0
  cert_path        "#{Dir.pwd}/example/certs/cert.pem"
  private_key_path "#{Dir.pwd}/example/certs/key.pem"
  private_key_passphrase # blank 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 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/cert_server.conf
fluent-plugin-secure-forward-0.4.4 example/cert_server.conf
fluent-plugin-secure-forward-0.4.3 example/cert_server.conf