OpenSearch/qa/smoke-test-watcher-with-shield
Jason Tedor 77e74a9319 Add compare condition to handle arrays
This commit adds a new compare condition called “array_compare”. This
condition enables comparing a single resolved value to an array of
resolved values. The value can be compared for equality, non-equality,
and strict and non-strict ordering; the array compare condition will
evaluate to true if the value compares to true with respect to the
specified operator against all (“all”) or at least one (“some”) of the
values in the array specified by “array_path”. Each value in the array
can be resolved to a value using “path” (e.g., “array_path”:
“cx.payload.aggregations.some_field.buckets” and “path”: “doc_count”
would resolve each value in the buckets array to its “doc_count”).

Closes elastic/elasticsearch#345

Original commit: elastic/x-pack-elasticsearch@0d74b4dc11
2015-09-03 09:46:23 -04:00
..
src/test/java/org/elasticsearch/smoketest fix qa smoke tests 2015-08-31 17:36:23 +02:00
integration-tests.xml applied feedback 2015-08-12 14:11:46 +02:00
pom.xml Add compare condition to handle arrays 2015-09-03 09:46:23 -04:00
watcher-with-shield-roles.yml applied feedback 2015-08-12 14:11:46 +02:00