Sha256: f64e4fd94086988947b57fd0728612e2a683f78af69185609b37d4a20ac7bdc3

Contents?: true

Size: 734 Bytes

Versions: 125

Compression:

Stored size: 734 Bytes

Contents

<source>
  @type sample
  tag test
</source>
<source>
  @type sample
  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

125 entries across 125 versions & 7 rubygems

Version Path
fluentd-1.11.3-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.3 example/out_forward_shared_key.conf
fluentd-1.11.2-x64-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.2-x86-mingw32 example/out_forward_shared_key.conf
fluentd-1.11.2 example/out_forward_shared_key.conf