Skip to content

Commit

Permalink
[ECS] Updating cisco_ftd to ECS 8.10 & ECS field validation updates (#…
Browse files Browse the repository at this point in the history
…7908)

* Updating to ECS 8.10; Correcting ECS categorization fields for validation

* Update changelog.yml

* Update default.yml

* regenerating expected files with new version

* Update changelog.yml
  • Loading branch information
kgeller committed Sep 22, 2023
1 parent f0876f4 commit 4f0c2c5
Show file tree
Hide file tree
Showing 19 changed files with 510 additions and 507 deletions.
2 changes: 1 addition & 1 deletion packages/cisco_ftd/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: git@v8.9.0
reference: git@v8.10.0
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: "2.17.0"
changes:
- description: Update package to ECS 8.10.0 and align ECS categorization fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/7908
- version: "2.16.0"
changes:
- description: Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"port": 53
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "flow-expiration",
Expand Down Expand Up @@ -103,7 +103,7 @@
"ip": "10.123.123.123"
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "firewall-rule",
Expand Down Expand Up @@ -179,7 +179,7 @@
"port": 53
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "firewall-rule",
Expand Down Expand Up @@ -250,7 +250,7 @@
"port": 57621
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "firewall-rule",
Expand Down Expand Up @@ -325,7 +325,7 @@
"ip": "10.123.123.123"
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "firewall-rule",
Expand Down Expand Up @@ -385,7 +385,7 @@
"ip": "10.10.10.10"
},
"ecs": {
"version": "8.9.0"
"version": "8.10.0"
},
"event": {
"action": "flow-creation",
Expand Down
Loading

0 comments on commit 4f0c2c5

Please sign in to comment.