有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询。
显示 NGINXaaS 安全日志
按时间排序的安全日志列表。
NGXSecurityLogs
| where FilePath == "/var/log/nginx/security.log"
| sort by TimeGenerated asc
| take 100
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询。
按时间排序的安全日志列表。
NGXSecurityLogs
| where FilePath == "/var/log/nginx/security.log"
| sort by TimeGenerated asc
| take 100