Remove exotic modules fields from filebeat template

When filebeat runs, it creates an index template "filebeat-8.14.1" with a ton of mapping fields:

"kafka", "santa" etc....

This is fine but when an user creates a dashboard, he sees all these fields and lost time to find the right field.

How can we disable fields from unused modules (maybe a simple cli flag, or a stage in custom Docker image) ?