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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -