Skip to content

Commit 8d2e746

Browse files
committed
Merge branch 'main' into 2025/10/16/s3-replication
2 parents 8689282 + f8ae059 commit 8d2e746

File tree

19 files changed

+112
-2673
lines changed

19 files changed

+112
-2673
lines changed

deploy-manage/deploy/elastic-cloud/serverless.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ To learn more about serverless status, see [Service status](../../cloud-organiza
6565

6666
The following FAQ addresses common questions about using {{serverless-full}} projects.
6767

68+
For information about upcoming features, refer to our [roadmap](https://www.elastic.co/cloud/serverless/roadmap).
69+
6870
### Pricing and availability
6971
**Q: Where can I learn about pricing for {{serverless-short}}?**
7072
A: See pricing information for [{{es-serverless}}](https://www.elastic.co/pricing/serverless-search), [{{observability}}](https://www.elastic.co/pricing/serverless-observability), and [{{sec-serverless}}](https://www.elastic.co/pricing/serverless-security).
@@ -73,6 +75,7 @@ A: See pricing information for [{{es-serverless}}](https://www.elastic.co/pricin
7375
A: {{serverless-full}} is available in select AWS, GCP, and Azure regions, with plans to expand to more regions. For more information, refer to [](/deploy-manage/deploy/elastic-cloud/regions.md).
7476

7577
### Data management
78+
7679
**Q: How can I move data to or from {{serverless-short}} projects?**
7780
A: We are working on data migration tools. In the interim, [use Logstash](logstash://reference/index.md) with {{es}} input and output plugins to move data to and from {{serverless-short}} projects.
7881

@@ -83,6 +86,9 @@ A: Request for project backups or restores is currently unsupported, and we are
8386
**Q: How can I create {{serverless-full}} service accounts?**
8487
A: Create API keys for service accounts in your {{serverless-short}} projects. Options to automate the creation of API keys with tools such as Terraform will be available in the future.
8588

89+
**Q: What compliance and privacy standards does {{serverless-full}} adhere to?**
90+
A: Alongside the entire Elastic platform, {{serverless-full}} is independently audited and certified to meet industry-leading compliance and privacy standards. Refer to the [Elastic Trust Center](https://www.elastic.co/trust) for more information. Further details about specific standards are available on our [roadmap](https://www.elastic.co/cloud/serverless/roadmap).
91+
8692
### Project lifecycle and support
8793
**Q: How does {{serverless-full}} ensure compatibility between software versions?**
8894
A: Connections and configurations are unaffected by upgrades. To ensure compatibility between software versions, quality testing and API versioning are used.

deploy-manage/remote-clusters/remote-clusters-self-managed.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ $$$sniff-mode$$$
3535
Sniff mode
3636
: 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.
3737

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

4040
$$$gateway-nodes-selection$$$
4141
The *gateway nodes* selection depends on the following criteria:
4242

4343
* **version**: Remote nodes must be compatible with the cluster they are registered to.
4444
* **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.
4646

4747

4848
$$$proxy-mode$$$
4949

5050
Proxy mode
5151
: 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.
5252

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

5555
Proxy mode has the same [version compatibility requirements](#gateway-nodes-selection) as sniff mode.

deploy-manage/remote-clusters/remote-clusters-settings.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

deploy-manage/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ toc:
656656
- file: remote-clusters/remote-clusters-api-key.md
657657
- file: remote-clusters/remote-clusters-cert.md
658658
- file: remote-clusters/remote-clusters-migrate.md
659-
- file: remote-clusters/remote-clusters-settings.md
660659
- file: remote-clusters/eck-remote-clusters.md
661660
- file: monitor.md
662661
children:

explore-analyze/dashboards/drilldowns.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,20 @@ The panels you create using the following editors support dashboard drilldowns:
4545
Use the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data to create a dashboard and add panels, then set a search and filter on the **[Logs] Web Traffic** dashboard.
4646

4747
1. Add the **Sample web logs** data.
48-
2. Create a new dashboard, click **Add from Library**, then add the following panels:
48+
2. Create a new dashboard.
4949

50-
* **[Logs] Response Codes Over Time + Annotations**
51-
* **[Logs] Visits**
50+
* {applies_to}`stack: ga 9.2` Select **Add** > **From library** in the toolbar.
51+
* {applies_to}`stack: ga 9.0` Click **Add from library** in the dashboard toolbar.
5252

53-
3. Set the [time filter](../query-filter/filtering.md) to **Last 30 days**.
54-
4. Save the dashboard. In the **Title** field, enter `Detailed logs`.
55-
5. Open the **[Logs] Web Traffic** dashboard, then set a search and filter.
53+
3. Add the following panel:
5654

57-
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
55+
* **[Logs] Visits**
5856

57+
4. Set the [time filter](../query-filter/filtering.md) to **Last 30 days**.
58+
5. Save the dashboard. In the **Title** field, enter `Detailed logs`.
59+
6. Open the **[Logs] Web Traffic** dashboard, then set a search and filter.
5960

61+
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
6062

6163
### Create the dashboard drilldown [_create_the_dashboard_drilldown]
6264

@@ -77,8 +79,6 @@ Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs]
7779
:screenshot:
7880
:::
7981

80-
81-
8282
## Create URL drilldowns [create-url-drilldowns]
8383

8484
URL drilldowns enable you to navigate from a dashboard to external websites. Destination URLs can be dynamic, depending on the dashboard context or user interaction with a panel. To create URL drilldowns, you add [variables](/explore-analyze/dashboards/drilldowns.md) to a URL template, which configures the behavior of the drilldown. All panels that you create with the visualization editors support dashboard drilldowns.
@@ -92,22 +92,23 @@ Some panels support multiple interactions, also known as triggers. The [variable
9292

9393
For example, **Single click** has `{{event.value}}` and **Range selection** has `{{event.from}}` and `{{event.to}}`.
9494

95-
9695
### Create a URL drilldown [_create_a_url_drilldown]
9796

9897
For example, if you have a dashboard that shows data from a Github repository, you can create a URL drilldown that opens Github from the dashboard panel.
9998

10099
1. Add the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data.
101100
2. Open the **[Logs] Web Traffic** dashboard.
102101
3. In the toolbar, click **Edit**.
103-
4. Create a donut chart
102+
4. Create a pie chart.
103+
104+
* {applies_to}`stack: ga 9.2` Select **Add** > **Visualization** in the toolbar.
105+
* {applies_to}`stack: ga 9.0` Click **Create visualization** in the dashboard toolbar.
104106

105-
1. Click **Create visualization**.
106-
2. From the **Chart type** dropdown, select **Donut**.
107-
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
108-
4. Click **Save and return**.
107+
2. From the **Chart type** dropdown, select **Pie**.
108+
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
109+
4. Click **Save and return**.
109110

110-
5. Open the donut chart panel menu, then select **Create drilldown**.
111+
5. Open the pie chart panel menu, then select **Create drilldown**.
111112
6. Click **Go to URL**.
112113

113114
1. Give the drilldown a name. For example, `Show on Github`.
@@ -123,7 +124,7 @@ For example, if you have a dashboard that shows data from a Github repository, y
123124
4. Click **Create drilldown**.
124125

125126
7. Save the dashboard.
126-
8. On the donut chart panel, click any chart slice, then select **Show on Github**.
127+
8. On the pie chart panel, click any chart slice, then select **Show on Github**.
127128

128129
![URL drilldown popup](/explore-analyze/images/kibana-dashboard_urlDrilldownPopup_8.3.png "")
129130

0 commit comments

Comments
 (0)