Hello community,
Is it possible to send kibana audit logs to another syslog server?
Probably, this can be done in the following way:
- Enable audit logging
- Use logging form like this:
logging:
appenders:
file:
type: file
fileName: /var/data/log/kibana/kibana.log
layout:
type: pattern
root:
appenders: [default,file]
I'm not sure that above configuration will work
- Configure rsyslog.d to send logs to syslog server
But I just want to know if there is an easier way?
Could someone help me with it?