because _field_stats API is deprecated in 5.4.0
so index_name/_field_stats?level=indices can't use anymore,
is there another API to find max value in the field
For the max value, you can run a max aggregation on the field:
because _field_stats API is deprecated in 5.4.0
so index_name/_field_stats?level=indices can't use anymore,
is there another API to find max value in the field
For the max value, you can run a max aggregation on the field:
© 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.