File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed
Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.7
2+ - [ DOCS] Clarify examples for single and multiple event hubs [ #90 ] ( https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/90 )
3+
14## 1.4.6
25 - [ DOCS] Add outbound port requirements for Event Hub [ #88 ] ( https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/88 )
36
Original file line number Diff line number Diff line change 1- 1.4.6
1+ 1.4.7
Original file line number Diff line number Diff line change @@ -124,13 +124,24 @@ NOTE: Threads are currently available only as a global setting across all event
124124input definition. However if your configuration includes multiple `azure_event_hubs` inputs, the threads setting applies
125125independently to each.
126126
127- **Sample scenarios**
127+ **Example: Single event hub**
128128
129- * Event Hubs = 4. Partitions on each Event Hub = 3.
130- Minimum threads is 5 (4 Event Hubs plus one).
131- * If you’re collecting activity logs from one event hub instance,
132- then only 2 threads (1 Event Hub plus one) are required.
129+ If you’re collecting activity logs from one event hub instance,
130+ then only 2 threads are required.
133131
132+ * Event hubs = 1
133+ * Minimum threads = 2 (1 Event Hub + 1)
134+
135+ **Example: Multiple event hubs**
136+
137+ If you are collecting activity logs from more than event hub instance, then at least 1 thread per event hub is required.
138+
139+ * Event hubs = 4
140+ * Minimum threads = 5 (4 Event Hubs + 1)
141+
142+ When you are using multiple partitions per event hub, you may want to assign more threads.
143+ A good base level is (1 + `number of event hubs * number of partitions`).
144+ That is, one thread for each partition across all event hubs.
134145
135146[id="plugins-{type}s-{plugin}-eh_config_models"]
136147==== Configuration models
You can’t perform that action at this time.
0 commit comments