Giter Site home page Giter Site logo

Comments (6)

allinurl avatar allinurl commented on May 23, 2024 1

@chrisloftus, at the moment, you must preprocess the log using tools such as sed/awk/grep, etc. Refer to the man page for specific examples. Meanwhile, I'm actively addressing issue #117, so stay tuned — It's progressing well.

from goaccess.

allinurl avatar allinurl commented on May 23, 2024

If you want the tail command to keep up with changes in the file, try using tail -F instead of tail -f. Also note the additional - in goaccess.

tail -F /var/log/nginx/access.log | goaccess - -o /home/admin/<domain>/public/access-log.html --log-format=COMBINED --real-time-html --ws-url=www.<domain>:443/websocket/ --geoip-database=/usr/local/etc/goaccess/GeoLite2-City.mmdb

Or, if you want to keep it super easy, just let goaccess handle it like this:

goaccess /var/log/nginx/access.log -o /home/admin/<domain>/public/access-log.html --log-format=COMBINED --real-time-html --ws-url=www.<domain>:443/websocket/ --geoip-database=/usr/local/etc/goaccess/GeoLite2-City.mmdb

from goaccess.

chrisloftus avatar chrisloftus commented on May 23, 2024

@allinurl Thanks, will try that. The second option won't include the access.log.1 file though will it? That's why I'm having to do it with tail.

from goaccess.

allinurl avatar allinurl commented on May 23, 2024

Good question! The second choice will maintain the counters no matter how many times the log rotates. It should work just like tail -F.

from goaccess.

chrisloftus avatar chrisloftus commented on May 23, 2024

@allinurl Thanks, will give it a try when the current tail stops updating.

from goaccess.

chrisloftus avatar chrisloftus commented on May 23, 2024

Seems to have fixed it so far. @allinurl Is it possible to filter the stats to a specific day?

from goaccess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.