mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixes link to dynamic Groovy scripting docs
This commit is contained in:
parent
1788da4435
commit
a1dadb5261
8 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
Select *view options* to change the following aspects of the table:
|
||||
|
|
|
@ -17,7 +17,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@ For more information about scripted fields in Elasticsearch, see
|
|||
http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html[Scripting].
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
[float]
|
||||
[[update-scripted-field]]
|
||||
|
|
|
@ -64,7 +64,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ definition, as in the following example:
|
|||
{ "script" : "doc['grade'].value * 1.2" }
|
||||
|
||||
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
||||
{ref}/modules-scripting[dynamic Groovy scripting].
|
||||
{ref}/modules-scripting.html[dynamic Groovy scripting].
|
||||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue