# Visualizing Dynamic Fields On Kibana

**URL:** https://discuss.elastic.co/t/visualizing-dynamic-fields-on-kibana/124262
**Category:** Kibana
**Created:** [March 16, 2018, 10:12am UTC](https://discuss.elastic.co/t/visualizing-dynamic-fields-on-kibana/124262 "2018-03-16T10:12:09Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 16, 2018, 5:21pm UTC](https://discuss.elastic.co/t/visualizing-dynamic-fields-on-kibana/124262/2 "2018-03-16T17:21:32Z")

</div>

No, you have to split out the values into separate fields with the correct data types you want to plot over prior to visualizing them. Kibana currently does not provide a way to extract values from raw messages.

There are some discuss posts around this and possible solutions you may want to explore:

> [@Dynamic Dashboard Schema and Dynamic kibana charts](https://discuss.elastic.co/t/dynamic-dashboard-schema-and-dynamic-kibana-charts/60472/10):
>
> Hey Ashvita, Sorry for the delayed response. I ended up writing a go program which connects to elasticsearch using the net/http client, creates new visualizations, fetches the existing dashboard, adds the new visualizations to the dashboard and uploads the new dashboard in elasticsearch. For example, lets say you have a dashboard called Network-Bandwidth and need to add ingress and egress visualizations of your servers in it. Fetch all visualizations present GET - [http://localhost:9200/.ki…](http://localhost:9200/.kibana/visualization/_search)

Thanks  
Rashmi

---

_[View the full topic](https://discuss.elastic.co/t/visualizing-dynamic-fields-on-kibana/124262)._
