Skip to content

Commit 843be8e

Browse files
barkbaythbkrkr
andauthored
Logstash: Update OLM description and README (#6833) (#6836)
Co-authored-by: Thibault Richard <[email protected]>
1 parent 222df6f commit 843be8e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Elastic Cloud on Kubernetes (ECK)
66

7-
Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, and Elastic Maps Server on Kubernetes based on the operator pattern.
7+
Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, Elastic Maps Server, and Logstash on Kubernetes based on the operator pattern.
88

99
Current features:
1010

@@ -24,6 +24,7 @@ Supported versions:
2424
* Beats: 7.0+, 8+
2525
* Elastic Agent: 7.10+ (standalone), 7.14+, 8+ (Fleet)
2626
* Elastic Maps Server: 7.11+, 8+
27+
* Logstash 8.7+
2728

2829
Check the [Quickstart](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html) to deploy your first cluster with ECK.
2930

docs/eck-attributes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:eck_crd_version: v1
33
:eck_release_branch: 2.8
44
:eck_github: https://github.com/elastic/cloud-on-k8s
5-
:eck_resources_list: Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, Logstash, and Elastic Maps Server
5+
:eck_resources_list: Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, Elastic Maps Server, and Logstash

hack/operatorhub/templates/csv.tpl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,14 @@ spec:
253253
version: {{ .Version }}
254254
{{- end }}
255255
description: 'Elastic Cloud on Kubernetes (ECK) is the official operator by Elastic for automating the deployment, provisioning,
256-
management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, Enterprise Search, Elastic Agent and Elastic Maps Server
257-
on Kubernetes.
256+
management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, Enterprise Search, Elastic Agent, Elastic Maps Server,
257+
and Logstash on Kubernetes.
258258

259259

260260
Current features:
261261

262262

263-
* Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent and Elastic Maps Server deployments
263+
* Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, Elastic Maps Server, and Logstash deployments
264264

265265
* TLS Certificates management
266266

@@ -292,6 +292,8 @@ spec:
292292

293293
* Elastic Maps Server: 7.11+, 8+
294294

295+
* Logstash 8.7+
296+
295297

296298
ECK should work with all conformant installers as listed in these [FAQs](https://github.com/cncf/k8s-conformance/blob/master/faq.md#what-is-a-distribution-hosted-platform-and-an-installer). Distributions include source patches and so may not work as-is with ECK.
297299

@@ -377,6 +379,7 @@ spec:
377379
- search
378380
- database
379381
- apm
382+
- logstash
380383
links:
381384
- name: Documentation
382385
url: https://www.elastic.co/guide/en/cloud-on-k8s/{{ .ShortVersion }}/index.html

0 commit comments

Comments
 (0)