Tests: Change queries to reflect latest master changes (removed filter query)

Original commit: elastic/x-pack-elasticsearch@6c57eb0d1f
This commit is contained in:
Alexander Reelsen 2015-10-16 17:03:42 +02:00
parent 7ec03c040b
commit f523a476e1
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@
"indices" : [ "logstash*" ], "indices" : [ "logstash*" ],
"body" : { "body" : {
"query" : { "query" : {
"filtered": { "bool": {
"query": { "must" : {
"match": { "match": {
"response": 404 "response": 404
} }

View File

@ -29,8 +29,8 @@
"indices" : [ "logstash*" ], "indices" : [ "logstash*" ],
"body" : { "body" : {
"query" : { "query" : {
"filtered": { "bool" : {
"query": { "must": {
"match": { "match": {
"response": 404 "response": 404
} }