Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat] Change MSSQL Metricbeat module from Beta to GA #23146

Merged
merged 3 commits into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,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