diff --git a/packages/snort/_dev/deploy/docker/sample_logs/test-full.log b/packages/snort/_dev/deploy/docker/sample_logs/test-full.log index bb3f0af3b12..206a0dbbdad 100644 --- a/packages/snort/_dev/deploy/docker/sample_logs/test-full.log +++ b/packages/snort/_dev/deploy/docker/sample_logs/test-full.log @@ -14,4 +14,5 @@ Len: 55 [Classification: Attempted Information Leak] [Priority: 2] 09/04-21:53:15.299988 10.100.10.190 -> 175.16.199.1 ICMP TTL:64 TOS:0x0 ID:6922 IpLen:20 DgmLen:84 DF -Type:8 Code:0 ID:101 Seq:1 ECHO \ No newline at end of file +Type:8 Code:0 ID:101 Seq:1 ECHO + diff --git a/packages/snort/changelog.yml b/packages/snort/changelog.yml index eccb7a95490..22c017ecf33 100644 --- a/packages/snort/changelog.yml +++ b/packages/snort/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.1" + changes: + - description: Fix test data + type: bugfix + link: https://github.com/elastic/integrations/pull/2914 - version: "0.2.0" changes: - description: Update to ECS 8.0 diff --git a/packages/snort/manifest.yml b/packages/snort/manifest.yml index f707d743e52..930b3368a82 100644 --- a/packages/snort/manifest.yml +++ b/packages/snort/manifest.yml @@ -1,6 +1,6 @@ name: snort title: Snort -version: 0.2.0 +version: 0.2.1 release: experimental description: Collect logs from Snort with Elastic Agent. type: integration