diff options
Diffstat (limited to '_doc/index.adoc')
| -rw-r--r-- | _doc/index.adoc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/_doc/index.adoc b/_doc/index.adoc index b57d021..53f12f4 100644 --- a/_doc/index.adoc +++ b/_doc/index.adoc @@ -1,9 +1,6 @@ = haminer -:toc: -:sectanchors: -:sectlinks: -haminer is a library and program to parse and forward HAProxy HTTP logs. +`haminer` is a library and program to parse and forward HAProxy HTTP logs. The HTTP logs is HTTP request that received by HAProxy frontend and forwarded to backend. @@ -21,13 +18,13 @@ https://www.haproxy.com/documentation/hapee/1-8r1/onepage/#8.2.3[HTTP log format for more information. Currently, there are two supported database where haminer can forward the -parsed log: influxdb and questdb. +parsed log: Influxdb and Questdb. Haminer support Influxdb v1 and v2. ---- +---------+ UDP +---------+ +-----------+ - | HAProxy |------>| haminer |----->| influxdb | - +---------+ +---------+ | / questdb | + | HAProxy |------>| haminer |----->| Influxdb | + +---------+ +---------+ | / Questdb | +-----------+ ---- |
