Hi all,
I have built fluentbit binary from source code and my main binary is starting a process of fluentbit. My command to start fluentbit looks like this "/fluent-bit --config=/dev/stdin --http --port=2020 --flush=1 -o
forward://127.0.0.1:8006 --match=*". In next step i am providing configuration path on stdin. But fluentbit process stop as soon as it start and i am not able to see any error at my main binary.
But if i replace --config=/dev/stdin to --config=<configuration file path> it works fine.
Also I dont get above issue if I install the binary from yum. Can someone please help me with this on what might be the issue?
Thanks,
Gagan Pal Singh