I am new to fluentd/fluentbit but could not understand the difference between forward
and tcp
inputs. In the examples, they emit the logs from the app using a forward input
What exactly is the difference between logging via forward
or tcp
? They both look the same to me.