You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Describe the bug:
output.stdout plugin is enabled by default as ./docker/data/logstash/pipeline/default.conf gets copied over to pipeline/logstash.conf ... the result is a verbose (up to uncontrollable flooding) spitting out logstash image to stdout of every single value ingested
Steps to reproduce:
install helm logstash, push to it anything not on the standard beat 5044 port
if you follow the example in the values.yaml, you are not tempted to override logstash.conf
logstash.conf is there and undocumented, it will produce lots of garbage
Expected behavior:
a sane error handling
Provide logs and/or server output (if relevant):
better not
Any additional context:
yeah, at least the information in the values.yaml about the section:
# Allows you to add any pipeline files in /usr/share/logstash/pipeline/
logstashPipeline: {}
# uptime.conf: |
# input {
# exec {
# command => "uptime"
# interval => 30
# }
# }
# output { stdout { } }
shall maybe use logstash.conf (giving a BIG hint to override it) instead of adding more pipelines
The text was updated successfully, but these errors were encountered:
zeph
added a commit
to zeph/helm-charts-elastic
that referenced
this issue
Feb 28, 2020
Chart version: 7.6.0
Describe the bug:
output.stdout plugin is enabled by default as ./docker/data/logstash/pipeline/default.conf gets copied over to pipeline/logstash.conf ... the result is a verbose (up to uncontrollable flooding) spitting out logstash image to stdout of every single value ingested
Steps to reproduce:
Expected behavior:
a sane error handling
Provide logs and/or server output (if relevant):
better not
Any additional context:
yeah, at least the information in the values.yaml about the section:
shall maybe use
logstash.conf
(giving a BIG hint to override it) instead of adding more pipelinesThe text was updated successfully, but these errors were encountered: