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/panw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.2.2"
changes:
- description: Fix mapping for zone breakout
type: bugfix
link: https://github.com/elastic/integrations/pull/3361
- version: "2.2.1"
changes:
- description: Fix search terms in saved searches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"enabled": true,
"id": "2",
"params": {
"field": "panw.panos.destination.zone",
"field": "observer.egress.zone",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"enabled": true,
"id": "2",
"params": {
"field": "panw.panos.source.zone",
"field": "observer.ingress.zone",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
Expand Down
2 changes: 1 addition & 1 deletion packages/panw/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: panw
title: Palo Alto Networks Logs
version: 2.2.1
version: 2.2.2
release: ga
description: Collect PAN-OS firewall monitoring logs from Palo Alto Networks devices with Elastic Agent.
type: integration
Expand Down