Dear All
If it is possible I need an help about creation of a custom module for filebeat.
I Followed the instructions
make create-module MODULE={module}
make create-fileset MODULE={module} FILESET={fileset}
make create-fields MODULE={module} FILESET={fileset}
All operation worked, I checked _meta fields.yml and it is correct, but when I launch "make update"
I have
mage update
2020/02/17 10:35:20 Found Elastic Beats dir at /home/manger/gopath/src/github.com/elastic/beats
Generated fields.yml for filebeat to /home/manger/gopath/src/github.com/elastic/beats/filebeat/fields.yml
Generated fields.yml for filebeat to /home/manger/gopath/src/github.com/elastic/beats/filebeat/fields.yml
>> Building filebeat.yml for linux/amd64
>> Building filebeat.reference.yml for linux/amd64
>> Building filebeat.docker.yml for linux/amd64
2020/02/17 10:35:25 Found Elastic Beats dir at /home/manger/gopath/src/github.com/elastic/beats
Generated fields.yml for filebeat to /home/manger/gopath/src/github.com/elastic/beats/filebeat/build/fields/fields.all.yml
make: *** [Makefile:13: update] Error 1
There is a possibility to have a verbose compilation to found and solve the error?
best regards