From dfa61bcd749e047d06c2fed94c79ba7681d882e3 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Tue, 3 Mar 2020 16:13:45 -0800 Subject: [PATCH] Generate haproxy module docs (#16776) --- metricbeat/docs/modules/haproxy.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metricbeat/docs/modules/haproxy.asciidoc b/metricbeat/docs/modules/haproxy.asciidoc index b22d8244df49..8f43e3cbae98 100644 --- a/metricbeat/docs/modules/haproxy.asciidoc +++ b/metricbeat/docs/modules/haproxy.asciidoc @@ -59,6 +59,8 @@ metricbeat.modules: metricsets: ["info", "stat"] period: 10s hosts: ["tcp://127.0.0.1:14567"] + username : "admin" + password : "admin" enabled: true ----