Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

logstash.conf hidden and (a lot)verbose via output.stdout #499

Closed
zeph opened this issue Feb 28, 2020 · 2 comments
Closed

logstash.conf hidden and (a lot)verbose via output.stdout #499

zeph opened this issue Feb 28, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@zeph
Copy link
Contributor

zeph commented 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:

  1. install helm logstash, push to it anything not on the standard beat 5044 port
  2. if you follow the example in the values.yaml, you are not tempted to override logstash.conf
  3. 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

zeph added a commit to zeph/helm-charts-elastic that referenced this issue Feb 28, 2020
@jmlrt jmlrt mentioned this issue Mar 6, 2020
4 tasks
@jmlrt jmlrt added the bug Something isn't working label Mar 6, 2020
@jmlrt jmlrt self-assigned this Mar 6, 2020
jmlrt added a commit that referenced this issue Mar 6, 2020
@jmlrt
Copy link
Member

jmlrt commented Mar 6, 2020

Fixed by #500

@jmlrt jmlrt closed this as completed Mar 6, 2020
@BenDavidAaron
Copy link

How does one override the default logstash.conf?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants