Hi ,
I am fetching the data from database through logstash jdbc plugin and ingesting it into Elasticsearch .
When i am querying the data through Kibana or REST from Elasticsearch , i am getting the error as follows
Discover: Fielddata is disabled on text fields by default. Set fielddata=true on [type] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
I tried by setting the fielddata=true for the field "type" in the index . But i am not able to figure out the issue .
Any lead on this issue .
Thanks