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

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.9.1"
changes:
- description: Fix type of `real_ip_header` option for HTTP data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/5362
- version: "1.9.0"
changes:
- description: Update package to ECS 8.6.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/network_traffic/data_stream/http/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ streams:
multi: false
required: false
- name: real_ip_header
type: bool
title: Real Ip Header
type: text
title: Real IP Header
description: |-
The header field to extract the real IP from. This setting is useful when
you want to capture traffic behind a reverse proxy, but you want to get the
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.9.0"
version: "1.9.1"
license: basic
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
Expand Down