NGXSecurityLogs 表的查询

有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询

显示 NGINXaaS 安全日志

按时间排序的安全日志列表。

NGXSecurityLogs
| where FilePath == "/var/log/nginx/security.log"
| sort by TimeGenerated asc
| take 100