Skip to content

Commit 4b046c1

Browse files
committed
Added test, changelog entry
1 parent 70d442e commit 4b046c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
2525

2626

2727
*Filebeat*
28-
28+
- Added MaxOpenRequests to kafka output config {pull}42515[42515]
2929
- Convert netflow input to API v2 and disable event normalisation {pull}37901[37901]
3030
- Removed deprecated Squid from Beats. See <<migrate-from-deprecated-module>> for migration options. {pull}38037[38037]
3131
- Removed deprecated Sonicwall from Beats. Use the https://docs.elastic.co/integrations/sonicwall[SonicWall Firewall] Elastic integration instead. {pull}38037[38037]

libbeat/outputs/kafka/config_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ func TestConfigAcceptValid(t *testing.T) {
6565
"realm": "ELASTIC",
6666
},
6767
},
68+
"set max requests": mapstr.M{
69+
"topic": "tomato",
70+
"max_open_requests": 50,
71+
},
6872
}
6973

7074
for name, test := range tests {

0 commit comments

Comments
 (0)