Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Autoscalers are not yet supported by Logstash on ECK #7821

Merged
merged 2 commits into from
May 17, 2024
Merged
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 @@ -1145,6 +1145,8 @@ spec:
[id="{p}-logstash-working-with-plugins-scaling"]
=== Scaling {ls} on ECK

IMPORTANT: The use of autoscalers, such as the HorizontalPodAutoscaler or the VerticalPodAutoscaler, with {ls} on ECK is not yet supported.

{ls} scalability is highly dependent on the plugins in your pipelines.
Some plugins can restrict how you can scale out your Logstash deployment, based on the way that the plugins gather or enrich data.

Expand All @@ -1169,7 +1171,6 @@ spec:
----

.Horizontal scaling for {ls} plugins

****
* Not all {ls} deployments can be scaled horizontally by increasing the number of {ls} Pods defined in the {ls} resource.
Depending on the types of plugins in a {ls} installation, increasing the number of pods may cause data duplication, data loss, incorrect data, or may waste resources with pods unable to be utilized correctly.
Expand Down