Sha256: 8fc5b7a53687464874d82ad71889cb14d16c36c92becfb21898c7f929d05b41c

Contents?: true

Size: 732 Bytes

Versions: 161

Compression:

Stored size: 732 Bytes

Contents

<source>
  @type dummy
  tag test
</source>
<source>
  @type dummy
  tag test2
</source>

<match test>
  @type forward
  flush_interval 0
  <security>
    self_hostname output.testing.local
    shared_key    secure_communication_is_awesome
  </security>
  <server>
    host 127.0.0.1
    port 24224
  </server>
</match>

<match test2>
  @type forward
  flush_interval 0
  <security>
    self_hostname output-fail.testing.local
    shared_key    secure_communication_is_not_awesome
    # input plugin shows warning for wrong shared_key
    # 2016-08-08 16:27:00 +0900 [warn]: Shared key mismatch address="127.0.0.1" hostname="output-fail.testing.local"
  </security>
  <server>
    host 127.0.0.1
    port 24224
  </server>
</match>

Version data entries

161 entries across 161 versions & 2 rubygems

Version Path
fluentd-1.11.1-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.1-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.1 example/out_forward_shared_key.conf
fluentd-1.11.0-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.0-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.0 example/out_forward_shared_key.conf
fluentd-1.10.4-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.4-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.4 example/out_forward_shared_key.conf
fluentd-1.10.3-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.3-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.3 example/out_forward_shared_key.conf
fluentd-1.10.2-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.2-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.2 example/out_forward_shared_key.conf
fluentd-1.10.1-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.1-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.1 example/out_forward_shared_key.conf
fluentd-1.10.0-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.10.0-x86-mingw32 example/out_forward_shared_key.conf