-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
kafka output plugin issue #879
Comments
hi, please provide the following:
|
Hi Edsiper, [0] cathy-kafka: [1541127251.610221105, {"exec"=>"[Nest] 13 - 2018-11-2 02:54:11 [NestFactory] Starting Nest application..."}] Dockerfile: WORKDIR /dev-business-server COPY package*.json ./ COPY src/ /dev-business-server/src COPY fluentbit.kafka.conf /dev-business-server Fluentbit.kafka.conf Another wired thing is that, if i change to use "i -cpu " and keep the rest out put config same, then i can see logs in our kafka server. So from my observation, maybe i miss some necessary configuration for "exec" input plugin? |
In order to speed up the review of this issue please do:
Also make sure that your configuration file have the order of sections as: SERVICE, INPUT, FILTER, OUTPUT |
ping |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
…file (fluent#879) Signed-off-by: Joe Welsh <[email protected]> Signed-off-by: Joe Welsh <[email protected]>
Bug Report
Describe the bug
To Reproduce
Expected behavior
Screenshots
Your Environment
Additional context
I have used the fluentbit 0.13 and nodejs to create a base image. In my own application dockerfile, i used that base image for "FROM" command, i create a shell script as the ENTRYPOINT for that dockerfile like this:
/fluent-bit/bin/fluent-bit -i exec -p 'command=npm run server' -o kafka -p brokers=**** -p topics=****
The problem is that:
After the application successfully deployed, application can run without any problems which means the "npm run server" script work properly but i can't see any loggers from our kafka.
But i try to go inside that running docker container and trigger fluentbit command manually then i can see the loggers go to kafka.
Can someone help give some advices on what the potential reason could be for this case?
The text was updated successfully, but these errors were encountered: