Skip to content
Draft
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
53 changes: 0 additions & 53 deletions deploy-manage/deploy/cloud-enterprise/add-plugins.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* [](./customize-deployment.md): Learn how to change your deployment architecture, configure resources, autoscaling, data tiers, and other {{stack}} components, from the **Edit** deployment view.
* [](./edit-stack-settings.md): Add, remove, or update {{es}} or {{kib}} YML configuration settings.
* [](./resize-deployment.md): Learn how to scale a deployment, including important considerations, and a practical example.
* [](./add-plugins.md): Enable or disable plugins from the list of available extensions in ECE.
* [](./add-custom-bundles-plugins.md): Add custom plugins or external configuration files to your {{es}} instances.
* [](/deploy-manage/plugins-and-bundles/cloud-enterprise/add-plugins-provided-with-ece.md): Enable or disable plugins from the list of available extensions in ECE.

Check notice on line 21 in deploy-manage/deploy/cloud-enterprise/configure-deployment.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.WordChoice: Consider using 'deactivate, deselect, hide, turn off' instead of 'disable', unless the term is in the UI.
* [](/deploy-manage/plugins-and-bundles/cloud-enterprise/add-custom-bundles-plugins.md): Add custom plugins or external configuration files to your {{es}} instances.
* [](./ece-regional-deployment-aliases.md): Configure custom aliases to create predictable and human-readable URLs for your {{stack}} components, making them easier to share and use.
* [](./resource-overrides.md): Temporary extend cluster capacity to improve stability.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To create a deployment in ECE:
Restoring a snapshot can help with major version upgrades by creating a separate, non-production deployment where you can test, for example. Or, make life easier for your developers by providing them with a development environment that is populated with real data.
::::

6. Select **Advanced settings** if you want to configure [autoscaling](/deploy-manage/autoscaling/autoscaling-in-ece-and-ech.md), adjust resources, [select plugins](./add-plugins.md), or customize [data tiers](/manage-data/lifecycle/data-tiers.md). Refer to [Customize your deployment](../../../deploy-manage/deploy/cloud-enterprise/customize-deployment.md) for more details on the available options.
6. Select **Advanced settings** if you want to configure [autoscaling](/deploy-manage/autoscaling/autoscaling-in-ece-and-ech.md), adjust resources, [select plugins](/deploy-manage/plugins-and-bundles/cloud-enterprise/add-plugins-provided-with-ece.md), or customize [data tiers](/manage-data/lifecycle/data-tiers.md). Refer to [Customize your deployment](../../../deploy-manage/deploy/cloud-enterprise/customize-deployment.md) for more details on the available options.

7. Select **Create deployment**. It takes a few minutes before your deployment gets created.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In the deployment edit page, you can configure the following settings and featur

* Enable additional components, such as [Machine Learning](../../../explore-analyze/machine-learning.md) nodes or an [Integrations server](./manage-integrations-server.md).

* Select **Manage user settings and extensions** at {{es}} level, or **Edit user settings** for other components, to customize the YML configuration settings and plugin extensions. For more details, refer to [](edit-stack-settings.md) and [](./add-plugins.md).
* Select **Manage user settings and extensions** at {{es}} level, or **Edit user settings** for other components, to customize the YML configuration settings and plugin extensions. For more details, refer to [](edit-stack-settings.md) and [](/deploy-manage/plugins-and-bundles/cloud-enterprise/add-plugins.md).

* Select the **Advanced edit** link at the bottom of the page to access the [](./advanced-cluster-configuration.md) view.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

* Add your own [load balancer](./ece-load-balancers.md). Load balancers are user supplied and we do not currently provide configuration steps for you.

* [Add more capacity](/deploy-manage/maintenance/ece/scale-out-installation.md) to your ECE installation, [resize your deployment](./resize-deployment.md), [upgrade to a newer {{es}} version](/deploy-manage/upgrade/deployment-or-cluster/upgrade-on-ece.md), and [add some plugins](./add-plugins.md).
* [Add more capacity](/deploy-manage/maintenance/ece/scale-out-installation.md) to your ECE installation, [resize your deployment](./resize-deployment.md), [upgrade to a newer {{es}} version](/deploy-manage/upgrade/deployment-or-cluster/upgrade-on-ece.md), and [add some plugins](/deploy-manage/plugins-and-bundles/cloud-enterprise/add-plugins-provided-with-ece.md).

Check notice on line 21 in deploy-manage/deploy/cloud-enterprise/post-installation-steps.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Versions: Use 'later version' instead of 'newer version' when referring to versions.

* [Configure ECE system deployments](./system-deployments-configuration.md) to ensure a highly available and resilient setup.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# Create custom images [k8s-custom-images]

You can create your own custom application images ({{eck_resources_list}}) instead of using the base images provided by Elastic. You might want to do this to have a canonical image with all the necessary plugins pre-loaded rather than [installing them through an init container](init-containers-for-plugin-downloads.md) each time a Pod starts. You must use the official image as the base for custom images. For example, if you want to create an {{es}} {{version.stack}} image with the [ICU Analysis Plugin](elasticsearch://reference/elasticsearch-plugins/analysis-icu.md), you can do the following:
You can create your own custom application images ({{eck_resources_list}}) instead of using the base images provided by Elastic. You might want to do this to have a canonical image with all the necessary plugins pre-loaded rather than [installing them through an init container](/deploy-manage/plugins-and-bundles/cloud-on-k8s/init-containers-for-plugin-downloads.md) each time a Pod starts. You must use the official image as the base for custom images. For example, if you want to create an {{es}} {{version.stack}} image with the [ICU Analysis Plugin](elasticsearch://reference/elasticsearch-plugins/analysis-icu.md), you can do the following:

1. Create a `Dockerfile` containing:

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion deploy-manage/deploy/cloud-on-k8s/customize-pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:

## More examples [k8s_more_examples_2]

* [Init containers for plugin downloads](init-containers-for-plugin-downloads.md)
* [Init containers for plugin downloads](/deploy-manage/plugins-and-bundles/cloud-on-k8s/init-containers-for-plugin-downloads.md)
* [*Manage compute resources*](manage-compute-resources.md)

For further information:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Before deploying and running ECK in production, review the basic and advanced se
* [Virtual memory](virtual-memory.md): Methods to accomplish {{es}} virtual memory system configuration requirement.
* [Secure settings](/deploy-manage/security/k8s-secure-settings.md): Configure the {{es}} keystore through Kubernetes secrets.
* [Settings managed by ECK](settings-managed-by-eck.md): List of {{es}} settings that you shouldn't update.
* [Custom configuration files and plugins](custom-configuration-files-plugins.md): Add extra configuration files or install plugins to your {{es}} nodes.
* [Init containers for plugin downloads](init-containers-for-plugin-downloads.md): Use Kubernetes init containers to install plugins before starting {{es}}.
* [Add plugins and configuration files](/deploy-manage/plugins-and-bundles/cloud-on-k8s/manage-plugins.md): Add extra configuration files or install plugins to your {{es}} nodes. For the cross-deployment overview, see [Plugins and bundles](/deploy-manage/plugins-and-bundles.md).
* [Init containers for plugin downloads](/deploy-manage/plugins-and-bundles/cloud-on-k8s/init-containers-for-plugin-downloads.md): Use Kubernetes init containers to install plugins before starting {{es}}.

## Scheduling and lifecycle management

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you already looked at the [{{es}} on ECK](elasticsearch-configuration.md) doc
* [Customize the product configuration](#k8s-kibana-configuration)
* [Manage HTTP settings](/deploy-manage/security/k8s-https-settings.md#k8s-kibana-http-configuration)
* [Use secure settings](../../security/k8s-secure-settings.md)
* [Install {{kib}} plugins](k8s-kibana-plugins.md)
* [Install {{kib}} plugins](/deploy-manage/plugins-and-bundles/cloud-on-k8s/k8s-kibana-plugins.md)

## Pod configuration [k8s-kibana-pod-configuration]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

#### Using init containers with Istio CNI [k8s-service-mesh-istio-cni]

There are [known issues with init containers](https://istio.io/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers) when Istio CNI is configured. If you use init containers to [install {{es}} plugins](init-containers-for-plugin-downloads.md) or perform other initialization tasks that require network access, they may fail due to outbound traffic being blocked by the CNI plugin. To work around this issue, explicitly allow the external ports used by the init containers.
There are [known issues with init containers](https://istio.io/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers) when Istio CNI is configured. If you use init containers to [install {{es}} plugins](/deploy-manage/plugins-and-bundles/cloud-on-k8s/init-containers-for-plugin-downloads.md) or perform other initialization tasks that require network access, they may fail due to outbound traffic being blocked by the CNI plugin. To work around this issue, explicitly allow the external ports used by the init containers.

Check notice on line 133 in deploy-manage/deploy/cloud-on-k8s/k8s-service-mesh-istio.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.WordChoice: Consider using 'can, might' instead of 'may', unless the term is in the UI.

To install plugins using an init container, use a manifest similar to the following:

Expand Down
Loading
Loading