EventLogging data collection in the beta cluster seems to have stopped a few days ago, on 25 January 2018:
# last timestamp in EL database tgr@deployment-eventlog02:~$ mysql -sNh 127.0.0.1 --user=eventlogging --password=68QrOq220717816UycU1 log -e 'show tables' | ack-grep '^[A-Z]' | xargs -I '$' mysql -sNh 127.0.0.1 --user=eventlogging --password=68QrOq220717816UycU1 log -e 'select max(timestamp) from $' | sort | tail -n1 20180125111919 tgr@deployment-eventlog02:~$ ls -l /srv/log/eventlogging total 4 -rw-r--r-- 1 eventlogging eventlogging 0 Jan 26 06:47 all-events.log drwxrwxr-x 2 eventlogging eventlogging 4096 Jan 26 06:47 archive -rw-r--r-- 1 eventlogging eventlogging 0 Jan 26 06:47 client-side-events.log