elasticsearch - Cronjob for curator -


i have installed elk , latest curator 4.0. made regularly run cronjob in linux.

  1. i have installed .curator @ linux home, i.e. cd~.
  2. i have typed crontab -e.
  3. 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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -