Skip to content

Commit f4c6969

Browse files
committed
fixing multiple links
1 parent 79aafa5 commit f4c6969

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

deploy-manage/production-guidance/availability-and-resilience/resilience-in-ech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Why this matters:
2424
ECH and ECE orchestators automatically handle several aspects of cluster resilience that are discussed in the self-managed resiliency guidance for [small](./resilience-in-small-clusters.md) and [large](./resilience-in-larger-clusters.md) clusters:
2525

2626
* Configuring master-eligible nodes:
27-
* Setting up a [voting-only tiebreaker](/distributed-architecture/clusters-nodes-shards/node-roles.md#voting-only-node) when the cluster spans to two availability zones.
27+
* Setting up a [voting-only tiebreaker](/deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#voting-only-node) when the cluster spans to two availability zones.
2828
* Promoting [dedicated master nodes](/deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#dedicated-master-node) as the cluster grows to improve stability and fault tolerance.
2929
* Enabling [shard allocation awareness](../../distributed-architecture/shard-allocation-relocation-recovery/shard-allocation-awareness.md) to maintain resilience during whole-zone failures.
3030
* Automatically assigning [node roles](/deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md) based on the configured [data tiers](/manage-data/lifecycle/data-tiers.md).

deploy-manage/production-guidance/elasticsearch-in-production-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following topics, covered in other sections of the documentation, offer valu
6262
### Plan your data structure and formatting [ec_plan_your_data_structure_availability_and_formatting]
6363

6464
* Build a [data architecture](/manage-data/lifecycle/data-tiers.md) that best fits your needs. Based on your own access and retention policies, you can add warm, cold, and frozen data tiers, and automate deletion of old data.
65-
* Normalize event data to better analyze, visualize, and correlate your events by adopting the [Elastic Common Schema](asciidocalypse://docs/ecs/docs/reference/ecs-getting-started.md) (ECS). Elastic integrations use ECS out-of-the-box. If you are writing your own integrations, ECS is recommended.
65+
* Normalize event data to better analyze, visualize, and correlate your events by adopting the [Elastic Common Schema](ecs://reference/ecs-getting-started.md) (ECS). Elastic integrations use ECS out-of-the-box. If you are writing your own integrations, ECS is recommended.
6666
* Once you have your data tiers deployed and you have data flowing, you can [manage the index lifecycle](/manage-data/lifecycle/index-lifecycle-management.md).
6767

6868
::::{tip}

deploy-manage/production-guidance/kibana-in-production-environments.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
navigation_title: "Run Kibana in production"
3-
mapped_pages:
4-
- https://www.elastic.co/guide/en/kibana/current/production.html
53
applies_to:
64
deployment:
75
ess: all

deploy-manage/production-guidance/kibana-load-balance-traffic.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
navigation_title: "High availability and load balancing"
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/kibana/current/production.html
35
applies_to:
46
deployment:
57
self: all
@@ -15,7 +17,7 @@ The configurations provided in this section are required only for self-managed d
1517

1618
## Load balancing across multiple {{kib}} instances [load-balancing-kibana]
1719

18-
To run multiple {{kib}} instances connected to the same {{es}} cluster, you need to adjust the configuration. See the [{{kib}} configuration reference](kibana://reference/configuration-reference) for details on each setting.
20+
To run multiple {{kib}} instances connected to the same {{es}} cluster, you need to adjust the configuration. See the [{{kib}} configuration reference](kibana://reference/configuration-reference.md) for details on each setting.
1921

2022
::::{note}
2123
When adding multiple {{kib}} instances to the same deployment in {{ech}}, {{ece}}, or {{eck}}, the orchestrator applies the necessary configuration, requiring no manual setup.

deploy-manage/production-guidance/kibana-reporting-production-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In production environments, it's important to ensure that Kibana reporting is bo
1313

1414
Because this process requires launching a browser within your server environment, you should pay special attention to operating system compatibility, sandboxing, and dependencies.
1515

16-
Chromium is an open-source project not related to Elastic, and is embedded into {{kib}} (except on Darwin). Running Chromium reliably may require [additional OS dependencies](/deploy-manage/deploy/kibana-reporting-configuration.md#install-reporting-packages) and proper sandbox configuration to protect your system from potential browser-level vulnerabilities.
16+
Chromium is an open-source project not related to Elastic, and is embedded into {{kib}} (except on Darwin). Running Chromium reliably may require [additional OS dependencies](/deploy-manage/kibana-reporting-configuration.md#install-reporting-packages) and proper sandbox configuration to protect your system from potential browser-level vulnerabilities.
1717

1818
::::{note}
1919
Chromium is not embedded into {{kib}} for the Darwin (Mac OS) architecture. When running on Darwin, Reporting will download Chromium into the proper area of the {{kib}} installation path the first time the server starts. To separately download and install the browser, see [Manually install the Chromium browser for Darwin](../../explore-analyze/report-and-share/reporting-troubleshooting-pdf.md#reporting-manual-chromium-install).

troubleshoot/elasticsearch/security/trb-security-saml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Some of the common SAML problems are shown below with tips on how to resolve the
175175
176176
For further information, please read [MDN SameSite cookies](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite)
177177
178-
If you serve multiple {{kib}} installations behind a load balancer make sure to use the [same security configuration](/deploy-manage/production-guidance/kibana-in-production-environments.md#load-balancing-kibana) for all installations.
178+
If you serve multiple {{kib}} installations behind a load balancer make sure to use the [same security configuration](/deploy-manage/production-guidance/kibana-load-balance-traffic.md#load-balancing-kibana) for all installations.
179179
180180
181181
**Logging:**

0 commit comments

Comments
 (0)