Changes between Version 10 and Version 11 of Ticket #396
- Timestamp:
- 12/19/2014 01:50:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #396 – Description
v10 v11 16 16 Both `/static` and `/query` should be protected by basic authentication so that only authorised people can view the data. `/submit` should be open to the public though obviously. 17 17 18 @kirill will need access to the logged data (path specified by the sitescripts.conf filterhitstats.log_dir option.) He will likely need a daily archive of the past day's logs to be sent to him / available for him to download. 18 Logged data will be saved in individual files with a name based on the current timestamp and a random string. The files are stored within separate directories for each day. For example `2014-12-19/1418994873-g1sroc.log`. 19 20 @kirill will need access to the logged data (base path specified by the sitescripts.conf filterhitstats.log_dir option.) He will likely need a daily archive of the past day's logs to be sent to him / available for him to download. 19 21 20 22 There will also be a log file `mysql-errors.log` created inside the log directory should any aggregation fail to run inside MySQL. This log should be monitored somehow so that we notice if there's a problem.