hey guys,
Two numeric fields that were working fine till yesterday suddenly started causing issues with visualizations with "field" errors.
I checked and found that the fields were listed as not searchable and aggregatable in the index.
However on performing a query on the index for _field_caps. I got the below output where they're listed as true for searchable and aggregatable.
Hey @kottapar, have you tried refreshing your index pattern by going to Management -> Index Patterns, selecting the problematic index pattern and clicking the "Refresh" button highlighted below?
Which version of Kibana/Elasticsearch are you using?
Also, would you mind executing a CURL request similar to the following against Elasticsearch and posting the raw response here? curl http://localhost:9200/logstash-/_field_caps?fields= -u elastic:changeme. You'll want to replace logstash-* with your index pattern and the elasticsearch URL and username/password will likely need to change.
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.