2022-07-05 23:12:51

ES DSL例子

具体例子

多条件匹配+正则查询

{ "query": { "bool": { "must": { "term": { "upstream_name": "haha" } }, "filter": { "regexp": { "request": { "value": ".*\\.(css|js)" } } } } } }

本文链接:https://troy.wang/post/es-dsl.html

-- EOF --