Multiple server log analytics for multiple domains

Hello :slight_smile:

I have a network of websites on several servers. My aim is to have general statistics about the total network (in case activity of 4 servers since they only contain this network of websites). My data is access_log files (or a combination of access logs from 4 servers as a summed access_log file)

I have an instance of piwik set up on one of my domains already.

Thank you very much for such a work.

Up :slight_smile:

Import all logs into Piwik in your four websites in this Piwik. Then click on all Websites dashboard.

[quote=bilgehan]
Hello :slight_smile:

I have a network of websites on several servers. My aim is to have general statistics about the total network (in case activity of 4 servers since they only contain this network of websites). My data is access_log files (or a combination of access logs from 4 servers as a summed access_log file)

I have an instance of piwik set up on one of my domains already.

Thank you very much for such a work.[/quote]

Nope! There are 500+ websites. I need the statistics from my server logs (in case 4 different access_log) and actually not seperated by domains but overall statistics for this 500+ site network.

For overall statistics you can import all your logs into one website (a new one).

Ok. However I am trying to import my logs doing this procedure;

python /path/to/piwik/misc/log-analytics/import_logs.py --url=http://analytics.example.com access.log
–idsite=1234 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static
–enable-bots

I have to enter an url. When i import all the logs with one url does it show the statistics for all domains or what will i get? If i am doing wrong how should i do it?