Metricbeat - Add processor config through "central management"

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?

2 Likes

This here flipped through the crack unfortunately.

Documented on these levels here:
https://www.elastic.co/guide/en/kibana/current/managing-beats.html#_add_configuration_blocks

you can describe processors in the "other configs" part.

What is not possible is to describe processors on a global level per central management.

So on what exact input or module you want to apply the processor?