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
What did you do?
I have a found a discrepancy between the helm chart for Logstash and what the documentation describes for configuring pipelines using pipelinesRef
What did you expect to see?
As per the Logstash helm chart, the pipelinesRef object shows that the format should be:
I expected to see some sort of error when using the incorrect format.
What did you see instead? Under which circumstances?
Nothing. I was confused as to why my logstash deployment was not using my configured pipelines. I discovered there was an error when I looked at the logstash resource. It only showed an empty object for pipelinesRef
Bug Report
What did you do?
I have a found a discrepancy between the helm chart for Logstash and what the documentation describes for configuring pipelines using
pipelinesRef
What did you expect to see?
As per the Logstash helm chart, the
pipelinesRef
object shows that the format should be:However the Logstash ECK docs define the correct usage.
I expected to see some sort of error when using the incorrect format.
What did you see instead? Under which circumstances?
Nothing. I was confused as to why my logstash deployment was not using my configured pipelines. I discovered there was an error when I looked at the logstash resource. It only showed an empty object for
pipelinesRef
I looked at the template for the logstash helm chart, and it technically accepts any yaml after the
pipelinesRef
keyAnd the test fails to catch this as well as it uses the incorrect definition.
The text was updated successfully, but these errors were encountered: