Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.1 KB

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) 2016- gumi Inc.
  • License
    • Apache License, Version 2.0