I want to find out where will the default settings be stored in
elasticsearch. For eg., a config setting like 'script.disable_dynamic' is
set to false by default. But where and how does the node during set up or
later know about the default setting if that setting is not changed using
elasticsearch.yml.
Please let me know in case anybody has some clue about this
The only way to find the default is to search inside the code. If you do
not have the source locally, you can always search the project on Github
(which uses Elasticsearch BTW). The properties are organized by module, so
you normally can just go to the corresponding module/service class without
needing to search.
For example, here is the script.disable_dynamic setting:
I want to find out where will the default settings be stored in
elasticsearch. For eg., a config setting like 'script.disable_dynamic' is
set to false by default. But where and how does the node during set up or
later know about the default setting if that setting is not changed using
elasticsearch.yml.
Please let me know in case anybody has some clue about this
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.