Sha256: cfc0b68e9199fe4be39a404bbf76593cca1e64ed2684503fff39e02c4c8dd688

Contents?: true

Size: 512 Bytes

Versions: 15

Compression:

Stored size: 512 Bytes

Contents

<source>
  type dummy
  tag test
</source>

<match test>
  type forward

  <server>
    # first server
    host localhost
    port 24224
  </server>
  <server>
    # second server
    host localhost
    port 24225
  </server>
  <server>
    # second server
    host localhost
    port 24226
    standby
  </server>

  flush_interval 1
  send_timeout 60
  heartbeat_type udp
  heartbeat_interval 1
  recover_wait 10
  hard_timeout 60
  expire_dns_cache nil
  phi_threshold 16
  phi_failure_detector true
</match>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fluentd-0.14.0 example/out_forward.conf
fluentd-0.12.26 example/out_forward.conf
fluentd-0.12.25 example/out_forward.conf
fluentd-0.12.24 example/out_forward.conf
fluentd-0.12.23 example/out_forward.conf
fluentd-0.12.22 example/out_forward.conf
fluentd-0.12.21 example/out_forward.conf
fluentd-0.12.20 example/out_forward.conf
fluentd-0.12.19 example/out_forward.conf
fluentd-0.12.18 example/out_forward.conf
fluentd-0.12.17 example/out_forward.conf
fluentd-0.12.16 example/out_forward.conf
fluentd-0.12.15 example/out_forward.conf
fluentd-0.12.14 example/out_forward.conf
fluentd-0.12.13 example/out_forward.conf