We have recently upgraded to 7.17.25 and trying to set the below configuration in elasticsearch.yml as recommended in the release notes
mustache.max_output_size_bytes: 10485760
however we see that configuration is not picked up by elatsicsearch at startup and throwing the Exception as below
java.lang.IllegalArgumentException: failed to parse setting [mustache.max_output_size_bytes] with value [10485760] as a size in bytes: unit is missing or unrecognized
I have set the value as recommended but now i am seeing a different exception at the start up. Look like the setting itself is not recognized. Am i missing anything?
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: unknown setting [mustache.max_output_size_bytes] please check that any required plugins are installed, or check the breaking changes documentation for removed settings
Unfortunately, yes, we need more than 1mb until we find a way to optimize.
These are existing scripts which were running fine on 7.17.11 until we upgrade to 7.17.25 last week.
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.