-
Notifications
You must be signed in to change notification settings - Fork 442
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
[microsoft_sqlserver] Add performance DataStream #3391
[microsoft_sqlserver] Add performance DataStream #3391
Conversation
Prelim for System Test-Microsoft_sql Server
…rformance dashboard
…jS-shetty/integrations into sql-generic-datastream-ver1
Done . Visualizations are now using by value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments about fields definitions.
packages/microsoft_sqlserver/data_stream/performance/fields/base-fields.yml
Outdated
Show resolved
Hide resolved
packages/microsoft_sqlserver/data_stream/performance/fields/fields.yml
Outdated
Show resolved
Hide resolved
packages/microsoft_sqlserver/data_stream/performance/fields/fields.yml
Outdated
Show resolved
Hide resolved
packages/microsoft_sqlserver/data_stream/performance/fields/fields.yml
Outdated
Show resolved
Hide resolved
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
@ManojS-shetty @muthu-mps, @ruflin @jsoriano @r00tu53r, tar-getting the merge of this PR, need your approval for the same. |
The changes are Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of unaddressed comments.
packages/microsoft_sqlserver/data_stream/performance/fields/base-fields.yml
Outdated
Show resolved
Hide resolved
packages/microsoft_sqlserver/data_stream/performance/fields/fields.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as in #3395 (review)
It'd be nice to have some pipeline tests, but I am ok with adding them later.
And I would consider removing the query by now, taking into account that it will be easier to add it later, than to remove it.
@jsoriano Removed Query field for now. |
Pinging @elastic/security-external-integrations for approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see a pipeline test here.
packages/microsoft_sqlserver/data_stream/performance/agent/stream/stream.yml.hbs
Outdated
Show resolved
Hide resolved
Thank you for that suggestion , Yes we will be keeping the pipeline test in enhancement. |
What does this PR do?
This PR contributes the performance data stream for Microsoft sqlserver which fetches information from what’s commonly known as Performance Counters in MSSQL. Please refer for transaction_log data stream PR here transaction_log
MSSQL server integration developed using generic sql, as per the design doc
Checklist
changelog.yml
file.How to test this PR locally
Screenshots