No commit activity in last 3 years
No release in over 3 years
Fluentd input plugin that responses with HTTP status 200. Can be used for elb healthcheck.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 1.5.0, >= 1.2.0
< 2, >= 0.12.0
 Project Readme

HTTP heartbeat input plugin for Fluentd

Overview

This plugin simply respond to any request with a 200 http respond. Can be used for elb healthcheck.

Installation

fluent-gem install fluent-plugin-http-heartbeat

Configuration

<source>
  @type http_heartbeat 

  port 8080
  bind 0.0.0.0
</source>

port

The port the http server listens on. Default is 8080.

bind

The address the http server binds to. Default is 0.0.0.0.

Copyright (c) 2016 Junjie Chen(jacky.jjchen@gmail.com). Licensed under the Apache License.