The tests for Filebeat modules index events then check the result against a golden file. But the test itself won't fail if an event that it sends in a _bulk request fails to index. The tests should be checking for Cannot index event errors at
|
errors = ["Error loading pipeline for fileset"] |
I did a check and found several modules that have index errors with their test logs. Attaching the failures below in a comment:
The tests for Filebeat modules index events then check the result against a golden file. But the test itself won't fail if an event that it sends in a _bulk request fails to index. The tests should be checking for
Cannot index eventerrors atbeats/filebeat/tests/system/test_modules.py
Line 153 in cc8f870
I did a check and found several modules that have index errors with their test logs. Attaching the failures below in a comment: