GET gather-028-20180620/_search { "size": 2, "query": { "bool": { "must": [ { "exists": { "field": "band_width" } }, { "range": { "band_width": { "gte": 100 } } }, { "script": { "script": "doc['max_band'].value < doc['band_width'].value" } }, { "range":{ "@timestamp":{ "lt":1529521250101 } } } ] } }, "sort": [ { "@timestamp": { "order": "desc" } } ] }
kibana 两个字段的值比较查询(字段A的值小于字段B的值)
最新推荐文章于 2025-05-21 13:05:38 发布