Page 2 of 2

Re: Maintenance not closing indexes

Posted: Thu Sep 02, 2021 4:24 pm
by BanditBBS
file.tar.gz
I skimmed through it. It seems to not indicate any issue.

Re: Maintenance not closing indexes

Posted: Fri Sep 03, 2021 2:50 pm
by gsmith
Hi,

Please run:

Code: Select all

/usr/local/nagioslogserver/scripts/curator.sh --loglevel debug --logfile /tmp/close_index.log close indices --older-than 30 --time-unit days --timestring %Y.%m.%d
This will try to close any indices older than 30 days, and provide debug output to /tmp/close_index.log.

Please send me the /tmp/close_index.log, feel free to look through it for any errors.

Thanks

Re: Maintenance not closing indexes

Posted: Fri Sep 03, 2021 6:29 pm
by BanditBBS
I think we're fixed. I tried that command and got:
/usr/local/nagioslogserver/scripts/curator.sh: /usr/local/bin/curator: /usr/bin/python3.6: bad interpreter: No such file or directory
installed python 3.6 and tried again and it worked fine!

Re: Maintenance not closing indexes

Posted: Tue Sep 07, 2021 9:17 am
by gsmith
Sounds great!

I'll lock this.

Thanks