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

Support helm chart for Logstash Elastic Stack resource #7143

Merged
merged 18 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update logstash example versions.
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
  • Loading branch information
naemono committed Oct 12, 2023
commit 7678c1f895d86cb8c0fdf28aef866ac81776b57d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# values corresponding to config/recipes/logstash/logstash-eck.yaml
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

elasticsearchRefs:
- clusterName: eck
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/examples/es-role.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# values corresponding to config/recipes/logstash/logstash-es-role.yaml
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

elasticsearchRefs:
- clusterName: eck
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# values corresponding to config/recipes/logstash/logstash-monitored.yaml
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

monitoring:
metrics:
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/examples/multi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# values corresponding to config/recipes/logstash/logstash-multi.yaml
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

pipelines:
- pipeline.id: main
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/examples/volumes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# values corresponding to config/recipes/logstash/logstash-volumes.yaml
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

config:
log.level: info
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-logstash/values.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@

# Version of Logstash.
#
version: 8.10.0-SNAPSHOT
version: 8.11.0-SNAPSHOT

# Logstash Docker image to deploy
#