Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.10.1"
changes:
- description: Fix documentation for flows period.
type: bugfix
link: https://github.com/elastic/integrations/pull/5779
- version: "1.10.0"
changes:
- description: Update package to ECS 8.7.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/data_stream/flow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ streams:
title: Period
required: false
show_user: false
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.
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.
default: '10s'
- name: timeout
type: text
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: network_traffic
title: Network Packet Capture
version: "1.10.0"
version: "1.10.1"
license: basic
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
Expand Down