Sha256: 0abb90283a9ee38b3d06c1f34d6a0b8569dcaf5b74f5fc234a57a5adc7b6afe5

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

<source>
  @type forward
</source>

<match fluent.**>
  @type       raven
  @id         out_raven
  dsn         "#{ENV['SENTRY_DSN']}"
  environment "#{ENV['ENV']}"
  <buffer>
    @type file
    path  fluentd/log/error.*.buffer
    flush_at_shutdown true
    flush_interval 1s
  </buffer>
</match>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-raven-0.1.8 example/fluentd.conf
fluent-plugin-raven-0.1.7 example/fluentd.conf
fluent-plugin-raven-0.1.6 example/fluentd.conf
fluent-plugin-raven-0.1.5 example/fluentd.conf