Hi,
Currently, Kibana generates logs as plain text and outputs them to stdout. For our use-case, we need to reformat kibana logs in a different format, for which we need to send Kibana's container logs to Syslog sidecar container, modify the kibana logs there, and then output to stdout(since Kibana does not follow any standard logging format like log4j).
How can we configure kibana to send its logs to Syslog? Is there any configuration that can be done in the Kibana docker image?
Please help regarding this.
Thanks & Regards,
Akshat