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

Question: Fluentd input plugin? #24

Open
pieterlouw opened this issue Jun 21, 2018 · 1 comment
Open

Question: Fluentd input plugin? #24

pieterlouw opened this issue Jun 21, 2018 · 1 comment

Comments

@pieterlouw
Copy link

Hi,

With which Fluentd input plugin does this hook work? in_forward or in_tcp?

Pieter

@evalphobia
Copy link
Owner

@pieterlouw This library use https://github.com/fluent/fluent-logger-golang and the default is tcp.
https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L20

This library just use default one so far, but you can add supports for unix domain socket
https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L272-L284

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