Skip to content

cooldaemon/fluent-plugin-sentry-http

Repository files navigation

fluent-plugin-sentry-http

fluentd input plugin that receive exceptions from Sentry Clients.

Build Status Code Climate

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
    • Copyright(C) 2015- IKUTA Masahito (cooldaemon)
  • License
    • Apache License, Version 2.0

About

Fluentd input plugin that receive exceptions from the Sentry clients(Raven).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages