Is there a way to configure filebeat in kubernetes to apply different multiline rules based upon the kubernetes pod name?
The documentation seems to say that multiline configuration is only under filebeat.inputs
, but it would be necessary under filebeat.autodiscover
to have conditional configuration based on docker or kubernetes labels.
Am I missing something?