Elasticsearch curator - "--older-than 6" -


when try use "curator --host 127.0.0.1 delete --older-than 6" error "error: no such option: --older-than" i'm running newest verison of curator, suggestions on how fix it?

you missing sub-command 'indices' between 'delete' , '--older-than'

you need other flags complete command-line based on index name pattern.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -