You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/remote-clusters-self-managed.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,21 +35,21 @@ $$$sniff-mode$$$
35
35
Sniff mode
36
36
: In sniff mode, a cluster alias is registered with a name of your choosing and a list of addresses of *seed* nodes specified with the `cluster.remote.<cluster_alias>.seeds` setting. When you register a remote cluster using sniff mode, {{es}} retrieves from one of the seed nodes the addresses of up to three *gateway nodes*. Each `remote_cluster_client` node in the local {{es}} cluster then opens several TCP connections to the publish addresses of the gateway nodes. This mode therefore requires that the gateway nodes' publish addresses are accessible to nodes in the local cluster.
37
37
38
-
Sniff mode is the default connection mode. See [Sniff mode remote cluster settings](remote-clusters-settings.md#remote-cluster-sniff-settings) for more information about configuring sniff mode.
38
+
Sniff mode is the default connection mode. See [Sniff mode remote cluster settings](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-sniff-settings) for more information about configuring sniff mode.
39
39
40
40
$$$gateway-nodes-selection$$$
41
41
The *gateway nodes* selection depends on the following criteria:
42
42
43
43
* **version**: Remote nodes must be compatible with the cluster they are registered to.
44
44
* **role**: By default, any non-[master-eligible](/deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#master-node-role) node can act as a gateway node. Dedicated master nodes are never selected as gateway nodes.
45
-
* **attributes**: You can define the gateway nodes for a cluster by setting [`cluster.remote.node.attr.gateway`](remote-clusters-settings.md#cluster-remote-node-attr) to `true`. However, such nodes still have to satisfy the two above requirements.
45
+
* **attributes**: You can define the gateway nodes for a cluster by setting [`cluster.remote.node.attr.gateway`](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#cluster-remote-node-attr) to `true`. However, such nodes still have to satisfy the two above requirements.
46
46
47
47
48
48
$$$proxy-mode$$$
49
49
50
50
Proxy mode
51
51
: In proxy mode, a cluster alias is registered with a name of your choosing and the address of a TCP (layer 4) reverse proxy specified with the `cluster.remote.<cluster_alias>.proxy_address` setting. You must configure this proxy to route connections to one or more nodes of the remote cluster. When you register a remote cluster using proxy mode, {{es}} opens several TCP connections to the proxy address and uses these connections to communicate with the remote cluster. In proxy mode {{es}} disregards the publish addresses of the remote cluster nodes which means that the publish addresses of the remote cluster nodes need not be accessible to the local cluster.
52
52
53
-
Proxy mode is not the default connection mode, so you must set `cluster.remote.<cluster_alias>.mode: proxy` to use it. See [Proxy mode remote cluster settings](remote-clusters-settings.md#remote-cluster-proxy-settings) for more information about configuring proxy mode.
53
+
Proxy mode is not the default connection mode, so you must set `cluster.remote.<cluster_alias>.mode: proxy` to use it. See [Proxy mode remote cluster settings](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings) for more information about configuring proxy mode.
54
54
55
55
Proxy mode has the same [version compatibility requirements](#gateway-nodes-selection) as sniff mode.
Copy file name to clipboardExpand all lines: explore-analyze/visualize/canvas/canvas-function-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1308,7 +1308,7 @@ Interprets a `TinyMath` math expression using a `number` or `datatable` as *cont
1308
1308
1309
1309
| Argument | Type | Description |
1310
1310
| --- | --- | --- |
1311
-
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). |
1311
+
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). |
1312
1312
|`onError`|`string`| In case the `TinyMath` evaluation fails or returns NaN, the return value is specified by onError. When `'throw'`, it will throw an exception, terminating expression execution (default). |
1313
1313
1314
1314
**Returns:** Depends on your input and arguments
@@ -1323,7 +1323,7 @@ Adds a column by evaluating `TinyMath` on each row. This function is optimized f
1323
1323
| Argument | Type | Description |
1324
1324
| --- | --- | --- |
1325
1325
|*Unnamed***\***<br>Aliases: `column`, `name`|`string`| The name of the resulting column. Names are not required to be unique. |
1326
-
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). |
1326
+
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). |
1327
1327
|`castColumns` † |`string`| The column ids that are cast to numbers before the formula is applied. |
1328
1328
|`copyMetaFrom`|`string`, `null`| If set, the meta object from the specified column id is copied over to the specified target column. If the column doesn’t exist it silently fails.<br>Default: `null`|
1329
1329
|`id`**\***|`string`| id of the resulting column. Must be unique. |
@@ -1443,7 +1443,7 @@ Subdivides a `datatable` by the unique values of the specified columns, and pass
1443
1443
1444
1444
### `pointseries`[pointseries_fn]
1445
1445
1446
-
Turn a `datatable` into a point series model. Currently we differentiate measure from dimensions by looking for a `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). If you enter a `TinyMath` expression in your argument, we treat that argument as a measure, otherwise it is a dimension. Dimensions are combined to create unique keys. Measures are then deduplicated by those keys using the specified `TinyMath` function
1446
+
Turn a `datatable` into a point series model. Currently we differentiate measure from dimensions by looking for a `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). If you enter a `TinyMath` expression in your argument, we treat that argument as a measure, otherwise it is a dimension. Dimensions are combined to create unique keys. Measures are then deduplicated by those keys using the specified `TinyMath` function
Visit the [Explore and analyze](/explore-analyze/index.md) section to learn how to use the Elasticsearch platform to explore and analyze your data effectively.
Copy file name to clipboardExpand all lines: reference/glossary/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ $$$glossary-ml-bucket$$$ bucket
95
95
## C [c-glos]
96
96
97
97
$$$glossary-canvas-language$$$ Canvas expression language
98
-
: A pipeline-based expression language for manipulating and visualizing data. Includes dozens of functions and other capabilities, such as table transforms, type casting, and sub-expressions. Supports TinyMath functions for complex math calculations. See [Canvas function reference](/reference/data-analysis/kibana/canvas-functions.md).
98
+
: A pipeline-based expression language for manipulating and visualizing data. Includes dozens of functions and other capabilities, such as table transforms, type casting, and sub-expressions. Supports TinyMath functions for complex math calculations. See [Canvas function reference](/explore-analyze/visualize/canvas/canvas-function-reference.md).
99
99
100
100
$$$glossary-canvas$$$ Canvas
101
101
: Enables you to create presentations and infographics that pull live data directly from {{es}}. See [Canvas](/explore-analyze/visualize/canvas.md).
0 commit comments