Skip to content

Commit 2ea5caa

Browse files
authored
network_traffic: fix documentation for flows period (#5779)
1 parent 8a3df8b commit 2ea5caa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/network_traffic/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: "1.10.1"
3+
changes:
4+
- description: Fix documentation for flows period.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/5779
27
- version: "1.10.0"
38
changes:
49
- description: Update package to ECS 8.7.0.

packages/network_traffic/data_stream/flow/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ streams:
2929
title: Period
3030
required: false
3131
show_user: false
32-
description: Configure the reporting interval. All flows are reported at the very same point in time. Periodical reporting can be disabled by setting the value to -1. If disabled, flows are still reported once being timed out.
32+
description: Configure the reporting interval. All flows are reported at the very same point in time. Periodical reporting can be disabled by setting the value to -1s. If disabled, flows are still reported once being timed out.
3333
default: '10s'
3434
- name: timeout
3535
type: text

packages/network_traffic/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: network_traffic
33
title: Network Packet Capture
4-
version: "1.10.0"
4+
version: "1.10.1"
55
license: basic
66
description: Capture and analyze network traffic from a host with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)