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 #88

Open
aaronma5989 opened this issue Jun 12, 2020 · 1 comment
Open

How to pass credentials to connect remote fluentD aggregator #88

aaronma5989 opened this issue Jun 12, 2020 · 1 comment

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 any examples for passing self_hostname and shared_key in FluentLogger
How do I pass credentials from FluentLogger ?

@Shikhar1097
Copy link

facing the same issue

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

No branches or pull requests

2 participants