GET *-website-*/_search { "query": { "bool": { "filter":[{ "match_phrase":{ "XB3TraceId":"a0228cccb8684d698cd11258ef8a24ae" } }] } }, "size": 500, "sort": [ { "@timestamp":"asc" } ] }
官方文档:
2021-07-01 00:31:49
GET *-website-*/_search { "query": { "bool": { "filter":[{ "match_phrase":{ "XB3TraceId":"a0228cccb8684d698cd11258ef8a24ae" } }] } }, "size": 500, "sort": [ { "@timestamp":"asc" } ] }
官方文档:
方法一:UI辅助
方法二:找post,拼凑
下一篇:C++第03课 特殊成员 (一)