forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15b967c
commit 09191f4
Showing
4 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+35.9 KB
docs/reference/reference-architectures/images/multi-region-two-datacenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
...rence/reference-architectures/multi-region-two-datacenter-architecture.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[[multi-region-two-datacenter-architecture]] | ||
== Time Series HA Architecture: Multi-Region With Two Datacenters | ||
|
||
=== Overview | ||
|
||
This article outlines the architecture for deploying Elasticsearch to handle 22 terabytes of Application Performance Monitoring (APM) data per day. The architecture includes the necessary components of Elasticsearch and placeholders for machine sizes, including heap, CPU, RAM, and storage. This architecture assumes 2 days of hot data, 5 days of warm data, 7 days of cold data, and X days of frozen data. | ||
|
||
=== Use Case | ||
|
||
This architecture is intended for organizations that need to: | ||
Monitor the performance and health of their applications in real-time | ||
Provide insights and alerts to ensure optimal performance and quick issue resolution. | ||
Additional reasons… | ||
|
||
=== Architecture | ||
|
||
image::images/multi-region-two-datacenter.png["A multi-region time-series architecture across two datacenters"] | ||
|
||
=== Important Considerations | ||
|
||
The following list are important conderations for this architecture: | ||
|
||
* Shard Management: Maintain shard sizes within recommended ranges and aim for an optimal number of shards per node to prevent * oversharding. For more information see, Size your shards. | ||
* Cold nodes can be converted to frozen potentially depending on retention requirements and performance | ||
* Cost: Plan for the costs associated with storing large volumes of data, including the use of SSDs for Hot tiers. | ||
* For Warm tiers preferred hardware profile? I am assuming dense storage but not positive | ||
|
||
=== Resources and references | ||
|
||
* <<shard-size-best-practices,Size your shards>>Size your shards | ||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html[Elasticsearch Documentation] | ||
* https://www.elastic.co/guide/en/kibana/reference/current/index.html[Kibana Documentation] | ||
* https://www.elastic.co/guide/en/observability/current/apm.html[Application Performance monitoring (APM)] |
4 changes: 0 additions & 4 deletions
4
docs/reference/reference-architectures/single-cluster-architecture.asciidoc
This file was deleted.
Oops, something went wrong.