# JSON Input help

**URL:** https://discuss.elastic.co/t/json-input-help/96477
**Category:** Kibana
**Created:** [August 9, 2017, 4:46pm UTC](https://discuss.elastic.co/t/json-input-help/96477 "2017-08-09T16:46:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [August 9, 2017, 11:34pm UTC](https://discuss.elastic.co/t/json-input-help/96477/2 "2017-08-09T23:34:54Z")

</div>

My answer at [Is it possible to split discovery message field?](https://discuss.elastic.co/t/is-it-possible-to-split-discovery-message-field/96376/2?u=spalger) applies to this question too. The best way to do this would be with a pre-processor like logstash, which would split out the parts of that message and store them in elasticsearch as different fields. If that isn't an option, or you just want something to work in the short term you can use a scripted field to extract just the part of the text that you want.

---

_[View the full topic](https://discuss.elastic.co/t/json-input-help/96477)._
