Sha256: 6bdeb6bdde608fd9817958905c40a4851de4a1ef121d25250c2f816e48ced5ab
Contents?: true
Size: 994 Bytes
Versions: 1
Compression:
Stored size: 994 Bytes
Contents
# fluent-plugin-sentry-http [fluentd](http://fluentd.org) input plugin that receive exceptions from [Sentry Clients](https://github.com/getsentry). [![Build Status](https://travis-ci.org/cooldaemon/fluent-plugin-sentry-http.svg?branch=master)](https://travis-ci.org/cooldaemon/fluent-plugin-sentry-http) ## 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](https://github.com/getsentry). #### 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sentry-http-0.1.1 | README.md |