-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log import5 script results in all client-ip's to be 0.0.0.0 #319
Comments
so after a few hours of digging it turns out the ../import_logs.py script does not understand my logfiles. So all client-ip's are recorded as 0.0.0.0 this page shows how to write your own regexps script: It would be an improvement if --debug would actually show you some client-ip's. So now I have to figure out how to empty the whole database because all records are wrong. My loglines are like this: the regexps is I figured this out because the visits log show wrong url's where it thinks client-ip's are part fo my website |
if the import script in debug more could be fed some loglines where it would log what ity " thinks" is the client-ip and host and url, that would make it better understandable. Spent a lot of time debugging a very long confusing script. A script much more readable is here: cheers |
and also with the new regexps it does not work. All visits are from 0.0.0.0 according the the visits log. what a drag. |
see this analysis: using the log import script with the docker containers results in all client-ip's to be 0.0.0.0. Please help to find the bug, or where I do things wrong. |
Hi,
I am using the docker version of matomo obviously. I am loading data into it using the log script like so:
This all works file and the dashboard shows all kinds of data.
However, no data where visitors come from in the dashboard.
The default docker matomo image as far as I can see does have geoip2 on board. I have even updated it with my maxmind license.
I have done things like:
this gives no errors.
But no geoip data in the dashboard.
The system settings say:
`
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: