since we index our logs to specific cluster it would be nice if we could index the entries from ROR to different ES cluster instead of indexing it the current
In general we need to do this โ log the audit to our monitoring cluster. But typically we donโt allow direct wrting to that cluster; all input goes thru kafka. So maybe a generic plugin to process the audit log entries?
In the meantime we intend to use a logstash es-input -> kafka-output to replicate the audit log from the data clusters to the monitoring cluster.