Skip to content
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

Importing a access log (combined) file but no data in Piwik UI #5814

Closed
psdrndm opened this issue Jul 11, 2014 · 1 comment
Closed

Importing a access log (combined) file but no data in Piwik UI #5814

psdrndm opened this issue Jul 11, 2014 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@psdrndm
Copy link

psdrndm commented Jul 11, 2014

Piwik 2.4.1

Access Log

CustomLog /home/domain.com/logs/access_log combined

$ tail access_log
180.255.248.210 192.168.1.1 - - [11/Jul/2014:17:06:23 +0800] "GET /css/arrows.png HTTP/1.1" 404 396 "http://domain.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25"

$ python /var/www/html/misc/log-analytics/import_logs.py --url=http://stats.domain.net access_log --idsite=22 --enable-http-errors --enable-http-redirects --enable-static

Logs import summary

31717 requests imported successfully
228 requests were downloads
9646 requests ignored:
    8726 invalid log lines
    920 requests done by bots, search engines, ...
    0 HTTP errors
    0 HTTP redirects
    0 requests to static resources (css, js, ...)
    0 requests did not match any known site
    0 requests did not match any requested hostname

Website import summary

31717 requests imported to 1 sites
    1 sites already existed
    0 sites were created:

0 distinct hostnames did not match any existing site:

Performance summary

Total time: 165 seconds
Requests imported per second: 192.19 requests per second

*** no data in Piwik UI after import

@psdrndm psdrndm changed the title Importing a access log (combinedfile but no data in Piwik Importing a access log (combined) file but no data in Piwik UI Jul 11, 2014
@mattab mattab added Bug labels Aug 3, 2014
@mattab
Copy link
Member

mattab commented Aug 3, 2014

Thanks for the report. Please also run the archiver after importing logs. See: http://piwik.org/faq/log-analytics-tool/faq_17994/

@mattab mattab closed this as completed Aug 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants