From 6653b33a37ce8642842a28fd7d149a9d8488a730 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Thu, 2 Nov 2023 07:11:23 +1030 Subject: [PATCH] address pr comment --- packages/network_traffic/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network_traffic/changelog.yml b/packages/network_traffic/changelog.yml index 52e44b85bdc..e7fe44e25cc 100644 --- a/packages/network_traffic/changelog.yml +++ b/packages/network_traffic/changelog.yml @@ -1,7 +1,7 @@ # newer versions go on top - version: "1.27.0" changes: - - description: Copy `type` field to `network.protocol` in ICPM datastream. + - description: Copy `type` field to `network.protocol` in ICMP datastream. type: enhancement link: https://github.com/elastic/integrations/pull/8221 - description: Copy `http.response.headers.content-type` field to `http.response.mime_type` in HTTP datastream.