原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/elasticsearch-croneval.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/elasticsearch-croneval.html

elasticsearch-cronevaledit

Validates and evaluates a cron expression.

Synopsisedit

bin/elasticsearch-croneval <expression>
[-c, --count <integer>] [-h, --help]
([-s, --silent] | [-v, --verbose])

Descriptionedit

This command enables you to verify that your cron expressions are valid for use with Elasticsearch and produce the expected results.

This command is provided in the $ES_HOME/bin directory.