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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Type:8 Code:0 ID:101 Seq:1 ECHO

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be two newlines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required. The defined pattern is ^\[\*\*\]. So this works too.

[**] [1:1000004:0] Pinging... [**]
[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
[**] [1:1000005:0] Pinging... [**]
[Classification: Attempted Information Leak] [Priority: 3]
09/04-21:53:15.299988 10.200.11.90 -> 17.16.99.11
ICMP TTL:64 TOS:0x0 ID:6922 IpLen:20 DgmLen:84 DF
Type:8  Code:0  ID:101   Seq:1  ECHO

5 changes: 5 additions & 0 deletions packages/snort/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/snort/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down