While working on the migration of eventlog1001 to eventlog1002 (T185667) I discovered the following puppet role applied to eventlog1001:
role::logging::mediawiki::errors
The functionality seems to be to get udp logs from mwlog1001, parse them and send some metrics to statsd/graphite via the following script:
From what I gathered https://grafana.wikimedia.org/dashboard/db/production-logging uses metrics grabbed from logstash, so I am wondering if anybody uses anymore mw.errors.* somewhere. If not, I'd stop collecting these metrics as soon as possibile.
elukey@neodymium:~$ sudo cumin 'R:class = mediawiki::monitoring::errors' 'uname -a' --dry-run 1 hosts will be targeted: eventlog1001.eqiad.wmnet elukey@neodymium:~$ sudo cumin 'R:class = role::logging::mediawiki::errors' 'uname -a' --dry-run 1 hosts will be targeted: eventlog1001.eqiad.wmnet elukey@neodymium:~$ sudo cumin 'R:File = /usr/local/bin/mwerrors' 'uname -a' --dry-run 1 hosts will be targeted: eventlog1001.eqiad.wmnet