Skip to content

Commit cc31ce9

Browse files
Adding image to 'basic write model' section. (#102702) (#102757)
1 parent 5d79dc2 commit cc31ce9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/reference/docs/data-replication.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Every indexing operation in Elasticsearch is first resolved to a replication gro
2828
typically based on the document ID. Once the replication group has been determined, the operation is forwarded
2929
internally to the current _primary shard_ of the group. This stage of indexing is referred to as the _coordinating stage_.
3030

31+
image::images/data_processing_flow.png[An example of a basic write model.]
32+
3133
The next stage of indexing is the _primary stage_, performed on the primary shard. The primary shard is responsible
3234
for validating the operation and forwarding it to the other replicas. Since replicas can be offline, the primary
3335
is not required to replicate to all replicas. Instead, Elasticsearch maintains a list of shard copies that should
144 KB
Loading

0 commit comments

Comments
 (0)