From a86d565fd26a73c7e60e13a270c6e3c996d88e4f Mon Sep 17 00:00:00 2001 From: Chris Mark Date: Tue, 21 Jul 2020 12:55:16 +0300 Subject: [PATCH] Fix hints autodiscover docs typo (#20046) Signed-off-by: chrismark (cherry picked from commit 941709b4b9455a435b4afba9b2704360be7e75bd) --- 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 1f2daf2533d1..629b337ac757 100644 --- a/metricbeat/docs/autodiscover-hints.asciidoc +++ b/metricbeat/docs/autodiscover-hints.asciidoc @@ -193,5 +193,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.