wycore / log4j-plugin-fluency

log4j to fluentd log appender
Apache License 2.0
7 stars 12 forks source link

How to pass credentials to connect remote fluentD aggregator #9

Open aaronma5989 opened 4 years ago

aaronma5989 commented 4 years ago

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 log4j.appender How do I pass credentials from log4j.appender?

rayxiaonet commented 4 years ago

+1, I got same issue.