Skip to content

Commit

Permalink
[Metricbeat] Change MSSQL Metricbeat module from Beta to GA (#23146) (#…
Browse files Browse the repository at this point in the history
…23150)

(cherry picked from commit ad3f8a3)
  • Loading branch information
sayden committed Dec 15, 2020
1 parent 536b327 commit 0f8cb04
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add process.state, process.cpu.pct, process.cpu.start_time and process.memory.pct. {pull}22845[22845]
- Move IIS module to GA and map fields. {issue}22609[22609] {pull}23024[23024]
- Apache: convert status.total_kbytes to status.total_bytes in fleet mode. {pull}23022[23022]
- Release MSSQL as GA {pull}23146[23146]

*Packetbeat*

Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/mssql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This file is generated! See scripts/mage/docs_collector.go
[role="xpack"]
== MSSQL module

beta[]

This is the https://www.microsoft.com/en-us/sql-server/sql-server-2017[Microsoft SQL 2017] Metricbeat module. It is still under active development to add new Metricsets and introduce enhancements.

[float]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-mongodb-metrics,metrics>>
|<<metricbeat-metricset-mongodb-replstatus,replstatus>>
|<<metricbeat-metricset-mongodb-status,status>>
|<<metricbeat-module-mssql,MSSQL>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
|<<metricbeat-module-mssql,MSSQL>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.2+| .2+| |<<metricbeat-metricset-mssql-performance,performance>>
|<<metricbeat-metricset-mssql-transaction_log,transaction_log>>
|<<metricbeat-module-munin,Munin>> |image:./images/icon-no.png[No prebuilt dashboards] |
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/mssql/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- key: mssql
title: "MSSQL"
description: MS SQL module
release: beta
release: ga
fields:
- name: mssql
type: group
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/mssql/fields.go

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

0 comments on commit 0f8cb04

Please sign in to comment.