产品动态
公告
[{"path": "/eks/pod/running","clientIP": "1.*.*.123","method": "POST"},{"path": "/cmdb/login","clientIP": "1.*.*.123","method": "PUT"},{"path": "/cmdb/start","clientIP": "1.*.*.123","method": "GET"}]
//path中包含有cmdb字符,保留该日志,其余日志过滤掉log_keep(regex_match(v("path"),regex="cmdb",full=False))//method中包含POST或者PUT字符,保留该日志log_keep(regex_match(v("method"),regex="POST|PUT",full=False))
{"clientIP":"1.*.*.123","method":"PUT","path":"/cmdb/login"}
文档反馈