Can someone help me ?
I want to set script.disable_dynamic to false in spring-data.elasticsearch.
I'm using spring boot .
Can someone help me ?
I want to set script.disable_dynamic to false in spring-data.elasticsearch.
I'm using spring boot .
If you are using ES 1.6+, you can enable dynamic scripting by updating the following settings that need to be added to the config/elasticsearch.yml file on every node.
script.inline: on
script.indexed: on