Sha256: 5438208632ca6b1349618fec804852924b9341f6c9109033796199affa5fa70a

Contents?: true

Size: 1007 Bytes

Versions: 6

Compression:

Stored size: 1007 Bytes

Contents

<source>
  type viki
  port 80
  respond_with_empty_img true
  default_tag viki.development.untagged
</source>

<match **.health_check.**>
  type null
</match>

<match **.{development,staging}.**>
  type copy
  <store>
    type stdout
  </store>
  <store>
    type forward
    <server>
      host $BROADCASTER_HOST
      port $BROADCASTER_PORT1
      weight 100
    </server>
    <server>
      host $BROADCASTER_HOST
      port $BROADCASTER_PORT2
      weight 100
    </server>
    flush_interval 10s
    buffer_type file
    buffer_path /var/log/td-agent/buffer/forward/dev/forward.*.buffer
  </store>
</match>

<match **.production.**>
  type forward
  <server>
    host $BROADCASTER_HOST
    port $BROADCASTER_PORT1
    weight 100
  </server>
  <server>
    host $BROADCASTER_HOST
    port $BROADCASTER_PORT2
    weight 100
  </server>
  flush_interval 5s
  buffer_chunk_limit 4m
  buffer_queue_limit 512

  buffer_type file
  buffer_path /var/log/td-agent/buffer/forward/prod/forward.*.buffer
</match>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-viki-0.1.5 fluentd.conf
fluent-plugin-viki-0.1.4 fluentd.conf
fluent-plugin-viki-0.1.3 fluentd.conf
fluent-plugin-viki-0.1.2 fluentd.conf
fluent-plugin-viki-0.1.1 fluentd.conf
fluent-plugin-viki-0.1.0 fluentd.conf