Re: [CentOS] ElasticSearch Logrotate not working

2016-08-02 Thread Tim Dunphy
ok, good advice! thanks! On Thu, Jul 28, 2016 at 2:06 PM, Thomas Eriksson < thomas.eriks...@slac.stanford.edu> wrote: > On 07/28/2016 07:40 AM, Tim Dunphy wrote: > > Hey guys, > > > > I have this log rotation script setup in my /etc/logrotate.d folder > > > > /var/log/elasticsearch/*.log { > >

Re: [CentOS] ElasticSearch Logrotate not working

2016-07-28 Thread Thomas Eriksson
On 07/28/2016 07:40 AM, Tim Dunphy wrote: > Hey guys, > > I have this log rotation script setup in my /etc/logrotate.d folder > > /var/log/elasticsearch/*.log { > daily > rotate 100 > size 50M > copytruncate > compress > delaycompress > missingok > notifempty >

[CentOS] ElasticSearch Logrotate not working

2016-07-28 Thread Tim Dunphy
Hey guys, I have this log rotation script setup in my /etc/logrotate.d folder /var/log/elasticsearch/*.log { daily rotate 100 size 50M copytruncate compress delaycompress missingok notifempty create 644 elasticsearch elasticsearch } And I notice that log file