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

[Metricbeat] Add TLS/SSL configuration options in the MySQL module #16133

Closed
romain-chanu opened this issue Feb 6, 2020 · 1 comment · Fixed by #37997
Closed

[Metricbeat] Add TLS/SSL configuration options in the MySQL module #16133

romain-chanu opened this issue Feb 6, 2020 · 1 comment · Fixed by #37997
Assignees
Labels
enhancement Metricbeat Metricbeat Team:Service-Integrations Label for the Service Integrations team

Comments

@romain-chanu
Copy link
Contributor

Describe the enhancement: following-up this Discuss topic.

The MySQL module configuration for Metricbeat does not provide any configuration / parameters to specify the list of trusted root certificates or other TLS/SSL parameters (e.g. client certificate, client certificate key, etc.).

It could be confusing to users that Metricbeat provides TLS/SSL options/parameters for Elasticsearch, Kibana, or other modules (e.g http) but does not provide these to the MySQL module itself.

As shown in the Discuss topic, If users decide to connect to a MySQL database with SSL (i.e adding tls=true in the host DSN), they would need to download and add the root certificate in the host certificate store where Metricbeat runs. If the root certificate is not present, Metricbeat will thrown an error: x509: certificate signed by unknown authority.

Describe a specific use case for the enhancement or feature: Given a MySQL database configured with SSL, provide the ability to configure the MySQL module for Metricbeat with TLS/SSL options/parameters.

@botelastic
Copy link

botelastic bot commented Jan 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added Stalled needs_team Indicates that the issue/PR needs a Team:* label labels Jan 6, 2021
@botelastic botelastic bot closed this as completed Feb 5, 2021
@lalit-satapathy lalit-satapathy added the Team:Service-Integrations Label for the Service Integrations team label Jan 2, 2024
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jan 2, 2024
@botelastic botelastic bot removed the Stalled label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Metricbeat Metricbeat Team:Service-Integrations Label for the Service Integrations team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants