Skip to content

Commit

Permalink
Make windows package GA with v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jun 28, 2021
1 parent 6891bb8 commit 3886b2d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions packages/windows/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: make GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1214
- version: "0.9.1"
changes:
- description: Use new `wildcard` type.
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/data_stream/forwarded/manifest.yml
@@ -1,6 +1,6 @@
type: logs
title: Windows forwarded events
release: experimental
release: ga
streams:
- input: winlog
template_path: winlog.yml.hbs
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/data_stream/perfmon/manifest.yml
@@ -1,5 +1,5 @@
title: Windows perfmon metrics
release: experimental
release: ga
type: metrics
streams:
- input: windows/metrics
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/data_stream/powershell/manifest.yml
@@ -1,6 +1,6 @@
type: logs
title: Windows Powershell logs
release: experimental
release: ga
streams:
- input: winlog
template_path: winlog.yml.hbs
Expand Down
@@ -1,6 +1,6 @@
type: logs
title: Windows Powershell/Operational logs
release: experimental
release: ga
streams:
- input: winlog
template_path: winlog.yml.hbs
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/data_stream/service/manifest.yml
@@ -1,5 +1,5 @@
title: Windows service metrics
release: experimental
release: ga
type: metrics
streams:
- input: windows/metrics
Expand Down
@@ -1,6 +1,6 @@
type: logs
title: Windows Sysmon/Operational events
release: experimental
release: ga
streams:
- input: winlog
template_path: winlog.yml.hbs
Expand Down
6 changes: 3 additions & 3 deletions packages/windows/manifest.yml
@@ -1,6 +1,6 @@
name: windows
title: Windows
version: 0.9.1
version: 1.0.0
description: Windows Integration
type: integration
categories:
Expand All @@ -13,9 +13,9 @@ icons:
type: image/svg+xml
format_version: 1.0.0
license: basic
release: experimental
release: ga
conditions:
kibana.version: '^7.13.0'
kibana.version: '^7.14.0'
screenshots:
- src: /img/metricbeat-windows-service.png
title: metricbeat windows service
Expand Down

0 comments on commit 3886b2d

Please sign in to comment.