Closed ilovemysillybanana closed 6 years ago
UPDATE:
My same configuration up there ^ works fine if you don't use the pattern matching jose.**
, you have to use ** or it won't work.
This is the same issue mentioned here:
https://github.com/atomita/fluent-plugin-aws-elasticsearch-service/issues/6
So I'm going to close this issue as it's a duplicate. But we really need better logging in this.
I'm trying to send my logs using the default example configuration shown here in the logs but it's not working, it just says it's constantly en-queuing but never sends anything out. I installed fluentd from the ruby gem and run it this way:
nohup fluentd -c $HOME/fluent/fluent.conf -vv&>$HOME/fluent/logs/fluentd.log&
Here's an example of how I changed my:
The logs don't show any errors to my understanding, but I do see that it constantly is adding things to a queue but never sends them out.