From db2e453de1c81247201460df9c0e100082e0cc28 Mon Sep 17 00:00:00 2001 From: urso Date: Sat, 29 Feb 2020 00:55:12 +0100 Subject: [PATCH] Revert "Update haproxy.asciidoc (#16324)" The PR did unfortunately break the build, because it was updating a generated file. Reverting this for now. This reverts commit a45f12509629251b58bf9e33f9eb3a9fe3cfed2f. --- metricbeat/docs/modules/haproxy.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/metricbeat/docs/modules/haproxy.asciidoc b/metricbeat/docs/modules/haproxy.asciidoc index 8f43e3cbae98..b22d8244df49 100644 --- a/metricbeat/docs/modules/haproxy.asciidoc +++ b/metricbeat/docs/modules/haproxy.asciidoc @@ -59,8 +59,6 @@ metricbeat.modules: metricsets: ["info", "stat"] period: 10s hosts: ["tcp://127.0.0.1:14567"] - username : "admin" - password : "admin" enabled: true ----