Closed
Description
Currently each beat is shipped with the fields.yml
as a separate file which requires the fields.yml
to be in the right place for the template to be loaded. To make the setup less error prone the goal is to ship the fields.yml
with each beat but allow to overwrite the fields.yml or the template in the config.
This issue is to track the progress of the implementation steps.
- Add
fields.yml
to the beats binary Make fields.yml part of the binary #4834 - Add config option to load
fields.yml
from a file - Add command export
fields.yml
by the beat - Remove
fields.yml
from being packaged with the beat - Add config option to allow index template file to be loaded from file
- Add command to export beat template file based on
fields.yml
and ES version