Skip to content

Commit

Permalink
Making the Windows module GA
Browse files Browse the repository at this point in the history
The perfmon metricset is still in Beta. There are a few improvements I would like to see like elastic#6584 before pushing this to GA. These changes could be breaking changes.
  • Loading branch information
ruflin committed Jan 18, 2019
1 parent cdb6c1a commit b3826c2
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24379,7 +24379,7 @@ Network names
[[exported-fields-windows]]
== Windows fields

beta[] Module for Windows
Module for Windows



Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-module-windows]]
== Windows module

beta[]

This is the Windows module. It collects metrics from Windows systems,
by default metricset `service` is enabled.

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/windows/service.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-metricset-windows-service]]
=== Windows service metricset

beta[]
experimental[]

include::../../../module/windows/service/_meta/docs.asciidoc[]

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ This file is generated! See scripts/docs_collector.py
.3+| .3+| |<<metricbeat-metricset-vsphere-datastore,datastore>> beta[]
|<<metricbeat-metricset-vsphere-host,host>> beta[]
|<<metricbeat-metricset-vsphere-virtualmachine,virtualmachine>> beta[]
|<<metricbeat-module-windows,Windows>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
|<<metricbeat-module-windows,Windows>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.2+| .2+| |<<metricbeat-metricset-windows-perfmon,perfmon>> beta[]
|<<metricbeat-metricset-windows-service,service>> beta[]
|<<metricbeat-metricset-windows-service,service>> experimental[]
|<<metricbeat-module-zookeeper,ZooKeeper>> |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-zookeeper-mntr,mntr>>
|================================
Expand Down
3 changes: 1 addition & 2 deletions metricbeat/module/windows/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
- key: windows
title: "Windows"
description: >
beta[]
Module for Windows
short_config: false
release: beta
release: ga
fields:
- name: windows
type: group
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/windows/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion metricbeat/module/windows/service/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
type: group
description: >
`service` contains the status for Windows services.
release: beta
fields:
- name: id
type: keyword
Expand Down
3 changes: 0 additions & 3 deletions metricbeat/module/windows/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package service

import (
"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/libbeat/common/cfgwarn"
"github.com/elastic/beats/metricbeat/mb"
)

Expand All @@ -46,8 +45,6 @@ type MetricSet struct {
// Part of new is also setting up the configuration by processing additional
// configuration entries if needed.
func New(base mb.BaseMetricSet) (mb.MetricSet, error) {
cfgwarn.Beta("The windows service metricset is beta")

reader, err := NewServiceReader()
if err != nil {
return nil, err
Expand Down

0 comments on commit b3826c2

Please sign in to comment.