Reputation: 1771
I have installed elasticsearch curator in my windows machine by default the location will be in C:\Users\username
based on ESdoc.
But i didn't find any .curator files in that location?
May i know where it is stored? Do i need python to execute curator?
Upvotes: 1
Views: 1482
Reputation: 863
Curator does not install any default files for you. You must build your own. You can create a curator.yml based on the example in the documentation. You can install this at C:\Users\username\.curator\curator.yml
to have it be automatically picked up when you execute Curator.
Action files can also be created based on the examples in the documentation.
If you installed from the Windows Binary Zip package or the Windows MSI Installer for Curator, you do not need Python as it is bundled with those packages.
Upvotes: 3