Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/249973
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. Change-Id: I26ab6fcdcc77be6fc8fc7d5a376669627252d741 --- M modules/elasticsearch/templates/logging.yml.erb 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/73/249973/1 diff --git a/modules/elasticsearch/templates/logging.yml.erb b/modules/elasticsearch/templates/logging.yml.erb index 3cd8631..a00218b 100644 --- a/modules/elasticsearch/templates/logging.yml.erb +++ b/modules/elasticsearch/templates/logging.yml.erb @@ -27,6 +27,7 @@ index.search.slowlog: TRACE, index_search_slow_log_file index.indexing.slowlog: INFO, index_indexing_slow_log_file + index.indexing.slowlog.threshold.index.trace: -1 additivity: index.search.slowlog: false -- To view, visit https://gerrit.wikimedia.org/r/249973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I26ab6fcdcc77be6fc8fc7d5a376669627252d741 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
