@http.url_details.path:"/api/v1/test"属性 http.url_details.path に /api/v1/test と一致するすべてのログを検索します。@http.url:/api\-v1/*http.url 属性に /api-v1/ で始まる値を含むすべてのログを検索します。@http.status_code:[200 TO 299]@http.url_details.path:/api\-v1/*http.status_code の値が 200 から 299 で、http.url_details.path 属性に /api-v1/ で始まる値を含むすべてのログを検索します。-@http.status_code:*http.status_code 属性を含まないすべてのログを検索します
APM Traceの検索でも使える docs.datadoghq.com