Tests: Change queries to reflect latest master changes (removed filter query)
Original commit: elastic/x-pack-elasticsearch@6c57eb0d1f
This commit is contained in:
parent
7ec03c040b
commit
f523a476e1
|
@ -18,8 +18,8 @@
|
|||
"indices" : [ "logstash*" ],
|
||||
"body" : {
|
||||
"query" : {
|
||||
"filtered": {
|
||||
"query": {
|
||||
"bool": {
|
||||
"must" : {
|
||||
"match": {
|
||||
"response": 404
|
||||
}
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
"indices" : [ "logstash*" ],
|
||||
"body" : {
|
||||
"query" : {
|
||||
"filtered": {
|
||||
"query": {
|
||||
"bool" : {
|
||||
"must": {
|
||||
"match": {
|
||||
"response": 404
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue