When we create a new module we have to create a module.yml at the root of the module. This file is used by the export dashboard tooling to facilitate the creation of new module.
Currently the make create-fileset task doesn't generate this file we should add it.
The content of the file for the logstash module is looking like this.
dashboards:
- id: Filebeat-Logstash-Log-Dashboard
file: Filebeat-logstash-log.json
- id: Filebeat-Logstash-Slowlog-Dashboard
file: Filebeat-logstash-slowlog.json
When we create a new module we have to create a
module.ymlat the root of the module. This file is used by the export dashboard tooling to facilitate the creation of new module.Currently the
make create-filesettask doesn't generate this file we should add it.The content of the file for the logstash module is looking like this.