I've configured a runtime field in Kibana 8.7.1 under index template and named it drive.used
emit(doc['drive.capacity'].value - doc['drive.free'].value)
However, looking in Discover, the field doesn't always show up:
What am I doing wrong here?
I've configured a runtime field in Kibana 8.7.1 under index template and named it drive.used
emit(doc['drive.capacity'].value - doc['drive.free'].value)
However, looking in Discover, the field doesn't always show up:
What am I doing wrong here?
@wwalker It might be easier to iterate on a runtime field defined in a data view. Based on what I see, its possible that you're pulling data from different indices only some of which are impacted by the index template.
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.