19 lines
No EOL
580 B
Text
19 lines
No EOL
580 B
Text
# Module: mysql
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-mysql.html
|
|
|
|
- module: mysql
|
|
#metricsets:
|
|
# - status
|
|
# - galera_status
|
|
period: 10s
|
|
|
|
# Host DSN should be defined as "user:pass@tcp(127.0.0.1:3306)/"
|
|
# The username and password can either be set in the DSN or using the username
|
|
# and password config options. Those specified in the DSN take precedence.
|
|
hosts: ["root:secret@tcp(127.0.0.1:3306)/"]
|
|
|
|
# Username of hosts. Empty by default.
|
|
#username: root
|
|
|
|
# Password of hosts. Empty by default.
|
|
#password: secret |