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
5 changes: 5 additions & 0 deletions packages/cisco_secure_email_gateway/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.11.1"
changes:
- description: Match both Unix and Windows-style paths
type: bugfix
link: https://github.com/elastic/integrations/pull/7452
- version: "1.11.0"
changes:
- description: Update package to ECS 8.9.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ processors:
field: _tmp.filepath
if: ctx.log?.file?.path != null
patterns:
- "^%{DATA}/%{WORD:cisco_secure_email_gateway.log.category.name}.@%{GREEDYDATA}.s$"
- "^%{DATA}[\\/]%{WORD:cisco_secure_email_gateway.log.category.name}.@%{GREEDYDATA}.s$"
- rename:
field: message
target_field: event.original
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco_secure_email_gateway/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cisco_secure_email_gateway
title: Cisco Secure Email Gateway
version: "1.11.0"
version: "1.11.1"
license: basic
description: Collect logs from Cisco Secure Email Gateway with Elastic Agent.
type: integration
Expand Down