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 {
> >
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
>
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
3 matches
Mail list logo