I am developing a new filebeat module for sophos firewall logs. Now I got stuck on
the ./filebeat generate fields command. It returns with the following error:
cannot read pipeline: open module/sophos/secureweb/ingest/pipeline.json: no such file or directory
This makes sense since my pipeline is called pipeline.yml. It is configured like this in the manifest file of the fileset. I have though already to convert the file back to json but since almost all pipelines of the existing modules are in yml I wonder what I am doing wrong.
Regards
Bernhard