* Description of problem:
How can we control the verbosity of ceph audit logs? If we run a lot of ceph commands(eg: ceph df) frequently to gather metrics, this creates a lot of noise. Is there a tunable by which we can limit or restrict the audit logs to a certain level?
For example : to only log commands that write changes into the audit log so that all passive read commands are not logged
* Version-Release number of selected component (if applicable):
RHCS 4.2
(In reply to Karun Josy from comment #0)
> * Description of problem:
>
> How can we control the verbosity of ceph audit logs? If we run a lot of ceph
> commands(eg: ceph df) frequently to gather metrics, this creates a lot of
> noise. Is there a tunable by which we can limit or restrict the audit logs
> to a certain level?
I don't think they should run 'ceph df' to get metrics, but request metrics we do not already provide (via Prometheus and friends).
Running CLI commands is not the way to get metrics.