Changed path.script to path.scripts in docs

This commit is contained in:
Clinton Gormley 2016-06-22 12:39:36 +02:00
parent f0f4db08e0
commit c7bd1a80af
5 changed files with 5 additions and 5 deletions

View file

@ -114,7 +114,7 @@ files stored on every node in the cluster. File scripts must be saved in the
`scripts` directory whose default location depends on whether you use the
<<zip-targz-layout,`zip`/`tar.gz`>> (`$ES_HOME/config/scripts/`),
<<rpm-layout,RPM>>, or <<deb-layout,Debian>> package. The default may be
changed with the `path.script` setting.
changed with the `path.scripts` setting.
The languages which are assumed to be safe by default are: `painless`,
`expression`, and `mustache` (used for search and query templates).