Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用“ curator --host 127.0.0.1 delete --older-than 6 ”时,我收到错误“错误:没有这样的选项:--older-than ”我正在运行最新版本的 curator,任何建议关于如何解决?
您缺少 'delete' 和 '--older-than' 之间的子命令 'indices'
您还需要其他标志来获得基于您的索引名称模式的完整命令行。