-
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
Generic SQL module #15048
Comments
Pinging @elastic/integrations-services (Team:Services) |
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. |
Hi! We're labeling this issue as |
Add a generic SQL module so metrics and other data can be collected using custom SQL queries, the module will support the different drivers included in Metricbeat binary.
This is a follow-up of the initial implementation in #13257.
Other related issues:
Modules
For a metricset to go GA, the following criterias should be met:
Dashboards exists (if applicable)Kibana Home Tutorial (if applicable)Open PR against Kibana repo with tutorial. Examples can be found here.Metricbeat module
data.json
exists and an automated way to generate it exists (go test -data
)SQL module
username
andpassword
options as best effort (it is going to depend on the DSNs supported by the driver, see Remove datasource option from SQL module and add tests #15686)sqlx
, it doesn't seem to be needed with current implementationThe text was updated successfully, but these errors were encountered: