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
7 changes: 6 additions & 1 deletion packages/suricata/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.6.0"
changes:
- description: Add network.protocol support for krb5, smtp, snmp, and ikev2.
type: enhancement
link: https://github.com/elastic/integrations/pull/2772
- version: "1.5.0"
changes:
- description: Set destination.ip in events.
Expand Down Expand Up @@ -52,7 +57,7 @@
- description: Convert to generated ECS fields
type: enhancement
link: https://github.com/elastic/integrations/pull/1507
- version: '1.1.2'
- version: "1.1.2"
changes:
- description: update to ECS 1.11.0
type: enhancement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ processors:
- access
- protocol
network_protocol: http
ikev2:
type:
- protocol
network_protocol: ikev2
krb5:
type:
- protocol
network_protocol: krb5
mqtt:
type:
- protocol
Expand All @@ -165,6 +173,14 @@ processors:
type:
- protocol
network_protocol: smb
smtp:
type:
- protocol
network_protocol: smtp
snmp:
type:
- protocol
network_protocol: snmp
ssh:
type:
- protocol
Expand Down
2 changes: 1 addition & 1 deletion packages/suricata/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: suricata
title: Suricata Events
version: 1.5.0
version: 1.6.0
release: ga
description: Collect and parse event logs from Suricata instances with Elastic Agent.
type: integration
Expand Down