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

Commit b1611cf

Browse files
author
Chris Wiechmann
authored
[skip ci] Making more clear what to configure
1 parent 4907b9e commit b1611cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@ The following table explains what a single component, such as Logstash, Filebeat
720720
| Component | Max. TPS | Host-Machine | Config | Comment |
721721
| :--- | :--- | :--- | :--- | :--- |
722722
| Filebeat | >300 | t2.xlarge | Standard | Test was limited by the TPS the Mock-Service was able to handle. Filebeat can very likely handle much more volume.|
723-
| Logstash | 530 | t2.xlarge | 6GB RAM for Logstash | Includes API-Builder & Memcache on the same machine running along with Logstash. Has processed ap. 3500 events per second. CPU is finally the limiting factor. A production setup should have two Logstash nodes for high availability, which provides sufficient capacity for most requirements.|
724-
| 2 Elasticsearch nodes | 480 | t2.xlarge | 8GB RAM for each node | Starting with a Two-Node cluster as this should be the mininum for a production setup. Kibana running on the first node.|
725-
| 3 Elasticsearch nodes | 740 | t2.xlarge | 8GB RAM for each node | Data is searchable with a slight delay, but ingesting is not falling behind real-time in general up to the max. TPS.|
726-
| 4 Elasticsearch nodes | 1010 | t2.xlarge | 8GB RAM for each node | |
723+
| Logstash | 530 | t2.xlarge | 6GB JVM-Head for Logstash | Includes API-Builder & Memcache on the same machine running along with Logstash. Has processed ap. 3500 events per second. CPU is finally the limiting factor. A production setup should have two Logstash nodes for high availability, which provides sufficient capacity for most requirements.|
724+
| 2 Elasticsearch nodes | 480 | t2.xlarge | 8GB JVM-Heap for each node | Starting with a Two-Node cluster as this should be the mininum for a production setup. Kibana running on the first node.|
725+
| 3 Elasticsearch nodes | 740 | t2.xlarge | 8GB JVM-Heap for each node | Data is searchable with a slight delay, but ingesting is not falling behind real-time in general up to the max. TPS.|
726+
| 4 Elasticsearch nodes | 1010 | t2.xlarge | 8GB JVM-Heap for each node | |
727727

728728
Please note:
729729
- 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.

0 commit comments

Comments
 (0)