LinuxCommandLibrary

elasticsearch-croneval

Validate and test Elasticsearch cron expressions

TLDR

Evaluate cron expression

$ elasticsearch-croneval "[0 0 * * *]"
copy
Show next N trigger times
$ elasticsearch-croneval -c [10] "[0 0 * * *]"
copy
Detailed output
$ elasticsearch-croneval -d "[0 */5 * * *]"
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community