So here is my problem it seems filbeats setup is failing for me. I get a bunch of empty error messages
**"Exiting: 1 error: Error setting up ML for apache_ecs: 17 errors: ; ; ; ; ; ; ; ; ; ; error while".**
I'm thinking that this is because the error structure used by filebeats is wrong.
The structure is defined here: beats/importer.go at v7.11.1 · elastic/beats · GitHub.
And, the errors get appeneded here:beats/importer.go at v7.11.1 · elastic/beats · GitHub.
The errors in the response looks more like: kibana/types.ts at v7.11.1 · elastic/kibana · GitHub.
There was a merge request a while ago that looks like it changed the error responses https://github.com/elastic/kibana/pull/74965.
Does anyone know if filebeats is representing errors incorrectly or is this just another kind of error it doesn't know about?
The errors are just datafeed and job conflicts which it looks like the code was trying to watch for.