Skip to content

Commit 4efd266

Browse files
committed
more updates
1 parent a4b4127 commit 4efd266

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

deploy-manage/distributed-architecture.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/_data_store_architecture.html
4+
applies_to:
5+
stack:
6+
serverless:
47
---
58

69
% Update the overview so Kibana is represented too.

deploy-manage/distributed-architecture/discovery-cluster-formation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ applies_to:
55
stack:
66
---
77

8+
% Discovery and cluster formation content (7 pages): add introductory note to specify that the endpoints/settings are possibly for self-managed only, and review the content.
9+
810
# Discovery and cluster formation [modules-discovery]
911

1012
The discovery and cluster formation processes are responsible for discovering nodes, electing a master, forming a cluster, and publishing the cluster state each time it changes.

deploy-manage/distributed-architecture/kibana-tasks-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapped_pages:
1111
* **Scaling**: Multiple {{kib}} instances can read from and update the same task queue in {{es}}, allowing the work load to be distributed across instances. If a {{kib}} instance no longer has capacity to run tasks, you can increase capacity by adding additional {{kib}} instances.
1212
* **Load Balancing**: Task Manager is equipped with a reactive self-healing mechanism, which allows it to reduce the amount of work it executes in reaction to an increased load related error rate in {{es}}. Additionally, when Task Manager experiences an increase in recurring tasks, it attempts to space out the work to better balance the load.
1313

14-
::::{important}
14+
::::{important}
1515
Task definitions for alerts and actions are stored in the index called `.kibana_task_manager`.
1616

1717
You must have at least one replica of this index for production deployments.

0 commit comments

Comments
 (0)