Hello Machine Learning team,
I went to all kinds of hoops to finally have x-pack and ML on the cloud (elastic cloud does not offer ML feature yet ) on a 3 node EC2 cluster.
I have a simple dataset where @timestamp
(used simply to reference dataset ingestion time) is the default time field I picked in the index pattern. However I have another date field (Claim Date
in the screenshot) that I would like to use as my time axis for forecasting several metrics I have.
Can someone please tell me that this is possible and how to do it?
Does ML module only work with the @timestamp field ?
What if my dataset has several datetime fields I want to create a ML job over and use as the x/time-axis?
Thank you in advance,
George Zoto