Skip to content

Commit 64e90a5

Browse files
karenzonerobbavey
andauthored
Doc: Format examples for easier parsing (#90)
Bump to v1.4.7 Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
1 parent 4e1d98e commit 64e90a5

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

docs/index.asciidoc

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,24 @@ NOTE: Threads are currently available only as a global setting across all event
124124
input definition. However if your configuration includes multiple `azure_event_hubs` inputs, the threads setting applies
125125
independently 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

0 commit comments

Comments
 (0)