Custom filebeat module make update error

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

I cleaned all environment and now I had, just for one time a sequence of errors,
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored

could you please share your fields.yml file?

Hello kvch
I found my error into field name
thanks for your time

Rino

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.