Hi …
Just set this up for a client. We will be using the log analyzer import script. They have 28 websites in piwik … and their hosting provider creates 24 logs per day. Is there a way to code the script to at least import all siteid’s at once for each imported log? The script I’m using is …
python import_logs.py --url=http://www.mydomain.net/piwik/ --idsite=1 …/…/…/…/…/…/logs/access_log.processed
I tried using --idsite=all which resulted in fatal error, and tried submitting all site id’s comma separated … but it looks like it only imported data for the first number in the string (1).
Otherwise I’m looking at 24x28 script lines to get this done, and it will take forever to run.
Any help would be enormously appreciated. Thanks!