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

HTTP Input GET method should return "alive" or similar #10003

Open
agup006 opened this issue Feb 24, 2025 · 1 comment · May be fixed by #10020
Open

HTTP Input GET method should return "alive" or similar #10003

agup006 opened this issue Feb 24, 2025 · 1 comment · May be fixed by #10020

Comments

@agup006
Copy link
Member

agup006 commented Feb 24, 2025

When using Fluent Bit in_http plugin the only approved method is a POST. However when using Fluent Bit with an ingress on K8s across major Cloud Providers the default health checks use a GET on top of the Kubernetes service which can cause problems if you want to expose Fluent Bit's in_http plugin

Ideally, Fluent Bit can have the following: A new parameter allow_healthcheck which gives the ability to a user to issue a GET request on the same port and get a 200 response. The reason to have a new parameter is that if adding to exsiting in_http it could break logic where a GET fails today

@edsiper edsiper linked a pull request Feb 27, 2025 that will close this issue
@edsiper
Copy link
Member

edsiper commented Feb 27, 2025

Implementation here: #10020

regarding the extra configuration option, I am not sure why it might be needed...

@edsiper edsiper added this to the Fluent Bit v4.0.0 milestone Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants