Skip to content
Discussion options

You must be logged in to vote

not currently, you'll need to preprocess your logs before feeding them into goaccess. e.g.,

$ sed -E 's#(https?://)?(www\.)?example\.com#example.com#g' access.log | goaccess - --log-format=COMBINED

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by meonkeys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment