I am trying to run the integrated jobs for winlogbeat data, and most of them are having an error Datafeed lookback retrieved no data
.
I already had the same problem using Elasticsearch version 8.0.0 from code source, So I decided to install the version 7.10.1, and even the beats are 7.10.1, and still have the same error.
So to test, I tried to clone one of the jobs, but just clicking on clone
I get an error
[request body.earliestMs]: expected value of type [number] but got [null]
and when I continue till the validation, I am getting an error:
Job Validation Error
[request body.duration.start]: expected value of type [number] but got [null]
knowing that I am using a dedicated node for Machine learning by configuring the node as bellow:
node.roles: [ ml ]
Could you please help me to figure out why I am getting this error ?
Thanks