Browse Source

Changed path.script to path.scripts in docs

Clinton Gormley 9 years ago
parent
commit
c7bd1a80af

+ 1 - 1
docs/reference/modules/scripting/using.asciidoc

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

+ 1 - 1
docs/reference/setup/install/deb.asciidoc

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

+ 1 - 1
docs/reference/setup/install/rpm.asciidoc

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

+ 1 - 1
docs/reference/setup/install/windows.asciidoc

@@ -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
 
 |=======================================================================
 

+ 1 - 1
docs/reference/setup/install/zip-targz.asciidoc

@@ -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
 
 |=======================================================================