最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Extraction with Dynatrace Query Language - Stack Overflow

programmeradmin6浏览0评论

I have a log result which has the content coming in like

LogRecord.TraceId: 123456
LogRecord.SpanId: 78956
LogRecord.Severity: Info

It has a bunch of other attributes, but I don't need them. Is there a way I can extract the LogRecord.Severity from the content and display it as a separate column? I tried this -

parse content "('LogRecord.Severity:'LD:severity)"

but it gives me a null column. Any thoughts?

发布评论

评论列表(0)

  1. 暂无评论