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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.