How to enable HTTP input plugin in kubernetes cluster #5411
Unanswered
pandagodyyy
asked this question in
Q&A
Replies: 1 comment
-
Hey @pandagodyyy , can you cgeck if port 8888 is exposed via the service? you can check that with the command : Also I belive you need to enable that extra port using the below config in your helm values file. Its not enabled by default.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I expect enable http input plugin in the K8s so that the microservices can send custom events to fluent-bit.
I installed fluent-bit with helm way, and configured as below:
values:
config:
inputs: |
[INPUT]
Name http
Host 0.0.0.0
Port 8888
I saw the log of fluent-bit and find log [2022/05/05 06:32:55] [ info] [input:http:http.0] listening on 0.0.0.0:8888
I think the input is initialized but I do not see 8888 endpoint created, besides http server 2020 for monitoring.
Does someone knows how I can make it work
Beta Was this translation helpful? Give feedback.
All reactions