Filebeat modules use ingest pipelines with scripts inside. Parameterised scripts are preferred and more efficent as they only have to be compiled ones (see https://www.elastic.co/guide/en/elasticsearch/reference/6.x/modules-scripting-using.html#prefer-params). To have efficient pipelines in all modules each pipeline should be reviewed to assure we only use parameterised scripts.
Related:
Filebeat modules use ingest pipelines with scripts inside. Parameterised scripts are preferred and more efficent as they only have to be compiled ones (see https://www.elastic.co/guide/en/elasticsearch/reference/6.x/modules-scripting-using.html#prefer-params). To have efficient pipelines in all modules each pipeline should be reviewed to assure we only use parameterised scripts.
Related: