From 6524b31df7bc6e431017360f9713fb2430d08877 Mon Sep 17 00:00:00 2001 From: Bryce Sampson <sampson.bryce@protonmail.com> Date: Mon, 20 Jul 2020 09:35:09 +0200 Subject: [PATCH] Fix copy paste error (#18157) --- metricbeat/docs/autodiscover-hints.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metricbeat/docs/autodiscover-hints.asciidoc b/metricbeat/docs/autodiscover-hints.asciidoc index e12754d3313b..22346d958908 100644 --- a/metricbeat/docs/autodiscover-hints.asciidoc +++ b/metricbeat/docs/autodiscover-hints.asciidoc @@ -149,5 +149,5 @@ You can label Docker containers with useful info to spin up {beatname_uc} module co.elastic.metrics/period: 10s ------------------------------------------------------------------------------------- -The above labels would allow {beatname_uc} to configure a Prometheus collector to poll port `9090` -of the Docker container every 1 minute. +The above labels would allow {beatname_uc} to run the nginx module and poll port `80` +of the Docker container every 10 seconds.