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

[Integration] MySQL #710

Closed
danieldong51 opened this issue Jul 18, 2023 · 1 comment
Closed

[Integration] MySQL #710

danieldong51 opened this issue Jul 18, 2023 · 1 comment
Labels
integrations Used to denote items related to the Integrations project

Comments

@danieldong51
Copy link
Contributor

danieldong51 commented Jul 18, 2023

What is the integration resource ?

MySQL is an open-source relational database management system.

What is the integration source protocol ?

For each type of MySQL log:

  • General Query Logs that keeps a general record of what MySQL is doing (more info on format here)
  • Error Logs, problems encountered when starting, running, or stopping MySQL
  • Binary Logs that describe database changes such as table creation or changes to data (format unknown)
  • Slow Query Logs that consists of SQL statements that take more than a certain amount of time to execute

What is the integration target protocol ?

Unknown

Which agents would you use to ship this data ?

Fluentbit

Would you be using an ingestion pipeline ?

Unknown

Which Dashboards would you be using ?

Beats dashboard for MySQL.


Do you have any additional context?

#668

@danieldong51 danieldong51 added integrations Used to denote items related to the Integrations project untriaged labels Jul 18, 2023
@Swiddis Swiddis assigned Swiddis and unassigned Swiddis Jul 28, 2023
@derek-ho
Copy link
Collaborator

Completed with @YANG-DB , closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrations Used to denote items related to the Integrations project
Projects
None yet
Development

No branches or pull requests

4 participants