fluent-logger-java
fluent-logger-java copied to clipboard
How to pass credentials to connect remote fluentD aggregator
I have a fluentD aggregator running in AWS with configuration like this
<source>
@type forward
port 24224
<security>
self_hostname fluentd-aggregator
shared_key test_key
</security>
</source>
I didn't find any examples for passing self_hostname and shared_key in FluentLogger How do I pass credentials from FluentLogger ?
facing the same issue