Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit e5f094e

Browse files
author
Chris Wiechmann
authored
[skip ci] Fixed a typo
1 parent dece273 commit e5f094e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ The solution has been extensively tested, especially for high-volume requirement
759759

760760
### Sizing recommendations
761761

762-
There are two important aspects for sizing the platform. The [transactions per second](#transactions-per-second), which are to be processed in real time, and the [retention period](#rentention-period), which is reflected in the required disk space.
762+
There are two important aspects for sizing the platform. The [transactions per second](#transactions-per-second), which are to be processed in real time, and the [retention period](#retention-period), which is reflected in the required disk space.
763763

764764
#### Transactions per Second
765765

@@ -779,9 +779,9 @@ Please note:
779779
- Logstash, API-Builder, Filebeat (for monitoring only) and Kibana are load balanced across all available Elasticsearch nodes. An external Load-Balancer is not required as this is handled internally by each of the Elasticsearch clients.
780780
- do not size the Elasticsearch Cluster-Node too large. The servers should not have more than 32GB memory, because after that the memory management kills the advantage again. It is better to add another server. See the [Test-Infrastructure](#test-infrastructure) for reference.
781781

782-
#### Rentention period
782+
#### Retention period
783783

784-
The second important aspect for sizing is the rentention period, which defines how long data should be available. Accordingly, disk space must be made available.
784+
The second important aspect for sizing is the retention period, which defines how long data should be available. Accordingly, disk space must be made available.
785785
The Traffic-Summary, Traffic-Details and Trace-Messages indicies play a particularly important role here. The solution is delivered with default values which you can read [here](#lifecycle-management). Based on the these default values which result in ap. 60 days the following disk space is required.
786786

787787
| Volume per day | Stored documents | Total Disk-Space | Comment |

0 commit comments

Comments
 (0)