fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

in_unix input source missing from v1 docs #608

Closed artash closed 5 years ago

artash commented 5 years ago

in_unix input source documentation is missing here https://github.com/fluent/fluentd-docs/tree/master/docs/v1.0

It is present in v0.12 docs https://github.com/fluent/fluentd-docs/blob/master/docs/v0.12/in_unix.txt

Is the in_unix source being deprecated? There's a commented out log record here https://github.com/fluent/fluentd/blob/v1.3.2/lib/fluent/plugin/in_unix.rb#L187, so it's not clear whether or not this input source is going to be supported in the future versions of fluentd.

fujimotos commented 5 years ago

As far as I know, in_unix is still usable as of v1.3.3 and we should have the documentation manual for it.

Thanks for reporting, I'll find time and fix it anytime soon.

repeatedly commented 5 years ago

Yes. in_unix is still supported but it still use old plugin API...

cosmo0920 commented 5 years ago

Migrating in_unix to use Fluentd v1 API, we should implement unix socket server in server plugin helper.... https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin_helper/server.rb#L180