Datafeed not respecting start date

My datafeed is not processing data. When I start it using the web interface, I set a date in the past, but the Job Messages tab always says something like: Datafeed started (from: 2019-03-20T11:45:00.000Z to: real-time) with frequency [450000ms], where from data is always now. That message makes me think the datafeed is processing data from now on.

I am missunderstanding something? I want the job to process data from some point in the past.

I am using the "A full stack in one command", version 6.6.2.

Thanks!

Has the job already processed data from the past? Perhaps that's why...

Perhaps you can copy/paste the job's JSON from the jobs UI or from the API:

GET _xpack/ml/anomaly_detectors/yourjobname
GET _xpack/ml/anomaly_detectors/yourjobname/_stats

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