From 2e994a2000e0983c41ec7cf038573fde40548e72 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 11 Jan 2016 12:01:35 +0000 Subject: [PATCH 1/3] Updated links on scripting reference --- docs/reference/modules/scripting.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/scripting.asciidoc b/docs/reference/modules/scripting.asciidoc index aea7846202e..dfded61e9a8 100644 --- a/docs/reference/modules/scripting.asciidoc +++ b/docs/reference/modules/scripting.asciidoc @@ -78,8 +78,8 @@ supported scripting languages: |expression |yes |built-in |mustache |yes |built-in |mvel |no |https://github.com/elastic/elasticsearch-lang-mvel[elasticsearch-lang-mvel] -|javascript |no |https://github.com/elastic/elasticsearch-lang-javascript[elasticsearch-lang-javascript] -|python |no |https://github.com/elastic/elasticsearch-lang-python[elasticsearch-lang-python] +|javascript |no |https://github.com/elastic/elasticsearch/tree/master/plugins/lang-javascript[elasticsearch-lang-javascript] +|python |no |https://github.com/elastic/elasticsearch/tree/master/plugins/lang-python[elasticsearch-lang-python] |======================================================================= To increase security, Elasticsearch does not allow you to specify scripts for From 5089849853c459cce92d736da11f1d54812a30c6 Mon Sep 17 00:00:00 2001 From: "nick.a.sarbicki@gmail.com" Date: Mon, 11 Jan 2016 20:56:19 +0000 Subject: [PATCH 2/3] updated scripting links to doc links and removed mvel --- docs/reference/modules/scripting.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/modules/scripting.asciidoc b/docs/reference/modules/scripting.asciidoc index dfded61e9a8..53786fa41ea 100644 --- a/docs/reference/modules/scripting.asciidoc +++ b/docs/reference/modules/scripting.asciidoc @@ -77,9 +77,8 @@ supported scripting languages: |groovy |no |built-in |expression |yes |built-in |mustache |yes |built-in -|mvel |no |https://github.com/elastic/elasticsearch-lang-mvel[elasticsearch-lang-mvel] -|javascript |no |https://github.com/elastic/elasticsearch/tree/master/plugins/lang-javascript[elasticsearch-lang-javascript] -|python |no |https://github.com/elastic/elasticsearch/tree/master/plugins/lang-python[elasticsearch-lang-python] +|javascript |no |https://www.elastic.co/guide/en/elasticsearch/plugins/current/lang-javascript.html[elasticsearch-lang-javascript] +|python |no |https://www.elastic.co/guide/en/elasticsearch/plugins/current/lang-python.html[elasticsearch-lang-python] |======================================================================= To increase security, Elasticsearch does not allow you to specify scripts for From 12ee2e8dc8c66ef0b07926052d868c8b2faee736 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 12 Jan 2016 10:36:46 +0000 Subject: [PATCH 3/3] updated to use dynamic plugins tag --- docs/reference/modules/scripting.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/scripting.asciidoc b/docs/reference/modules/scripting.asciidoc index 53786fa41ea..96b36944fb8 100644 --- a/docs/reference/modules/scripting.asciidoc +++ b/docs/reference/modules/scripting.asciidoc @@ -77,8 +77,8 @@ supported scripting languages: |groovy |no |built-in |expression |yes |built-in |mustache |yes |built-in -|javascript |no |https://www.elastic.co/guide/en/elasticsearch/plugins/current/lang-javascript.html[elasticsearch-lang-javascript] -|python |no |https://www.elastic.co/guide/en/elasticsearch/plugins/current/lang-python.html[elasticsearch-lang-python] +|javascript |no |{plugins}/lang-javascript.html[elasticsearch-lang-javascript] +|python |no |{plugins}/lang-python.html[elasticsearch-lang-python] |======================================================================= To increase security, Elasticsearch does not allow you to specify scripts for