cluster_available

cluster_available #

KindAccepts
Domain conditiona list of cluster IDs

Tests whether one or more Elasticsearch/Easysearch clusters are available.

Parameters #

ParameterTypeDescription
(list)list of stringsRegistered cluster IDs; all must be available.

Examples #

cluster_available:
  - "primary_cluster"
  - "backup_cluster"

Notes #

Inside a per-record sub-chain (e.g. for_each), field names resolve against the current record’s own attributes (file.path, log_level, …); at pipeline level they resolve against the pipeline context through the _ctx. prefix. See the Conditions reference for details.

Edit Edit this page