sous-chefs / elasticsearch

Development repository for the elasticsearch cookbook
https://supermarket.chef.io/cookbooks/elasticsearch
Other
883 stars 602 forks source link

log4j properties template does not compress all logs #726

Open obrok42 opened 4 years ago

obrok42 commented 4 years ago

The log4j properties shipped compresses some logs but not slow query logs. Expected would be that all log files are handled similarly (either all compressed with same settings, or none compressed). Upstream configuration turns on compression also for slow logs.

martinb3 commented 4 years ago

Hi there -- we've taken our files from upstream, but we haven't pulled a newer file for this in a bit. We'll grab the latest from https://github.com/elastic/elasticsearch/blob/master/distribution/src/config/log4j2.properties after testing.