summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-25haminer: send heartbeat indicator if logs is emptyv0.1.0Shulhan
An administrator may need to monitor if the haminer service is running or not through kapacitor. With heartbeat, we can tell if haminer is not running if no data is send along, say, one hour.
2019-01-24cmd/haminer: update description of preprocess optionShulhan
2019-01-07Prepare for release haminer v0.1.0Shulhan
2019-01-07influxdb: add tag HTTP methodShulhan
Each endpoint (http_url) may have two or more HTTP methods on them.
2019-01-04doc: update README and format of example configurationShulhan
2019-01-04haminer: change buffered mode from max size to time intervalShulhan
Previously, we forward the logs only if total collected logs in buffer is greater or equal to 10. This commit change the model into using time interval, where the logs will be send every N seconds (default to 15 seconds).
2019-01-04influxdb: use "%q" for print string with quoteShulhan
2019-01-04influxdb: change "http_status_code" in tag to "tag_http_status"Shulhan
2019-01-04influxdb: add http_url to tagShulhan
2019-01-04Add option to preprocess http_urlShulhan
2019-01-04config: change the capture request header separator to commaShulhan
This is to make it consistent with separator on "accept_backend".
2019-01-04config: replace configuration with ini file formatShulhan
2018-11-30all: fix warning from linterShulhan
2018-11-30influxdb: add tag http status codeShulhan
2018-10-29Add option to parse HTTP request headerShulhan
2018-10-29make: replace the linting toolShulhan
2018-10-26Add go moduleShulhan
2018-04-05Add an example of systemd serviceShulhan
2018-04-05README: fix links and haproxy exampleShulhan
2018-04-01haminer: Library and program to parse and forward HAProxy logsShulhan