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_ftd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.3"
changes:
- description: Update observer to ftd and idps to better match this integration
type: bugfix
link: https://github.com/elastic/integrations/pull/2551
- version: "1.2.2"
changes:
- description: Regenerate test files using the new GeoIP database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1841,11 +1841,11 @@ processors:
ignore_empty_value: true
- set:
field: observer.type
value: "firewall"
value: "idps"
ignore_empty_value: true
- set:
field: observer.product
value: "asa"
value: "ftd"
ignore_empty_value: true
- set:
field: observer.egress.interface.name
Expand Down