I am trying to get the Analytic Tool to work with S3 logs. After downloading the logs, I combine all the logs with
And then I called the following command
But I keep getting the following error
Any ideas?
cat /tmplog/* > access.log
And then I called the following command
sudo python /vhosts/piwik/misc/log-analytics/import_logs.py --url=https://mybucket.s3-ap-southeast-1.amazonaws.com /home/ubuntu/s3logs/es_access.log --idsite=2 --log-format-name=s3
But I keep getting the following error
Fatal error: Precondition Failed
Any ideas?