However, I've not able to communicate with gelf source input plugin. This is the output of my service is trying to communicate with fluent:
Listening for transport dt_socket at address: 5005
INFO [io.quarkus] (main) Quarkus 1.1.0.Final started in 1.798s. Listening on: http://0.0.0.0:8080
INFO [io.quarkus] (main) Profile dev activated. Live Coding activated.
LogManager error of type GENERIC_FAILURE: Port gelf.fluentd.localhost:80 not reachable
I've tested it using fluent-cat cli inside fluentd pod:
I'm running fluentd into my k8s cluster (k3d).
I've installed
fluent-plugin-input-gelf-0.3.1
, with this configuration:These are the logs:
As you can see
gelf input plugin
is listening at port12201 with udp
.Also
manager
is listening on24224
.These are my services:
And here my ingress:
I've been able to get something from
monitor-agent
:However, I've not able to communicate with
gelf source input plugin
. This is the output of my service is trying to communicate with fluent:I've tested it using
fluent-cat
cli insidefluentd
pod:It's ingested and forwarded correctly...
However, when I'm trying:
Any ideas?