Drop extra Ceph messages

Ceph has a problem where logs that were introduced which are
debug messages are logged as normal.  They cause a lot of extra
useless messages and overloading ELK cluster

This was fixed in 12.2.9 which is not out yet, so let's work
around it for now by avoiding shipping it.

Change-Id: I36a503b7380ce62c65570232a18d2179a98ecfa1
This commit is contained in:
Mohammed Naser 2018-09-23 13:48:14 -04:00
parent 12c9687437
commit 48d7b08773

View File

@ -991,6 +991,11 @@ filebeat.prospectors:
- /var/log/ceph/ceph-osd.*.log
- /openstack/log/*ceph*/ceph-osd*.log
# NOTE(mnaser): Workaround for following Ceph bug
# http://tracker.ceph.com/issues/35716
exclude_lines:
- '.*challenging authorizer.*'
# Optional additional fields. These fields can be freely picked
# to add additional information to the crawled log files for filtering
tags: