Hi,
I want to add to my beats configuration processor section
for example:
processors:
- dns:
type: reverse
fields:
source.ip: source.hostname
destination.ip: destination.hostname
the main problem is that the only things you can configure through the central management are, input/modules/outputs.
Is there a way to configure the processors through the central management?
Is there a way to configure it manualy on the beat without mess things up with the central management?