From 1ac8622aae5a58478c8b4c75b81c8e7478576b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:00:29 +0200 Subject: [PATCH 1/2] adding enterprise search comments and links to ECK 2.16 docs --- .../cloud-on-k8s/managing-deployments-using-helm-chart.md | 4 ++++ .../cloud-on-k8s/orchestrate-other-elastic-applications.md | 4 ++++ deploy-manage/security/k8s-network-policies.md | 3 +++ 3 files changed, 11 insertions(+) diff --git a/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md b/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md index 0235de0a6f..3a55d8451b 100644 --- a/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md +++ b/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md @@ -80,6 +80,10 @@ helm install eck-stack-with-apm-server elastic/eck-stack \ --values https://raw.githubusercontent.com/elastic/cloud-on-k8s/2.16/deploy/eck-stack/examples/apm-server/basic.yaml -n elastic-stack ``` +## Enterprise Search server along with Elasticsearch and Kibana [k8s-install-enterprise-search-elasticsearch-kibana-helm] + +Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example deployment of {{es}}, {{kib}}, and an Enterprise Search server using the Helm chart, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-stack-helm-chart.html). + ## Install individual components of the Elastic Stack [k8s-eck-stack-individual-components] You can install individual components in one of two ways using the provided Helm Charts. diff --git a/deploy-manage/deploy/cloud-on-k8s/orchestrate-other-elastic-applications.md b/deploy-manage/deploy/cloud-on-k8s/orchestrate-other-elastic-applications.md index 4ac0a66688..f795293893 100644 --- a/deploy-manage/deploy/cloud-on-k8s/orchestrate-other-elastic-applications.md +++ b/deploy-manage/deploy/cloud-on-k8s/orchestrate-other-elastic-applications.md @@ -14,6 +14,10 @@ The following guides provide specific instructions for deploying and configuring * [Beats](beats.md) * [{{ls}}](logstash.md) +::::{note} +Enterprise Search is not available in {{stack}} versions 9.0 and later. To deploy or manage Enterprise Search in earlier versions, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-enterprise-search.html). +:::: + When orchestrating any of these applications, also consider the following topics: * [Elastic Stack Helm Chart](managing-deployments-using-helm-chart.md) diff --git a/deploy-manage/security/k8s-network-policies.md b/deploy-manage/security/k8s-network-policies.md index 012c0ff8e4..8303635612 100644 --- a/deploy-manage/security/k8s-network-policies.md +++ b/deploy-manage/security/k8s-network-policies.md @@ -433,3 +433,6 @@ spec: common.k8s.elastic.co/type: logstash ``` +## Isolating Enterprise Search [k8s-network-policies-enterprise-search-isolation] + +Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example of Enterprise Search isolation using network policies, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s_prerequisites.html#k8s-network-policies-enterprise-search-isolation). From e6a788907b70f4307fc4fe7f1a4e05296242679b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 10 Apr 2025 07:55:28 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- .../cloud-on-k8s/managing-deployments-using-helm-chart.md | 4 ++-- deploy-manage/security/k8s-network-policies.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md b/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md index 3a55d8451b..866cfd4f6d 100644 --- a/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md +++ b/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md @@ -80,9 +80,9 @@ helm install eck-stack-with-apm-server elastic/eck-stack \ --values https://raw.githubusercontent.com/elastic/cloud-on-k8s/2.16/deploy/eck-stack/examples/apm-server/basic.yaml -n elastic-stack ``` -## Enterprise Search server along with Elasticsearch and Kibana [k8s-install-enterprise-search-elasticsearch-kibana-helm] +## Enterprise Search server along with {{es}} and {{kib}} [k8s-install-enterprise-search-elasticsearch-kibana-helm] -Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example deployment of {{es}}, {{kib}}, and an Enterprise Search server using the Helm chart, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-stack-helm-chart.html). +Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example deployment of {{es}} version 8.x, {{kib}} 8.x, and an 8.x Enterprise Search server using the Helm chart, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-stack-helm-chart.html). ## Install individual components of the Elastic Stack [k8s-eck-stack-individual-components] diff --git a/deploy-manage/security/k8s-network-policies.md b/deploy-manage/security/k8s-network-policies.md index 8303635612..08b7fcbae2 100644 --- a/deploy-manage/security/k8s-network-policies.md +++ b/deploy-manage/security/k8s-network-policies.md @@ -435,4 +435,4 @@ spec: ## Isolating Enterprise Search [k8s-network-policies-enterprise-search-isolation] -Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example of Enterprise Search isolation using network policies, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s_prerequisites.html#k8s-network-policies-enterprise-search-isolation). +Enterprise Search is not available in {{stack}} versions 9.0 and later. For an example of Enterprise Search isolation using network policies in previous {{stack}} versions, refer to the [previous ECK documentation](https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s_prerequisites.html#k8s-network-policies-enterprise-search-isolation).