This repository has been archived by the owner on May 16, 2023. It is now read-only.
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Ingress support in Logstash #453
Closed
Description
openedon Jan 20, 2020
The current Logstash helm chart lacks ingress support. I did find, in a commit that it was initially added but removed soon after.
It states:
Logstash HTTP API shouldn't be exposed externally as Logstash doesn't manage any authentication on this API.
Also as Logstash doesn't support clustering, being able to access this API via a service doesn't make sense.
As far as I saw, the HTTP plugin does support some level of authentication and I really can't see how the lack of clustering support influences this decision. Do these conditions still hold?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment