-
Notifications
You must be signed in to change notification settings - Fork 436
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
Conversation
🌐 Coverage report
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
…egrations into mssql_tsdb_enable_beta_6152
LGTM |
Package microsoft_sqlserver - 2.1.0 containing this change is available at https://epr.elastic.co/search?package=microsoft_sqlserver |
What does this PR do?
This PR enables beta testing of MSSQL package for TSDB. The package has been already migrated with dimension and metric type mapping. Here it enables index_mode: "time_series" for MSSQL performance and transaction_log data stream and also upgrades stack version to 8.8.0.
Package version made -beta to avoid accidental use from other users.
Checklist
changelog.yml
file.How to test this PR locally
Load 8.8.0+ stack
Add mssql config.
Load latest package locally/cloud and follow detailed testing plan.
Related issues