Skip to content

Commit 99f106c

Browse files
committed
first take
1 parent 2fc53da commit 99f106c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy-manage/distributed-architecture.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/_data_store_architecture.html
44
---
55

6+
% Update the overview so Kibana is represented too.
7+
8+
% Clarify which topics are relevant for which deployment types (see note from elastic.co/guide/en/elasticsearch/reference/current/nodes-shards.html)
9+
10+
% Explain the role of orchestrators on the Clusters, nodes, and shards page, link up.
11+
12+
% Split the kibana tasks management topic so it's concepts only - guidance goes to design guidance section.
13+
14+
% 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.
15+
616
# Distributed architecture [_data_store_architecture]
717

818
{{es}} is a distributed document store. Instead of storing information as rows of columnar data, {{es}} stores complex data structures that have been serialized as JSON documents. When you have multiple {{es}} nodes in a cluster, stored documents are distributed across the cluster and can be accessed immediately from any node.

0 commit comments

Comments
 (0)