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

graylog2 support tls, udp #2657

Merged
merged 1 commit into from Apr 12, 2019
Merged

Conversation

Kokan
Copy link
Collaborator

@Kokan Kokan commented Apr 3, 2019

Updated @Gorian work(#2637) based on @furiel comments (#2637 (comment)).

With this modification the graylog2 can be configured with any transport (tcp, udp, tls, ...).
A tls example:

graylog2(
   transport(tls)
   tls(
     ca-dir("/etc/ssl/certs")
     peer-verify("required-trusted")
   )
);

Graylog GELF supports both UDP and TCP+TLS. There is no reason you can't default to TCP but add support for using the plugin while changing the transport to UDP.

Signed-off-by: Layne <BreitkreutzL@gmail.com>
Signed-off-by: Kokan <kokaipeter@gmail.com>
@Kokan Kokan added the user-visible-feature User visible feature label Apr 3, 2019
@kira-syslogng
Copy link
Contributor

Build SUCCESS

@Kokan Kokan added this to the syslog-ng-3.21 milestone Apr 8, 2019
@alltilla alltilla merged commit 86dc700 into syslog-ng:master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-visible-feature User visible feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants