Good morning
I need to know if there is a way to reindex the data in the forcasting module of machinelearning - kibana, I need to extract the data and index it in another index or reindex it.
I look forward to your prompt response, thank you
Good morning
I need to know if there is a way to reindex the data in the forcasting module of machinelearning - kibana, I need to extract the data and index it in another index or reindex it.
I look forward to your prompt response, thank you
Transforms are a handy mechanism to extract certain kinds of data from an index and copy it, aggregate it, and/or summarize it into a new index.
Specifically, forecast results are stored in .ml-anomalies-*
and are referenced by job_id
and result_type
:
job_id : "orders" and result_type : "model_forecast"
(and if you have more than one forecast result within a specific timeframe you must also specify the forecast_id
).
You can then work with the fields forecast_prediction
, forecast_upper
, or forecast_lower
)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.