Sha256: fc3ca16dec777cb9a72c8a731f173c91e9bc7dd3a0f7bc5c337e6caeff9eb517

Contents?: true

Size: 544 Bytes

Versions: 6

Compression:

Stored size: 544 Bytes

Contents

<source>
  type forward
</source>

<match test.**>
  type secure_forward
  secure yes
  self_hostname client
  shared_key hogeposxxx0
  keepalive 30
  ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_cert.pem
  enable_strict_verification yes
  <server>
    proxy_uri http://foo.foo.local:3128
    host localhost
  </server>
  # <server>
  #   proxy_uri http://bar.bar.local:3128
  #   host localhost
  #   standby yes
  # </server>
  # <server>
  #   host localhost
  # </server>
  flush_interval 1s
</match>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.2 example/client_proxy.conf
fluent-plugin-secure-forward-0.4.1 example/client_proxy.conf
fluent-plugin-secure-forward-0.4.0 example/client_proxy.conf
fluent-plugin-secure-forward-0.3.5pre1 example/client_proxy.conf
fluent-plugin-secure-forward-0.3.4 example/client_proxy.conf
fluent-plugin-secure-forward-0.3.3 example/client_proxy.conf