I have an index which contains columns like event-type, description etc. event-type field has event types like LOG, ERROR, INFO etc. I am trying to create a data table in Kibana which includes description column too. When event-type is ERROR Kibana doesn't return any record.
The pattern I observed was that in case of ERROR description field contained a very long string like whole error message along with exception stack trace. When description string was smaller record would be returned. Is there any such behaviour with Elasticsearch. What do I need to do in order to be able to pull out even these records?
