我已经在我的windows机器上安装了elasticsearch curator,默认的位置是基于ESdoc的C:\Users\username中。但是我在那个地方没有找到任何.curator文件?
我可以知道它存放在哪里吗?我需要python来执行curator吗?
发布于 2017-03-04 08:48:24
Curator不会为您安装任何默认文件。你必须建立你自己的。您可以基于example in the documentation创建curator.yml。您可以在C:\Users\username\.curator\curator.yml上安装它,以便在执行Curator时自动获取它。
也可以基于examples in the documentation创建操作文件。
如果是从Windows Binary Zip package或Windows MSI Installer for Curator安装的,则不需要Python,因为它与这些包捆绑在一起。
https://stackoverflow.com/questions/42573788
复制相似问题