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 ?
Reactions are currently unavailable
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 ?