Skip to content

Commit

Permalink
[7.x] Correct the query dsl for watching elasticsearch version (elast…
Browse files Browse the repository at this point in the history
…ic#58321) (elastic#61882)

The term query should be looking at the cluster_uuid field in elasticsearch_version_mismatch.json.

Co-authored-by: bellengao <[email protected]>
  • Loading branch information
jakelandis and gaobinlong authored Sep 2, 2020
1 parent c19f67c commit dbb78e1
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 dbb78e1

Please sign in to comment.