I have a streaming data from Spark Streaming that I have written into Elastic Search and am trying to visualize the data using Kibana .
My data has the following fields :
of all these fields , the ones containing '.keyword' as suffix were not created by me and I don't understand how they got mixed up with the string fields .
The problem is , when I try to create a tag cloud for the 'text' field , it does not even appear as one of the fields and only those string fields ending with '.keyword' are shown as valid options :
Why does this happen ? How do I create a tag cloud for the 'text' field alone ? I don't want the '.keyword' fields.
Could someone help me ?