altis.analytics.index_maintenance cron can cause 413 error in ES #127
Labels
bug
Existing functionality isn't behaving as expected
should have
Should be done, medium priority for now
My site had not cleaned up ES indexes in months, so I had several hundred indexes. Running the maintenance cron then failed everytime:
I think this is because the DELETE query is perhaps passing too many indexes and exceeding the request limit for ES. Instead I had to manually delete them all like
http DELETE 'http://localhost:9200/analytics-2020-09*'
(ES supports delete by wildcard)The text was updated successfully, but these errors were encountered: