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

Update ECK-Beats default values to not include ElasticsearchRef. #7228

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions deploy/eck-stack/charts/eck-beats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ spec:
# namespace: default

# Reference to ECK-managed Elasticsearch instance.
# *Note* If Beat's output is intended to go to Elasticsearch and not something like Logstash,
# this elasticsearchRef must be updated to the name of the Elasticsearch instance.
#
elasticsearchRef:
name: elasticsearch
elasticsearchRef: {}
# name: elasticsearch
# Optional namespace reference to Elasticsearch instance.
# If not specified, then the namespace of the Beats instance
# will be assumed.
Expand Down