mintance / nginx-clickhouse

Simple nginx logs parser & transporter to ClickHouse database.
Apache License 2.0
152 stars 31 forks source link

added processing of a few more nginx variables #3

Closed slidingshade closed 5 years ago

slidingshade commented 5 years ago

Added conversion of $msec nginx log variable to float and $connection, $request_length, $body_bytes_sent to integer as by default this variables goes to string.