Skip to content

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

@agup006

Description

@agup006

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions