HTTP requests from logs

How do I view information about an HTTP request? e.g. 200, 302.

Mar 25 20:47:09 server-02 docker/nginx_web_1[401055]: 172.29.0.3 - - [25/Mar/2022:19:47:09 +0000] "GET /sites/default/files/inline-images/logo.png HTTP/1.1" 200 57062 "https://www.domain.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"

You need to import your log:

If you just want to see the metrics status, you may also transform your logs in metrics.
Promtail can do that (metrics | Grafana Labs)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.