I have a few ML jobs. I would like to start them pragmatically. The docs suggest the use of the below API.
I would like to start at the beginning of data, and let it continue forever (no real end time)
What should be my start / stop / timeout parameters in this case?
POST _xpack/ml/datafeeds/datafeed-dns-rate-and-size/_start
{
"start": "",
"stop": "",
"timeout": ""
}