diff --git a/installation/resource/installer/bin/show-stats.sh b/installation/resource/installer/bin/show-stats.sh index ada6e81af2cb748d4fc756e5a26ed414c01ede2b..9852955d90f3ecafc6bc59a6d57d97522474550a 100755 --- a/installation/resource/installer/bin/show-stats.sh +++ b/installation/resource/installer/bin/show-stats.sh @@ -9,4 +9,4 @@ fi # change it if you e.g. do not want to see when admin users access openBIS IGNORED_USERS="tpylak|brinn|kohleman|izabelaa|buczekp|felmer|hclaus|cramakri|baucha|ryanj|etlserver" -cat $BASE/../servers/openBIS-server/jetty/logs/*usage_log.txt* | egrep -v "$IGNORED_USERS" | cut -d" " -f1,8,12 | sort | uniq -c \ No newline at end of file +cat $BASE/../servers/openBIS-server/jetty/logs/*usage_log.txt* | egrep -v "$IGNORED_USERS" | cut -d" " -f1,10,14 | sort | uniq -c \ No newline at end of file