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_in plugin respond with 200 OK to GET / #3372

Closed
JoshKeegan opened this issue May 12, 2021 · 2 comments · Fixed by #3373
Closed

http_in plugin respond with 200 OK to GET / #3372

JoshKeegan opened this issue May 12, 2021 · 2 comments · Fixed by #3373

Comments

@JoshKeegan
Copy link

JoshKeegan commented May 12, 2021

Is your feature request related to a problem? Please describe.
I am trying to run Fluentd by deploying a docker container to an Azure App Service. App Service is designed for running HTTP APIs and websites and expects an application to respond with HTTP 200 to GET / before it will route any requests to it.

Describe the solution you'd like
I would like to have http_in respond with 200 OK to a GET / request.

Describe alternatives you've considered
Running the http_in plugin behind nginx within the same container andn having nginx handle GET /. This isn't preferred for a few reasons though.

Additional context
N/A

Is this reasonable? I am happy to work on it & open a PR.

@fujimotos
Copy link
Member

I would like to have http_in respond with 200 OK to a GET / request.

@JoshKeegan Should be fixed by #3373.

@JoshKeegan
Copy link
Author

I would like to have http_in respond with 200 OK to a GET / request.

@JoshKeegan Should be fixed by #3373.

Thankyou for the quick response & PR!

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