From 336c6337160cc64a3c412bf04d3dc879b11a2eb8 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 19 Jul 2020 21:11:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 100c36b..95b839a 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Add the ones that differ on your system. | LOG_MEASUREMENT | nginx_access_logs | InfluxDB measurement name for nginx logs. Optional, defaults to the example. | | SEND_NGINX_LOGS | true | Set to `false` to disable nginx logs. Optional, defaults to `true`. | | GEOIP2INFLUX_LOG_LEVEL | info | Sets the log level in geoip2influx.log. Use `debug` for verbose logging Optional, defaults to info. | -| INFLUX_RETENTION | 30d | Sets the retention for the database. Optional, defaults to example.| -| INFLUX_SHARD | 2d | Set the shard for the database. Optional, defaults to example. | +| INFLUX_RETENTION | 7d | Sets the retention for the database. Optional, defaults to example.| +| INFLUX_SHARD | 1d | Set the shard for the database. Optional, defaults to example. | | MAXMINDDB_LICENSE_KEY | xxxxxxx | Add your Maxmind licence key |