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 setup Token based destination in config #235

Open
abhi-nestegg opened this issue Sep 6, 2021 · 2 comments
Open

How to setup Token based destination in config #235

abhi-nestegg opened this issue Sep 6, 2021 · 2 comments

Comments

@abhi-nestegg
Copy link

I am trying to setup Token based destination for my logs. However, cannot find any example config for the same.
I am using Elastic Beanstalk, so it would be great if a sample configuration can be shared for the same.

@markdascher
Copy link
Contributor

We've just added token support in #239. There aren't many examples yet, but basically you'll just start with a regular config, but then replace the destination section with:

destination:
  host: logs.collector.solarwinds.com
  port: 6514
  protocol: tls
  token: YOUR-TOKEN-HERE

Does that make sense? I'll leave this issue open until we have it more thoroughly documented.

Also be sure to use the latest release, at least v0.21-beta1 or later.

@abhi-nestegg
Copy link
Author

Makes sense @markdascher Thank you!

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