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).

View File

@ -183,7 +183,7 @@ locations for a Debian-based system:
| script
| Location of script files.
| /etc/elasticsearch/scripts
| path.script
| path.scripts
|=======================================================================

View File

@ -169,7 +169,7 @@ locations for an RPM-based system:
| script
| Location of script files.
| /etc/elasticsearch/scripts
| path.script
| path.scripts
|=======================================================================

View File

@ -243,7 +243,7 @@ directory so that you do not delete important data later on.
| script
| Location of script files.
| %ES_HOME%\scripts
| path.script
| path.scripts
|=======================================================================

View File

@ -155,7 +155,7 @@ directory so that you do not delete important data later on.
| script
| Location of script files.
| $ES_HOME/scripts
| path.script
| path.scripts
|=======================================================================