Gerardo O.

Results 610 comments of Gerardo O.

Can you share the differences between your MMDB format and the working one? Or, can you post a comparison highlighting the specific discrepancies between the two?

Thanks for sharing. GoAccess uses the MaxMindDB API ([source](https://github.com/allinurl/goaccess/blob/master/src/geoip2.c)), and it may be possible to have it parse custom fields. Would you be comfortable writing some C code to implement...

What fields do you need not in the mmdb? I'd use the https://db-ip.com/db/download/ip-to-asn-lite

Glad to hear you found the project useful! Issue #117 will cover this. It's progressing well, but I want to ensure GoAccess handles it properly, it required quite a bit...

I'm not sure I understand your question. Could you clarify what you mean by 'into CSV without summarizing'

It looks like you can already convert the log to CSV, so I'm not sure what added value GoAccess would bring if it's just about converting from plain log to...

Thanks for letting me know. I added this to the [man page](https://goaccess.io/man#options).

Is there a specific reason why this file was renamed?

This appears to be a setup issue rather than something related to GoAccess. What's happening: `cat access_log-* | goaccess ...` every time you run that, you re-ingest an entire week...