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

[MSSQL] TSDB enabled release. #6181

Merged
merged 6 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions packages/microsoft_sqlserver/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.1.0"
changes:
- description: Enable time series data streams for the metrics datasets. This dramatically reduces storage for metrics and is expected to progressively improve query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/6181
- version: "2.0.0"
changes:
- description: Make performance, transaction_log & log datastream GA.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ streams:
description: Collect the values for dynamic counters based on the provided pattern from the performance table.
title: Microsoft SQL Server performance metrics
description: Collect Microsoft SQL Server performance metrics
elasticsearch:
index_mode: "time_series"
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ streams:
default: ["master", "model", "tempdb", "msdb"]
title: Microsoft SQL Server transaction_log metrics
description: Collect Microsoft SQL Server transaction_log metrics
elasticsearch:
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/microsoft_sqlserver/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: microsoft_sqlserver
title: "Microsoft SQL Server"
version: "2.0.0"
version: "2.1.0"
license: basic
description: Collect events from Microsoft SQL Server with Elastic Agent
type: integration
Expand All @@ -10,7 +10,7 @@ categories:
- security
release: ga
conditions:
kibana.version: "^8.4.0"
kibana.version: "^8.8.0"
screenshots:
- src: /img/sqlserver-dashboard.png
title: Microsoft SQL Server Dashboard
Expand Down