Hi all,
I have a requirement where my RabbitMQ operator/cluster needs the following features:
1. Enable logging for RabbitMQ operator (e.g. logging sent to rabbitmq-server-error.log). The log level needs to be configurable ( the log level (INFO, TRACE, DEBUG, ERROR)).
2. Log rotate needs to be enabled so the operator doesn't fail over time due to disk space exhaustion.
3. Before log rotation logs need to be sent to AIOPs Logging (e.g. Elastic Search / Kibana logging provided by AIOPs) before log is lost to log rotation.
I was wondering if this is supported by the operator, or if not - any suggestion on how this can be incorporated?
Thanks,
Anjitha