Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ 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
```

## Install individual components of the {{stack}} [k8s-eck-stack-individual-components]
## 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}} 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 {{stack}} [k8s-eck-stack-individual-components]

You can install individual components in one of two ways using the provided Helm Charts.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* [{{stack}} Helm Chart](managing-deployments-using-helm-chart.md)
Expand Down
3 changes: 3 additions & 0 deletions deploy-manage/security/k8s-network-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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).
Loading