elasticsearch-croneval
Validate and test Elasticsearch cron expressions
TLDR
Evaluate cron expression
$ elasticsearch-croneval "[0 0 * * *]"
Show next N trigger times$ elasticsearch-croneval -c [10] "[0 0 * * *]"
Detailed output$ elasticsearch-croneval -d "[0 */5 * * *]"
SYNOPSIS
elasticsearch-croneval [options] expression
DESCRIPTION
elasticsearch-croneval validates and evaluates Elasticsearch cron expressions. Shows when a cron schedule will trigger next. Useful for testing Watcher or ILM schedules.
PARAMETERS
-c, --count number
Number of future times to show.-d, --detail
Show detailed output.
SEE ALSO
elasticsearch(1), crontab(5)
