Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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.2"
changes:
- description: Match both Unix and Windows-style paths, correctly.
type: bugfix
link: https://github.com/elastic/integrations/pull/7572
- version: "1.11.1"
changes:
- description: Match both Unix and Windows-style paths
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$"
Comment thread
chrisberkhout marked this conversation as resolved.
Outdated
- 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.1"
version: "1.11.2"
license: basic
description: Collect logs from Cisco Secure Email Gateway with Elastic Agent.
type: integration
Expand Down