Skip to content
Merged
2 changes: 1 addition & 1 deletion packages/fortinet_fortiedr/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: "git@v8.11.0"
reference: "git@v8.17.0"
5 changes: 5 additions & 0 deletions packages/fortinet_fortiedr/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.0"
changes:
- description: ECS version updated to 8.17.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/12571
- version: "1.15.1"
changes:
- description: Use triple-brace Mustache templating when referencing variables in ingest pipelines.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@timestamp": "2019-09-18T06:42:18.000Z",
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "blocked",
Expand Down Expand Up @@ -92,7 +92,7 @@
{
"@timestamp": "2019-09-18T07:42:18.000Z",
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"event": {
"action": "blocked",
Expand Down Expand Up @@ -180,4 +180,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pipeline for Fortinet FortiEDR Endpoint Detection and Response
processors:
- set:
field: ecs.version
value: '8.11.0'
value: '8.17.0'
- set:
field: observer.vendor
value: Fortinet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "logs"
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"elastic_agent": {
"id": "e2f57999-9659-45c8-a03c-c5bf85dc5124",
Expand Down
2 changes: 1 addition & 1 deletion packages/fortinet_fortiedr/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ An example event for `log` looks as following:
"type": "logs"
},
"ecs": {
"version": "8.11.0"
"version": "8.17.0"
},
"elastic_agent": {
"id": "e2f57999-9659-45c8-a03c-c5bf85dc5124",
Expand Down
2 changes: 1 addition & 1 deletion packages/fortinet_fortiedr/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fortinet_fortiedr
title: Fortinet FortiEDR Logs
version: "1.15.1"
version: "1.16.0"
description: Collect logs from Fortinet FortiEDR instances with Elastic Agent.
type: integration
format_version: "3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/fortinet_fortigate/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: "git@v8.11.0"
reference: "git@v8.17.0"
5 changes: 5 additions & 0 deletions packages/fortinet_fortigate/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.28.0"
changes:
- description: ECS version updated to 8.17.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/12571
- version: "1.27.0"
changes:
- description: Add hostname parsing for syslog.
Expand Down
Loading