allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
17.84k stars 1.09k forks source link

Desired Customization Features #2261

Open akblissweb opened 2 years ago

akblissweb commented 2 years ago

Been using Goaccess for a while, but now going all-in on customization (trying).

So I would like to ... in order of importance ...

  1. Show tables on certain panels only, ie. like the "show chart" option, but would be good to have "show table" as well per panel.
  2. Reorder the panels, eg. put GEO Location as the first panel.
  3. Exclude a list of phishing/probing urls like /wp-admin etc.
  4. Remove the summary lines above the table
  5. Something I've already done in custom CSS is change the title from "Dashboard" to the name of the web site I'm looking at, would be nicer for people to have a parameter in config to do that.

That's about it. Let me know if any of this is easily possible with current system, otherwise, consider for future.

Keep up the good work.

hacxman commented 2 years ago

I'd love add to to desired features:

  1. non animated html output
  2. no "lazy" (i.e. when scrolled into) showing data in html output.

I got rid of animations by hand editing CSS and JS + minified JS. It wasn't very pleasant.

Otherwise, yes - Keep up the good work! Thanks <3