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 还是只在主节点上安装才能删除超过一个月的索引。
Curator 实际上甚至不需要安装在您的集群节点之一上。Curator 只需要访问客户端节点即可工作。
在某些情况下,使用 Puppet、Chef 或 Ansible 等配置管理实用程序,您希望每个节点保持一致,因此在每个节点上安装 Curator,并使用每个命令。在这种情况下,您可以在 Curator 命令行中使用 --master-only 标志,这会阻止在除选定主节点之外的任何节点上执行。