Skip to content

Commit 28f80e3

Browse files
authored
netflow: add missing read buffer size configuration (#5686)
1 parent ebf8bcd commit 28f80e3

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

packages/netflow/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.6.1"
3+
changes:
4+
- description: Add UDP read buffer configuration option.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/5686
27
- version: "2.6.0"
38
changes:
49
- description: Allow specification of internal network ranges.

packages/netflow/data_stream/log/manifest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ streams:
4141
required: true
4242
show_user: false
4343
default: 8192
44+
- name: read_buffer
45+
type: text
46+
title: Read Buffer Size
47+
description: |
48+
Sets the size of the OS read buffer on the UDP socket in the format KiB/MiB, an example would be: 10KiB. If it is not set, the existing operating system's default value is used.
49+
required: false
50+
show_user: false
4451
- name: custom_definitions
4552
type: text
4653
title: Custom definitions

packages/netflow/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: netflow
33
title: NetFlow Records
4-
version: "2.6.0"
4+
version: "2.6.1"
55
license: basic
66
description: Collect flow records from NetFlow and IPFIX exporters with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)