Add ES data rotate & cleanup
[ta/caas-logging.git] / docker-build / elasticsearch / config / logrotate
diff --git a/docker-build/elasticsearch/config/logrotate b/docker-build/elasticsearch/config/logrotate
deleted file mode 100644 (file)
index 97f95a2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/elasticsearch/*.log {
-    daily
-    rotate 50
-    size 50M
-    copytruncate
-    compress
-    delaycompress
-    missingok
-    notifempty
-    create 644 elasticsearch elasticsearch
-}