Sha256: 93475491b4088c1e2e4db6ee0ab3a8052d858416ce00b1d0e85fbdb5d857e095
Contents?: true
Size: 1001 Bytes
Versions: 1
Compression:
Stored size: 1001 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 <application 999> tag sentry.egg user aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa pass bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb </application> </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.0 | README.md |