From e563f835d72dc260c57d79378bbe413edaac0787 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 27 Mar 2019 15:30:10 -0700 Subject: [PATCH] [Infra UI] Add documentation for known workarounds (#253) * Documenting known workarounds * add 6.6 specific instructions --- docs/en/infraops/installation.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/infraops/installation.asciidoc b/docs/en/infraops/installation.asciidoc index 40571e1dc..787c29678 100644 --- a/docs/en/infraops/installation.asciidoc +++ b/docs/en/infraops/installation.asciidoc @@ -156,3 +156,8 @@ configuration] * {metricbeat-ref}/configuration-autodiscover.html[{metricbeat} autodiscover configuration] + +[float] +==== Known Workarounds + +*Running Metricbeat <=6.5 with Kibana 6.6+*:: For Kubernetes, you will need to change the "Pod ID" field in the "Configure Source" panel (`xpack.infra.sources.default.fields.pod` in `config/kibana.yml` for Kibana 6.6) to `kubernetes.pod.name`. There is a caveat for this workaround; if you have two pods with the same name, only one will be visible in the UI.