# Confused about Kibana Task Manager index

**URL:** https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040
**Category:** Kibana
**Created:** [April 22, 2022, 1:59pm UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040 "2022-04-22T13:59:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mikewillis](https://avatars.discourse-cdn.com/v4/letter/m/b2d939/32.png) [@mikewillis](https://discuss.elastic.co/u/mikewillis)
#### Post date: [April 22, 2022, 1:59pm UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040/1 "2022-04-22T13:59:59Z")

</div>

I'm looking at getting our test and production clusters upgraded from 6.8 to 7.17 and am very confused about the .kibana\_task\_manager index.

Both clusters have multiple Kibana instances each with it's own `kibana.index` setting. E.g. the one used by the ops team has `kibana.index: ".kibana_ops"` and the used by the web team has `kibana.index: ".kibana_web"` None of them have `xpack.tasks.index` set.

Both clusters, currently running 6.8, have an index called `.kibana_task_manager` and no other indices with "task\_manager" in the name. But I can't find any references in 6.8 documentation to the `.kibana_task_manager index` or the `xpack.tasks.index`.

In which version of Kibana was the index for the Kibana task manager introduced?

Why does Table 1 at [Upgrade migrations | Kibana Guide [7.17] | Elastic](https://www.elastic.co/guide/en/kibana/7.17/upgrade-migrations.html) make it seem like versions 6.0.0 through 6.4.x used an index called .kibana\_task\_manager\_7.12.0\_001? Why is there no mention of the Kibana task manager index for versions 6.5 through 7.3.x?

If `kibana.index` is set to unique values for each Kibana instance, should `xpack.tasks.index` also be set to a unique value for each Kibana instance? (We've been running for years without having `xpack.tasks.index` set.)

Does it matter if the Kibana task manager index is preserved during an upgrade from 6 to 7? E.g. if it's the case that a Kibana instance running 6.8 has been using `.kibana_task_manager` index and when I upgrade it to 7.17 I tell it to use `.kibana_task_manager_ops` instead, will that have any effects that anyone will notice?

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [April 25, 2022, 6:34pm UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040/2 "2022-04-25T18:34:56Z")

</div>

@mikecote can you please shed some light on this? Thanks

---

<div class="post-metadata">

### Author: ![mikecote](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mikecote/32/58549_2.png) [@mikecote](https://discuss.elastic.co/u/mikecote)
#### Post date: [April 25, 2022, 6:56pm UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040/3 "2022-04-25T18:56:14Z")

</div>

Kibana Task Manager was introduced in 6.7 using its own index configured via `xpack.task_manager.index`. In multi tenant configurations, you should segment the task manager indices the same as .kibana indices. So if `kibana.index` is `.kibana_ops`, task manager index can be `.kibana_ops_task_manager`.

For 6.x versions, the usage of task manager is very light and can be dropped when upgrading from 6 to 7. You should be able to set the according `xpack.task_manager.index` settings prior to starting up 7.x. The set up process should create the task manager indices from there.

---

<div class="post-metadata">

### Author: ![mikewillis](https://avatars.discourse-cdn.com/v4/letter/m/b2d939/32.png) [@mikewillis](https://discuss.elastic.co/u/mikewillis)
#### Post date: [May 3, 2022, 8:03am UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040/4 "2022-05-03T08:03:27Z")

</div>

Thanks, that was very useful.

---

<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: [May 31, 2022, 8:03am UTC](https://discuss.elastic.co/t/confused-about-kibana-task-manager-index/303040/5 "2022-05-31T08:03:50Z")

</div>

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