elasticsearch - Cronjob for curator -
i have installed elk , latest curator 4.0. made regularly run cronjob in linux.
- i have installed .curator @ linux home, i.e.
cd~
. - i have typed
crontab -e
. - i input following statement
* * * * * /.curator curator action.yml
is setting right? how should check if running or not?
1 - curator installation checkout: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/installation.html
2 - can edit crontab entries that. thats ok.
3 - if install curator correctly can run:
* * * * * curator /path/to/action/file/action.yml
that run curator every minute specified action.yml
file.
for crontab log checkout: https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log
Comments
Post a Comment