Started using GoAccess recently and am able to access console dashboard and even get static html page. But would like to have real-time reports on the server but every time I try to generate static html or real time report it always opens websocket and wait for users inputs.
# goaccess /var/log/httpd/access_log -o /var/www/html/report.html
[PARSING /var/log/httpd/access_log] {92,75,851} @ {14,794/s}
WebSocket server ready to accept new client connections
Was able to solve this as follows and now whole process runs in background. Now will proceed to make it as a service which will auto start when server reboots