Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass credentials to connect remote fluentD aggregator #49

Open
aaronma5989 opened this issue Jun 12, 2020 · 0 comments
Open

How to pass credentials to connect remote fluentD aggregator #49

aaronma5989 opened this issue Jun 12, 2020 · 0 comments

Comments

@aaronma5989
Copy link

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 tags for passing self_hostname and shared_key in logback-spring.xml
How do I pass credentials from DataFluentAppender?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants