-
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
Support TLS configuration in metricbeat mongodb module #6619
Labels
Comments
Hi - any idea on if/when this is going to be implemented? This is a blocker for me. |
👍 |
Does this also apply to Packetbeat? |
ruflin
pushed a commit
that referenced
this issue
Jun 28, 2018
Add support for TLS in MongoDB metricbeat module. A common builder is also added for MongoDB metricsets. Fixes #6619
@BoyCook this only applies to metricbeat |
Do we know what release this will be available in? |
Most likely in 6.4.0 |
When 6.4.0 will be released ? |
@pdanysz 6.4.0 will be released soon, most likely in a few weeks. It will contain this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support TLS configuration in metricbeat mongodb module.
It could be supported by adding a
DialServer
toDialInfo
, that sets up connection configuration with TLS options when they need to be used.The text was updated successfully, but these errors were encountered: