# Value change in Kibana

**URL:** https://discuss.elastic.co/t/value-change-in-kibana/236071
**Category:** Logstash
**Created:** [June 7, 2020, 6:00am UTC](https://discuss.elastic.co/t/value-change-in-kibana/236071 "2020-06-07T06:00:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![apurvakhatri](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/apurvakhatri/32/69819_2.png) [@apurvakhatri](https://discuss.elastic.co/u/apurvakhatri)
#### Post date: [June 7, 2020, 6:00am UTC](https://discuss.elastic.co/t/value-change-in-kibana/236071/1 "2020-06-07T06:00:02Z")

</div>

I have defined my index pattern somewhat to be:  
**%{TIMESTAMP\_ISO8601:record\_time} %{IP:app-ip} %{NUMBER:time-taken}" }**

I get the app-ip as IP. Now, I know that each app-IP also has an app-Name. I have the app-IP, app-Name dictionary as a separate excel sheet.

Suppose  
10.10.10.10 - Thor  
10.10.10.20 - Captain

Now in kibana, I want to it to display the name of the app-IP.

Is there any way to do this mapping in ELK? In Kibana or anywhere?

---

<div class="post-metadata">

### Author: ![Badger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/badger/32/25190_2.png) [@Badger](https://discuss.elastic.co/u/Badger)
#### Post date: [June 7, 2020, 11:58am UTC](https://discuss.elastic.co/t/value-change-in-kibana/236071/2 "2020-06-07T11:58:25Z")

</div>

You could do that mapping using a translate filter in logstash.

---

<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: [July 5, 2020, 11:58am UTC](https://discuss.elastic.co/t/value-change-in-kibana/236071/3 "2020-07-05T11:58:27Z")

</div>

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