fluent-plugin-sentry-http

fluentd input plugin that receive exceptions from Sentry Clients.

Build Status

Installation

Install with gem or fluent-gem command as:

# for fluentd
$ gem install fluent-plugin-sentry-http

# for td-agent
$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-sentry-http

Component

SentryHttpInput

Plugin to accept exception input from Sentry Clients.

Configuration

<source>
  type sentry_http
  port 8888
  bind 0.0.0.0
  <project 999>
    tag sentry.egg
    key aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    secret bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
  </project>
</source>
  • Copyright
    • Copyright(C) 2015- IKUTA Masahito (cooldaemon)
  • License
    • Apache License, Version 2.0