summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-20Release haminer v0.2.0 (2022-08-20)v0.2.0Shulhan
2022-08-19all: restructure the READMEShulhan
2022-08-19_AUR: add package build for Arch LinuxShulhan
2022-08-19all: relicensing the haminer to GPL v3Shulhan
2022-08-18all: update READMEShulhan
2022-08-17all: implement forwarder for questdbShulhan
2022-08-17all: make the forwarders configuration fields to be genericShulhan
2022-08-17all: add task to run test on makeShulhan
2022-08-17all: rename struct InfluxdConfig to ConfigForwarderShulhan
2022-08-17all: move handling signal to main programShulhan
2022-08-17all: rename struct type Halog to HttpLogShulhan
2022-08-17all: move repository to git.sr.ht/~shulhan/haminerShulhan
2022-08-17all: remove unused constantsShulhan
2022-08-17all: rename influxdb.go to influxd_client.goShulhan
2022-08-17all: restructure the log that we send to influxdbShulhan
2022-08-16all: use fixed []byte for consuming UDP packetShulhan
2022-08-16all: remove code that sending heartbeatShulhan
2022-08-15all: add support for influxd API v2Shulhan
2022-08-14all: update the go.modShulhan
2022-08-14all: disable option to enable all lintersShulhan
2019-01-25haminer: send heartbeat indicator if logs is emptyv0.1.0Shulhan
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
2019-01-04doc: update README and format of example configurationShulhan
2019-01-04haminer: change buffered mode from max size to time intervalShulhan
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
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