Hi All,
we have now two different shippers sending logs to our es cluster (no logstash included).
FileBeat is sending the log-message itself in field "message" and fluentbit (we have limited control over its configuration because its centralized) sends the message in field "log".
Is there a efficient way (on es side) to rename the field "log" in the logs shipped by fluentbit to "message" ?
Thanks all and greetings!