diff options
Diffstat (limited to '_doc')
| l--------- | _doc/README.adoc | 1 | ||||
| l--------- | _doc/README.md | 1 | ||||
| -rw-r--r-- | _doc/index.adoc | 11 |
3 files changed, 5 insertions, 8 deletions
diff --git a/_doc/README.adoc b/_doc/README.adoc deleted file mode 120000 index 59a23c4..0000000 --- a/_doc/README.adoc +++ /dev/null @@ -1 +0,0 @@ -../README
\ No newline at end of file diff --git a/_doc/README.md b/_doc/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/_doc/README.md @@ -0,0 +1 @@ +../README.md
\ No newline at end of file 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 | +-----------+ ---- |
