This can run behind proxy such as nginx. Use the –url-path option with the example configuration.
server {
listen 80;
server_name cloudopsdemo.anblicks.com;
}
server {
listen 443 ssl;
server_name cloudopsdemo.anblicks.com;
ssl_certificate /etc/ssl/certs/anblicks.crt;
ssl_certificate_key /etc/ssl/certs/private.key;
location /livelog {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://127.0.0.1:9001/livelog;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
Example: –url-path /frontail Streaming and monitoring of the log has become a crucial task for businesses today. However, the sheer amount of data and log entries make it daunting for the developers to monitor every log. Nevertheless, with the help of Frontail, developers can monitor the logs without raising an additional ticket or issue in the system. So, if you are willing to implement a solution that can monitor your logs in real-time.
Let’s connect.