remote_syslog2 icon indicating copy to clipboard operation
remote_syslog2 copied to clipboard

How to setup Token based destination in config

Open abhi-nestegg opened this issue 2 years ago • 2 comments

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.

abhi-nestegg avatar Sep 06 '21 07:09 abhi-nestegg

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.

markdascher avatar Nov 19 '21 22:11 markdascher

Makes sense @markdascher Thank you!

abhi-nestegg avatar Nov 22 '21 12:11 abhi-nestegg