# Forcasting reindexing

**URL:** https://discuss.elastic.co/t/forcasting-reindexing/297433
**Category:** Kibana
**Tags:** elastic-stack-machine-learning
**Created:** [February 17, 2022, 2:00am UTC](https://discuss.elastic.co/t/forcasting-reindexing/297433 "2022-02-17T02:00:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Juan\_David\_Jaramillo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/juan_david_jaramillo/32/76831_2.png) [@Juan\_David\_Jaramillo](https://discuss.elastic.co/u/Juan_David_Jaramillo)
#### Post date: [February 17, 2022, 2:00am UTC](https://discuss.elastic.co/t/forcasting-reindexing/297433/1 "2022-02-17T02:00:23Z")

</div>

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

---

<div class="post-metadata">

### Author: ![richcollier](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/richcollier/32/115035_2.png) [@richcollier](https://discuss.elastic.co/u/richcollier)
#### Post date: [February 17, 2022, 11:51am UTC](https://discuss.elastic.co/t/forcasting-reindexing/297433/2 "2022-02-17T11:51:53Z")

</div>

[Transforms](https://www.elastic.co/guide/en/elasticsearch/reference/current/transforms.html) 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.

---

<div class="post-metadata">

### Author: ![richcollier](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/richcollier/32/115035_2.png) [@richcollier](https://discuss.elastic.co/u/richcollier)
#### Post date: [February 17, 2022, 11:53am UTC](https://discuss.elastic.co/t/forcasting-reindexing/297433/3 "2022-02-17T11:53:45Z")

</div>

Specifically, forecast results are stored in `.ml-anomalies-*` and are referenced by `job_id` and `result_type` :

```auto
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` )

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 17, 2022, 11:54am UTC](https://discuss.elastic.co/t/forcasting-reindexing/297433/4 "2022-03-17T11:54:04Z")

</div>

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