I have a few indexes, defined by a template, and each index is distinguished by year. When querying the current years index (previous years are fine), I get no fields to return any values. When looking at visualizations in Kibana, the fields are there and can be calculated.
I've also refreshed my index in Kibana and there are no mapping conflicts. Any thoughts on something I may be missing. I feel like it should be obvious, but I'm getting hung up on it.
I can't remember, but I may have created the template after the previous indexes were created, but before the 2020 one was populated. In that case, would the _source field be the culprit?
Thanks, can you run exactly the query above (so I can check the mappings)?
On this query:
GET /cr-ops-wrike-time-2020/_search you have an hit, but as you've disabled the _source thanks to the index template, the fields are not shown. You might be able to see the "docvalue_fields" for the fields where you have docvalues
GET /cr-ops-wrike-time-2019/_search you have few hits and you're able to see the _source.
This happens probably because you updated/added the index template after the creation of the 2019 index, but before the creation of the index 2020.
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.