Faidon Liambotis has submitted this change and it was merged.

Change subject: elasticsearch: compress old log files
......................................................................


elasticsearch: compress old log files

These can be tens of gigabytes and even fill up /.

Change-Id: I1ce6f538c125512f36ec54645d8e8c70ac7269d6
---
M modules/elasticsearch/files/logrotate
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Chad: Looks good to me, but someone else must approve
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/elasticsearch/files/logrotate 
b/modules/elasticsearch/files/logrotate
index 1d82ca3..5a5131f 100644
--- a/modules/elasticsearch/files/logrotate
+++ b/modules/elasticsearch/files/logrotate
@@ -9,4 +9,6 @@
     missingok
     notifempty
     rotate 7
+    compress
+    delaycompress
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/263579
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ce6f538c125512f36ec54645d8e8c70ac7269d6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to