Exception: Key found in event is not documented!

I am at step 5 of the testing phase in creating a custom filebeat module as detailed here Creating a New Filebeat Module | Beats Developer Guide [master] | Elastic.

However, I failed the test with the following short test summary info FAILED tests/system/test_modules.py::Test::test_fileset_file_0_executor - Exception: Key 'heroName' found in event is not documented!

Any help will be appreciated!

U need to add the heroName field to the fields.yaml file under the _meta dir at the root of the module.

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