README.md in fluent-plugin-out-http-0.3.1 vs README.md in fluent-plugin-out-http-1.0.0
- old
+ new
@@ -1,10 +1,10 @@
# fluent-plugin-out-http, a plugin for [Fluentd](http://fluentd.org)
A generic [fluentd][1] output plugin for sending logs to an HTTP endpoint.
-[](https://travis-ci.org/ento/fluent-plugin-out-http)
+[](https://travis-ci.org/fluent-plugins-nursery/fluent-plugin-out-http)
## Configuration options
<match *>
type http
@@ -14,11 +14,10 @@
rate_limit_msec 100 # default: 0 = no rate limiting
raise_on_error false # default: true
authentication basic # default: none
username alice # default: ''
password bobpop # default: '', secret: true
- cacert_file /etc/ssl/endpoint1.cert # default: ''
- token tokent # default: ''
+ buffered true # default: false. Switch non-buffered/buffered mode
</match>
## Usage notes
If you'd like to retry failed requests, consider using [fluent-plugin-bufferize][3].