Hey,
I developed a custom filebeat module to deal with my logs, that is working correctly, the data are being sent to elastic well splitted.
On the fields.yml file I added the custom fields for the module and when generating they are ignored.
anyone knows what is going on with it?
Thanks in advance
For a Filebeat module, you add your fields to module/<your module>/_meta/fields.yml.
module/<your module>/_meta/fields.yml
Then, for those fields to be picked up, you need to run mage update before building the Beat.
mage update
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.