Skip to content

Commit

Permalink
[Release] Palo Alto Panorama v1.0.0 (#16748) (#17305)
Browse files Browse the repository at this point in the history
* Add palo alto panorama v1.0.0

* Add missing config to manifest

* Update dashboards and images

* Update README, CHANGELOG and Dashboards

* Update configuration steps in README

* Resolve changelog issue

* Update README and dashboards as per review comments

* Update pipelines to resolve CI check

* Update standard attributes format

* Update standard attributes groups and names

* Update bytes facets' attributes

* Update order of facets

* Add results to YAML

* Update GeoIP source to check if results include geoip results

* Update IP addresses in sample

* Update log results with GeoIP results

* Update pipeline to rename attribute path and update dashboards

* Resolve ci failures

* Resolve validate-logs failures

* Update remapper in pipeline yaml file

* Update the test results based on the updated remapper in pipeline

* Move remapper to other nested pipeline

* Fix: Updating facets, pipeline and dashboards

* Fix: Updated log test results

* Fix: Remapped 'act' attribute

* Fix: Resolve typo error in log result

* Fix: Updated dashboards and pipeline

* Update test yaml file, changelog and version

---------

Co-authored-by: tirthraj.chaudhari <[email protected]>
Co-authored-by: nisargshah_crest <[email protected]>
(cherry picked from commit e41fafc)

Co-authored-by: mohittilala-crest <[email protected]>
  • Loading branch information
1 parent 12709c9 commit 4af7e4e
Show file tree
Hide file tree
Showing 33 changed files with 15,019 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ integration/otel:
- otel/**/*
integration/pan_firewall:
- pan_firewall/**/*
integration/palo_alto_panorama:
- palo_alto_panorama/**/*
integration/pdh_check:
- pdh_check/**/*
integration/pgbouncer:
Expand Down
3 changes: 3 additions & 0 deletions palo_alto_panorama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CHANGELOG - palo_alto_panorama

<!-- towncrier release notes start -->
173 changes: 173 additions & 0 deletions palo_alto_panorama/README.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions palo_alto_panorama/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: palo-alto-panorama
files:
- name: palo_alto_panorama.yaml
options:
- template: logs
example:
- type: udp/tcp
port: <PORT>
service: palo-alto-panorama
source: palo-alto-panorama
Loading

0 comments on commit 4af7e4e

Please sign in to comment.