# fluent-plugin-out-http A generic [fluentd][1] output plugin for sending logs to an HTTP endpoint. ## Configs type http endpoint_url http://localhost.local/api/ http_method put serializer json rate_limit_msec 100 authentication basic username alice password bobpop ---- Heavily based on [fluent-plugin-growthforecast][2] [1]: http://fluentd.org/ [2]: https://github.com/tagomoris/fluent-plugin-growthforecast