search your data
# wildcard 运算符匹配
Wildcard queries: 通配符查询,如*910956*
# Kibana Query Language
response:200 and extension:php or extension:css: andresponse:200 and extension:php or extension:css: will match documents where response is 200 and extension is php OR documents where extension is css and response is anything.response:(200 or 404)not response:200: not
# link
上次更新: 2026/09/10, 20:52:09