Sha256: 9fb7242de597f5a4b5a6aa3cc089652bca137a9b661f80ee7bd77fa14033be9d

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

<source>
  @type forward
</source>

<match test.**>
  @type secure_forward
  secure yes
  self_hostname client
  shared_key hogeposxxx0
  keepalive 30
  ca_cert_path "#{Dir.pwd}/test/tmp/cadir/ca_cert.pem"
  enable_strict_verification yes
  <server>
    proxy_uri http://foo.foo.local:3128
    host localhost
  </server>
  flush_interval 1s
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

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