hurl/packages/hurlfmt/tests/json/elasticsearch.json

37 lines
553 B
JSON
Raw Normal View History

2020-08-27 10:07:46 +03:00
{
"from": 0,
"size": 2000,
"sort": [
{
"@timestamp": "desc"
}
],
"query": {
"bool": {
"must": [
{
"match": {
"tag.env": "prod"
}
},
{
"match": {
"data.r_code": "500"
}
},
{
"match": {
"data.q_client-dns": "m.shop.sosh.fr"
}
},
{
"match": {
"@timestamp": {
"query": "{{date}}"
}
}
}
]
}
}
}