Hello,
I am trying to use Kibana 4 to browse my index. The index contains just few douments, but the documents have huge string fields which are not supposed to be searchable but need to be stored (index is set to "no" for such fields).
When I add such string fields to the index, Kibana cannot load or it is starting extremely slow ("Discover" tab displaying all the index entries, by default). I would be ok if such fields would not be shown in Kibana to speed up its work but cannot figure out how to set that up with mapping properties or Kibana config.
I also tried to use attachment datatype for these fields but that did not help at all: Kibana is still showing them base64 encoded and it is still very slow.
Could you suggest anything to resolve this?