From 52a577a035e0721cde42dc7bf4c23a2b0ae2d591 Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Wed, 10 Oct 2018 22:02:58 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ffd09..593694f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Alt text](https://github.com/ratibor78/geostat/blob/master/geostat.png?raw=true "Grafana dashboard example") -GeoStat is a Python script for parsing Nginx and Apache logs files and getting GEO data from incoming IP's in it. This script convert parsed data in to Json format and send it to InfluxDB database so you can use it to build some nice Grafana dashboards for example. It runs as service by SystemD and parse log in "tailf" style. +GeoStat is a Python script for parsing Nginx logs files and getting GEO data from incoming IP's in it. This script convert parsed data in to Json format and send it to InfluxDB database so you can use it to build some nice Grafana dashboards for example. It runs as service by SystemD and parse log in "tailf" style. # Main Features: - Parsing incoming ip's from web server log and convert them in to GEO metrics for the InfluxDB.