Update README.md
This commit is contained in:
parent
47e7aac624
commit
52a577a035
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
![Alt text](https://github.com/ratibor78/geostat/blob/master/geostat.png?raw=true "Grafana dashboard example")
|
![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:
|
# Main Features:
|
||||||
|
|
||||||
- Parsing incoming ip's from web server log and convert them in to GEO metrics for the InfluxDB.
|
- Parsing incoming ip's from web server log and convert them in to GEO metrics for the InfluxDB.
|
||||||
|
|
Loading…
Reference in a new issue