-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
allow multi instance sql server #30859
Conversation
This pull request does not have a backport label. Could you fix it @cwuethrich? 🙏
NOTE: |
This pull request is now in conflicts. Could you fix it? 🙏
|
Pinging @elastic/integrations (Team:Integrations) |
@Mergifyio update |
✅ Branch has been successfully updated |
jenkins run tests |
I think we could merge it without fixing the linter issue, @adriansr could you have a look at the code change? |
I'm not comfortable reviewing changes to this large SQL expression. @sayden can you have a look as the original author? |
@cwuethrich thanks for contributing this. Let me ask you a couple of important things:
Please, also Thanks again! @rameshelastic FYI 🙂 |
Thank you all for your support. @sayden :
No, it doesn't change anything. The
If I understand you right it could happen. But this is exactly the same without this change. It doesn't change anything.
This file doesn't change. |
The CI now complains about old code. This is a way to fix some stuff incrementally. I know it's unrelated to your PR but you'll have to fix this too. We can safely assume that you can change those Sorry for this extra step. Update of Everything else, I don't see any reason to not merge this after those changes. |
@sayden thank you for your great support. Should be all fixed now. |
/test |
/test it seems something got hanged in the previous attempt and I was getting a 500 when triggering an individual step |
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.
LGTM Thank you!
Please label this PR with one of the following labels, depending on the scope of your change:
What does this PR do?
This pull requests allow to use metricbeat with MSSQL and named instances.
Why is it important?
Bigger companies often don't use MSSQL in a docker container. Often they have one server with multiple named instances. This change allows them to use metricbeat as well.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs