Can't see 'message.keyword' in field when creating data table visualize

Hi,

I am using Kibana 7.5.2 and can't see "message.keyword" when trying to create a "data table" visualize. I need to display error/info/warn message in dashboard using it. I have refreshed the index pattern but it didn't help

Did you verify that the field is aggregatable in your index pattern? Is there a particular aggregation you are trying to use with this field?

field is not aggregatable. I am creating a dashboard and i want to view my event message via "data table" visualize.

issue resolve post performing the reindex with new mappings
{ "mappings" : { "properties" : { "message" : { "type" : "keyword", "norms" : false } } } }

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.