From 1f34ac3bc35a6d07f9768ca29028397eabb697f8 Mon Sep 17 00:00:00 2001 From: Kuniyasu Sen <30574753+kunisen@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:20:17 +0900 Subject: [PATCH] Update stack-monitoring.asciidoc Per the PR below, add the minimum version to manual. https://github.com/elastic/cloud-on-k8s/pull/4528 > enable stack logging for the ES container using the environment variable ES_LOG_STYLE=file > Minimum supported Stack version is 7.14.0 (to benefit from ES_LOG_STYLE=file) --- docs/advanced-topics/stack-monitoring.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced-topics/stack-monitoring.asciidoc b/docs/advanced-topics/stack-monitoring.asciidoc index 3fa396f684..cae3a186e2 100644 --- a/docs/advanced-topics/stack-monitoring.asciidoc +++ b/docs/advanced-topics/stack-monitoring.asciidoc @@ -72,6 +72,8 @@ You can also enable Stack Monitoring on Elasticsearch only or on Kibana only. In == When to use it +CAUTION: Minimum supported Stack version is 7.14.0. + This feature is a good solution if you need to monitor your Elastic applications in restricted Kubernetes environments where you cannot grant advanced permissions: - to Metricbeat to allow queriying the k8s API