# Conflict occur with rollup job

**URL:** https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817
**Category:** Kibana
**Tags:** rollups, snapshot-and-restore
**Created:** [November 25, 2022, 12:26pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817 "2022-11-25T12:26:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Nitin08bisht](https://avatars.discourse-cdn.com/v4/letter/n/7cd45c/32.png) [@Nitin08bisht](https://discuss.elastic.co/u/Nitin08bisht)
#### Post date: [November 25, 2022, 12:26pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/1 "2022-11-25T12:26:29Z")

</div>

Hi Team,

I am using elasticsearch and kibana 7.16.2 and I'm facing conflicts on index pattern while creating process wise Visualization dashboard.

Below I have describe two scenario, In which I faced conflict on scenario 2.

scenario 1.  
In this scenario, I have created single visualization dashboard for all process. Also I have taken snapshot and restore it. And started rollup job which create rollup index. And In this scenario no conflicts occur and also data appear on visualization dashboard.

Scenario 2.  
In this scenario, I have created process wise separate visualization dashboard for every process. Also I have taken snapshot and restore it. And start rollup job which create rollup index. But, In this scenario conflicts occur on that fields which I have taken while creating rollup job.  
Which causing data not visualize on visualization dashboard.  
\*\*

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/4/d/4d18d76e394c7340cd83b2148d788e5785a9f9d4.png)  
\*\*

Please suggest me what I have to do remove that conflicts.

Thanks,  
Nitin Bisht

---

<div class="post-metadata">

### Author: ![Nitin08bisht](https://avatars.discourse-cdn.com/v4/letter/n/7cd45c/32.png) [@Nitin08bisht](https://discuss.elastic.co/u/Nitin08bisht)
#### Post date: [November 25, 2022, 8:08pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/2 "2022-11-25T20:08:31Z")

</div>

Hi Team,

The conflict arises on the index pattern field that I have taken for the rollup index while creating the rollup job. Due to which I am not able to visualize the data on process wise visualization dashboard. It is showing error on process wise visualization dashboard instead of showing data. Please help me.

Thanks,  
Nitin Bisht

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [November 28, 2022, 1:48pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/3 "2022-11-28T13:48:13Z")

</div>

Hi Nitin. One of the indexes that matches your index pattern has fields mappings that do not match other indexes. Kibana expects all indexes matching an index pattern to have matching field mappings. Perhaps you can change the index pattern to only match the index where the fields are not mapped as `object`?

---

<div class="post-metadata">

### Author: ![Nitin08bisht](https://avatars.discourse-cdn.com/v4/letter/n/7cd45c/32.png) [@Nitin08bisht](https://discuss.elastic.co/u/Nitin08bisht)
#### Post date: [December 5, 2022, 7:58am UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/4 "2022-12-05T07:58:33Z")

</div>

Hi @nickpeihl, it is not clear for me. Can you explain it more.

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [December 13, 2022, 6:50pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/5 "2022-12-13T18:50:39Z")

</div>

Hi Nitin. Your index pattern uses `*` to match against indexes in Elasticsearch. In most cases, the index pattern will use some specificity in front of `*` like `logs-*` to only match indexes that start with `logs-` (e.g. `logs-2022-12-08`, `logs-2022-12-09`, etc). Your index pattern will match every index in Elasticsearch. Some of those indexes have fields that have the same field name, but not the same [field data types](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html).

I suspect at least one of your Elasticsearch indexes does not have the correct field data types as `@timestamp` is usually mapped as [`date`](https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html) not [`object`](https://www.elastic.co/guide/en/elasticsearch/reference/current/object.html). I think you should [check the mapping for each index](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html) and delete or reindex those indexes that have incorrect mappings.

---

<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: [January 10, 2023, 6:51pm UTC](https://discuss.elastic.co/t/conflict-occur-with-rollup-job/319817/6 "2023-01-10T18:51:07Z")

</div>

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