Skip to content

Commit

Permalink
Sanity test run for OBS top 5 integration packages for 9.0.0 (elastic…
Browse files Browse the repository at this point in the history
…#12251)

* nginx sanity test for 9.0.0 support

* add changelog entry

* gcp sanity test for 9.0.0 support

* iis sanity test for 9.0.0 support

* mysql sanity test for 9.0.0 support

* system sanity test for 9.0.0 support

* fix system package pipeline test

* update changelog
  • Loading branch information
kush-elastic authored Jan 20, 2025
1 parent 503d301 commit cbfba9e
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 10 deletions.
5 changes: 5 additions & 0 deletions packages/gcp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.41.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "2.40.1"
changes:
- description: Add missing category.
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gcp
title: Google Cloud Platform
version: "2.40.1"
version: "2.41.0"
description: Collect logs and metrics from Google Cloud Platform with Elastic Agent.
type: integration
icons:
Expand All @@ -15,7 +15,7 @@ categories:
- observability
conditions:
kibana:
version: "^8.13.0"
version: "^8.13.0 || ^9.0.0"
screenshots:
- src: /img/filebeat-gcp-audit.png
title: filebeat gcp audit
Expand Down
5 changes: 5 additions & 0 deletions packages/iis/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.21.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "1.20.1"
changes:
- description: Update links to getting started docs
Expand Down
4 changes: 2 additions & 2 deletions packages/iis/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iis
title: IIS
version: "1.20.1"
version: "1.21.0"
description: Collect logs and metrics from Internet Information Services (IIS) servers with Elastic Agent.
type: integration
icons:
Expand All @@ -14,7 +14,7 @@ categories:
- observability
conditions:
kibana:
version: "^8.13.0"
version: "^8.13.0 || ^9.0.0"
elastic:
subscription: basic
screenshots:
Expand Down
5 changes: 5 additions & 0 deletions packages/mysql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 1.26.0
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "1.25.3"
changes:
- description: Update links to getting started docs
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: mysql
title: MySQL
version: "1.25.3"
version: "1.26.0"
description: Collect logs and metrics from MySQL servers with Elastic Agent.
type: integration
categories:
- datastore
- observability
conditions:
kibana:
version: "^8.15.0"
version: "^8.15.0 || ^9.0.0"
elastic:
subscription: basic
screenshots:
Expand Down
5 changes: 5 additions & 0 deletions packages/nginx/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.25.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "1.24.1"
changes:
- description: Update links to getting started docs
Expand Down
4 changes: 2 additions & 2 deletions packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: nginx
title: Nginx
version: "1.24.1"
version: "1.25.0"
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent.
type: integration
categories:
- web
- observability
conditions:
kibana:
version: "^8.13.0"
version: "^8.13.0 || ^9.0.0"
elastic:
subscription: basic
screenshots:
Expand Down
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.64.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12251
- version: "1.63.2"
changes:
- description: Update links to getting started docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
fields:
input.type: log
dynamic_fields:
"@timestamp": "^[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}\\.[0-9]{3}Z$"
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
fields:
input.type: log
dynamic_fields:
"@timestamp": "^[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}\\.[0-9]{3}Z$"
4 changes: 2 additions & 2 deletions packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
format_version: 3.0.2
name: system
title: System
version: "1.63.2"
version: "1.64.0"
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
- os_system
conditions:
kibana:
version: "^8.17.0"
version: "^8.17.0 || ^9.0.0"
screenshots:
- src: /img/system-overview.png
title: system overview
Expand Down

0 comments on commit cbfba9e

Please sign in to comment.