12 lines
290 B
Text
12 lines
290 B
Text
# Module: postgresql
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-postgresql.html
|
|
|
|
- module: postgresql
|
|
#metricsets:
|
|
# - database
|
|
# - bgwriter
|
|
# - activity
|
|
period: 10s
|
|
hosts: ["postgres://localhost:5432"]
|
|
#username: user
|
|
#password: pass
|