Sdílet prostřednictvím


Dotazy na tabulku NGXOperationLogs

Zobrazení protokolů přístupu NGINXaaS

Seznam protokolů přístupu seřazených podle času.

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

Zobrazit protokoly chyb NGINXaaS

Seznam protokolů chyb seřazených podle času.

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