aboutsummaryrefslogtreecommitdiff
path: root/haminer.go
AgeCommit message (Expand)Author
2025-12-29Release haminer v0.3.0 (2025-12-29)v0.3.0Shulhan
2025-12-29all: add missing SPDX license to all filesShulhan
2024-03-19[wip] _wui: implement web user interfaceShulhan
2024-03-18all: auto migrate the database when using postgresql forwarderShulhan
2024-03-18all: implement forwarder for PostgresqlShulhan
2024-03-18all: add unit test for ParseUDPPacketShulhan
2024-03-18all: rename the forwarder files by using prefix "forwarder_"Shulhan
2024-03-16all: comply with all linters recommendationsShulhan
2022-08-19all: relicensing the haminer to GPL v3Shulhan
2022-08-17all: implement forwarder for questdbShulhan
2022-08-17all: make the forwarders configuration fields to be genericShulhan
2022-08-17all: move handling signal to main programShulhan
2022-08-17all: rename struct type Halog to HttpLogShulhan
2022-08-17all: rename influxdb.go to influxd_client.goShulhan
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
2019-01-25haminer: send heartbeat indicator if logs is emptyv0.1.0Shulhan
2019-01-04haminer: change buffered mode from max size to time intervalShulhan
2019-01-04Add option to preprocess http_urlShulhan
2018-10-29Add option to parse HTTP request headerShulhan
2018-04-01haminer: Library and program to parse and forward HAProxy logsShulhan