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*" ],
|
"indices" : [ "logstash*" ],
|
||||||
"body" : {
|
"body" : {
|
||||||
"query" : {
|
"query" : {
|
||||||
"filtered": {
|
"bool": {
|
||||||
"query": {
|
"must" : {
|
||||||
"match": {
|
"match": {
|
||||||
"response": 404
|
"response": 404
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
"indices" : [ "logstash*" ],
|
"indices" : [ "logstash*" ],
|
||||||
"body" : {
|
"body" : {
|
||||||
"query" : {
|
"query" : {
|
||||||
"filtered": {
|
"bool" : {
|
||||||
"query": {
|
"must": {
|
||||||
"match": {
|
"match": {
|
||||||
"response": 404
|
"response": 404
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue