# Dynamic message addition in kibana

**URL:** https://discuss.elastic.co/t/dynamic-message-addition-in-kibana/193261
**Category:** Kibana
**Created:** [August 1, 2019, 6:59am UTC](https://discuss.elastic.co/t/dynamic-message-addition-in-kibana/193261 "2019-08-01T06:59:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Harshavardhan\_Reddy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/harshavardhan_reddy/32/48409_2.png) [@Harshavardhan\_Reddy](https://discuss.elastic.co/u/Harshavardhan_Reddy)
#### Post date: [August 1, 2019, 6:59am UTC](https://discuss.elastic.co/t/dynamic-message-addition-in-kibana/193261/1 "2019-08-01T06:59:52Z")

</div>

my index name : info , having some kind of schema i applied by help of grok .

timestamp,log level,class,message (this is schema of the index of info)

so in kibana visualization i used table type , it retrieved timestamp,message .

but i want a another column in table visualization which was not bound with info index.

like, timestamp,message,suggestion (here suggestion is dynamic , which is not a part of info index) but that suggestion is part of another index .

so will it possible in kibana ?

---

<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: [August 12, 2019, 5:44pm UTC](https://discuss.elastic.co/t/dynamic-message-addition-in-kibana/193261/2 "2019-08-12T17:44:17Z")

</div>

Kibana can't add a new field dynamically. It needs to be done programmatically as of now .You might get the option using expression language . Most recent versions of Kibana come with API where you can export your visualization JSON - modify it according to your needs and reimport it. But again, this wouldn't be dynamic in nature.

---

<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: [September 9, 2019, 5:44pm UTC](https://discuss.elastic.co/t/dynamic-message-addition-in-kibana/193261/3 "2019-09-09T17:44:18Z")

</div>

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