Giuseppe Lavagetto has submitted this change and it was merged. Change subject: elasticsearch: disable indexing slow log at TRACE level ......................................................................
elasticsearch: disable indexing slow log at TRACE level Workaround https://github.com/elastic/elasticsearch/issues/7461, this log was filling up disks on elastic* boxes. Bug: T117181 Change-Id: I26ab6fcdcc77be6fc8fc7d5a376669627252d741 --- M modules/elasticsearch/templates/elasticsearch.yml.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved DCausse: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/modules/elasticsearch/templates/elasticsearch.yml.erb b/modules/elasticsearch/templates/elasticsearch.yml.erb index 49dc4e9..d7d49dc 100644 --- a/modules/elasticsearch/templates/elasticsearch.yml.erb +++ b/modules/elasticsearch/templates/elasticsearch.yml.erb @@ -362,7 +362,7 @@ index.indexing.slowlog.threshold.index.warn: 10s index.indexing.slowlog.threshold.index.info: 5s index.indexing.slowlog.threshold.index.debug: 2s -index.indexing.slowlog.threshold.index.trace: 500ms +index.indexing.slowlog.threshold.index.trace: -1 ################################## GC Logging ################################ -- To view, visit https://gerrit.wikimedia.org/r/249973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26ab6fcdcc77be6fc8fc7d5a376669627252d741 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: DCausse <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
