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:
authorTimo Besenreuther <timo.besenreuther@gmail.com>2013-03-21 12:59:44 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2013-03-21 12:59:44 +0400
commitc1aaffa5b755a642f08982f024fc39828aaa5bbc (patch)
treed9c7b1383d4318c48f86c94556177c47d7855d5e /misc
parent2255f12de41a0db41a8b6c97ab46922ea29ff491 (diff)
adding some excluded user agents to log import
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 1574881155..b5a6abec44 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -69,6 +69,8 @@ EXCLUDED_USER_AGENTS = (
'bot/',
'ccooter/',
'crawl',
+ 'curl',
+ 'echoping',
'exabot',
'feed',
'googlebot',
@@ -78,6 +80,7 @@ EXCLUDED_USER_AGENTS = (
'mediapartners-google',
'msnbot',
'netcraftsurvey',
+ 'panopta',
'robot',
'spider',
'surveybot',