# Elasticsearch or Kibana How to merge two \_id data

**URL:** https://discuss.elastic.co/t/elasticsearch-or-kibana-how-to-merge-two-id-data/268887
**Category:** Elasticsearch
**Created:** [March 31, 2021, 9:21am UTC](https://discuss.elastic.co/t/elasticsearch-or-kibana-how-to-merge-two-id-data/268887 "2021-03-31T09:21:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ivan\_chen](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ivan_chen/32/86379_2.png) [@Ivan\_chen](https://discuss.elastic.co/u/Ivan_chen)
#### Post date: [March 31, 2021, 9:21am UTC](https://discuss.elastic.co/t/elasticsearch-or-kibana-how-to-merge-two-id-data/268887/1 "2021-03-31T09:21:35Z")

</div>

Hi I use metricbeat redis moduls  
My data have two event.dataset in one index  
I want merge data , Show on kibana data table

1.redis.info

| Host | version |
| --- | --- |
| 127.0.0.1 | 5.0.8 |
| 127.0.0.2 | 3.2.0 |
| 127.0.0.3 | 5.0.8 |

2.redis.keyspace

| Host | keys |
| --- | --- |
| 127.0.0.1 | 20 |
| 127.0.0.2 | 5 |
| 127.0.0.3 | 6 |

I WANT IT

| Host | version | keys |
| --- | --- | --- |
| 127.0.0.1 | 5.0.8 | 20 |
| 127.0.0.2 | 3.2.0 | 5 |
| 127.0.0.3 | 5.0.8 | 6 |

BUT NOW IT.  
Because of different data id

| Host | version | keys |
| --- | --- | --- |
| 127.0.0.1 | | 20 |
| 127.0.0.2 | 3.2.0 | |
| 127.0.0.3 | 5.0.8 | |

Please help me.

---

<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: [April 28, 2021, 9:22am UTC](https://discuss.elastic.co/t/elasticsearch-or-kibana-how-to-merge-two-id-data/268887/2 "2021-04-28T09:22:07Z")

</div>

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