index
:
haminer
dev
main
Library and program to parse and forward HAProxy HTTP logs.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-20
Release haminer v0.2.0 (2022-08-20)
v0.2.0
Shulhan
2022-08-19
all: restructure the README
Shulhan
2022-08-19
_AUR: add package build for Arch Linux
Shulhan
2022-08-19
all: relicensing the haminer to GPL v3
Shulhan
2022-08-18
all: update README
Shulhan
2022-08-17
all: implement forwarder for questdb
Shulhan
2022-08-17
all: make the forwarders configuration fields to be generic
Shulhan
2022-08-17
all: add task to run test on make
Shulhan
2022-08-17
all: rename struct InfluxdConfig to ConfigForwarder
Shulhan
2022-08-17
all: move handling signal to main program
Shulhan
2022-08-17
all: rename struct type Halog to HttpLog
Shulhan
2022-08-17
all: move repository to git.sr.ht/~shulhan/haminer
Shulhan
2022-08-17
all: remove unused constants
Shulhan
2022-08-17
all: rename influxdb.go to influxd_client.go
Shulhan
2022-08-17
all: restructure the log that we send to influxdb
Shulhan
2022-08-16
all: use fixed []byte for consuming UDP packet
Shulhan
2022-08-16
all: remove code that sending heartbeat
Shulhan
2022-08-15
all: add support for influxd API v2
Shulhan
2022-08-14
all: update the go.mod
Shulhan
2022-08-14
all: disable option to enable all linters
Shulhan
2019-01-25
haminer: send heartbeat indicator if logs is empty
v0.1.0
Shulhan
2019-01-24
cmd/haminer: update description of preprocess option
Shulhan
2019-01-07
Prepare for release haminer v0.1.0
Shulhan
2019-01-07
influxdb: add tag HTTP method
Shulhan
2019-01-04
doc: update README and format of example configuration
Shulhan
2019-01-04
haminer: change buffered mode from max size to time interval
Shulhan
2019-01-04
influxdb: use "%q" for print string with quote
Shulhan
2019-01-04
influxdb: change "http_status_code" in tag to "tag_http_status"
Shulhan
2019-01-04
influxdb: add http_url to tag
Shulhan
2019-01-04
Add option to preprocess http_url
Shulhan
2019-01-04
config: change the capture request header separator to comma
Shulhan
2019-01-04
config: replace configuration with ini file format
Shulhan
2018-11-30
all: fix warning from linter
Shulhan
2018-11-30
influxdb: add tag http status code
Shulhan
2018-10-29
Add option to parse HTTP request header
Shulhan
2018-10-29
make: replace the linting tool
Shulhan
2018-10-26
Add go module
Shulhan
2018-04-05
Add an example of systemd service
Shulhan
2018-04-05
README: fix links and haproxy example
Shulhan
2018-04-01
haminer: Library and program to parse and forward HAProxy logs
Shulhan