I have a a few ml jobs saved and running in my local build. I would like to somehow export the same jobs on to another build that is running in a different machine. Is this possible? If so, how?
Also, assuming that I've moved my indexes also to the new build, is there a possibility of moving the ml related data (the anomalies and models) Also onto the new build?
There currently is no officially supported way to export ML job configurations, models, and results as a unit and move to a new system. There are documented enhancement requests to add this capability in the future.
The current recommended procedure is to
manually, or programmatically copy ML job configurations from the old system to the new system
re-train the ML models using historical data on the new system
allow the new job(s) to run on-going on real-time data coming into the new system
Thanks. I've moved some of my indices from the old system on to the new one using this tool called elatsticdump. I'm not sure what Indeces refer to the ml data.
I see the below indices. Do I copy them over as well?
.ml-anomalies
.ml-notifications
I've been lead to believe that both the training rules as well as the model is being stored in ES. Where exactly can I find them?
On another note, if I were to retrain the model, will it be identical to what was existing in the old machine? Or will there be a variance?
On the same subject, since I've been running the entire stack as separate docker containers, I could also just tgz the entire elastic data directory and move it over to the new system. This has worked but added to the actual data, it also has the licensing data - something which I do now want moved over. Are there specific indices for licensing as well? So that I may have them deleted prior to movement? I am currently running on trial licence.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.