OpenSearch/docs
javanna 83fb0a10e5 Scripting: remove support for script.disable_dynamic setting
Now that fine-grained script settings are supported (#10116) we can remove support for the script.disable_dynamic setting.

Same result as `script.disable_dynamic: false` can be obtained as follows:

```
script.inline: on
script.indexed: on
```
An exception is thrown at startup when the old setting is set, so we make sure we tell users they have to change it rather than ignoring the setting.

Closes #10286
2015-03-31 13:24:52 +02:00
..
community [DOCS] removed extra line break from monitoring.asciidoc 2015-03-21 14:19:30 +01:00
groovy-api Updated groovy docs to point to the new groovy repo 2014-05-14 12:08:02 +02:00
java-api [DOCS] update JAVA API with aggregation changes 2015-03-05 11:09:49 +00:00
javascript Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Scripting: remove support for script.disable_dynamic setting 2015-03-31 13:24:52 +02:00
resiliency Updated the resiliency status page for v1.4.0 2015-03-03 19:50:13 +01:00
river [DOCS] Fixed typo 2013-10-05 17:10:30 +02:00
ruby Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
README.md [DOCS] various docs fixes 2014-01-23 10:52:13 +01:00

README.md

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elasticsearch/docs