I installed fluent bit using YAML files on my K8s instance following the documentation. I just modified the Elasticsearch instance pointing to my own instance.
All fluent-bit daemonsets are running but it is not sending any logs to my ES.
I checked pods logs in every node and I don't see any errors, just "stream processor started" messages.
Is there any other way to check for errors on fluent bit beside "kubectl logs" on daemontsets?