Skip to content

Commit

Permalink
Correct the query dsl for watching elasticsearch version (elastic#58321)
Browse files Browse the repository at this point in the history
The term query should be looking at the cluster_uuid field in elasticsearch_version_mismatch.json.
  • Loading branch information
gaobinlong authored and jakelandis committed Sep 2, 2020
1 parent e0eafec commit c76e409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"filter": [
{
"term": {
"_id": "{{ctx.metadata.xpack.cluster_uuid}}"
"cluster_uuid": "{{ctx.metadata.xpack.cluster_uuid}}"
}
},
{
Expand Down

0 comments on commit c76e409

Please sign in to comment.