text Azure App Insights Kubernetes日志

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Azure App Insights Kubernetes日志相关的知识,希望对你有一定的参考价值。

ContainerLog
| where TimeGenerated > datetime("2019-01-21T18:20:00Z") and TimeGenerated < datetime("2019-07-22T02:20:00Z")
| where LogEntrySource contains "stdout"
| where LogEntry matches regex "\\[\\d\\d:\\d\\d:\\d\\d ERR Oxford.Services.Identity.Web.Registration"
| where Image contains "identity-svc"
| where Computer startswith "aks-testagents-"
| project LogEntrySource, LogEntry, TimeGenerated, Computer, Image, Name, ContainerID
| order by LogEntrySource asc

以上是关于text Azure App Insights Kubernetes日志的主要内容,如果未能解决你的问题,请参考以下文章

Application Insights 未记录浏览器数据

Azure App Insights 中的异常过多(已恢复)

Azure App Service Application Insights 不显示依赖的 sql 命令文本

Azure App Insights REST API 获取内存使用情况

如何使用 Pyspark 提取 Azure Application Insights 事件?

App Insights:禁用 SQL 依赖遥测