Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-12-10 04:10:29 +0300
committerdiosmosis <benaka@piwik.pro>2014-12-10 04:10:29 +0300
commit80341faefe4d32cbf6f8b347aa14a8369c2ff575 (patch)
tree9d31e2dc8afac252ea5c69f7ff887871927365d6 /misc
parent954e5e921870d7373e1ccd2cb3291f248054ae87 (diff)
Refs #4707, add note in log importer README about netscaler log files.
Diffstat (limited to 'misc')
-rw-r--r--misc/log-analytics/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/log-analytics/README.md b/misc/log-analytics/README.md
index a9d53d8dfc..d7eb5aff3a 100644
--- a/misc/log-analytics/README.md
+++ b/misc/log-analytics/README.md
@@ -22,6 +22,12 @@ If you wish to track all requests the following command would be used:
python /path/to/piwik/misc/log-analytics/import_logs.py --url=http://mysite/piwik/ --idsite=1234 --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots access.log
+### Format Specific Details
+
+* If you are importing Netscaler log files, make sure to specify the **--iis-time-taken-secs** option. Netscaler stores
+ the time-taken field in seconds while most other formats use milliseconds. Using this option will ensure that the
+ log importer interprets the field correctly.
+
## How to import your logs automatically every day?
You must first make sure your logs are automatically rotated every day. The most