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

Unknown input plugin 'unix' #1016

Closed
cbh34680 opened this issue Jun 2, 2016 · 3 comments · Fixed by #1017
Closed

Unknown input plugin 'unix' #1016

cbh34680 opened this issue Jun 2, 2016 · 3 comments · Fixed by #1017
Labels
bug Something isn't working v0.14

Comments

@cbh34680
Copy link

cbh34680 commented Jun 2, 2016

Install td-agent2 and faced the following problem at startup

  • version: td-agent2 (td-agent-2.3.1-0.el6.x86_64)
  • OS: centos 6.8
  • Configuration (/etc/td-agent/td-agent.conf)
<source>
  @type unix
  path  /var/run/td-agent/td-agent.sock
</source>
  • fluent startup log
2016-06-02 12:51:53 +0900 [error]: config error file="/etc/td-agent/td-agent.conf" error="Unknown input plugin 'unix'. Run 'gem search -rd fluent-plugin' to find plugins"
  • step
  1. Install td-agent with "install-redhat-td-agent2.sh"
  2. Wrote "/etc/td-agent/td-agent.conf"
  3. Update all gems "td-agent-gem update"
  4. Start process "service td-agent start"
@repeatedly
Copy link
Member

repeatedly commented Jun 2, 2016

It seems a regression of v0.14.0.
v0.14.0 doesn't require all fluent/plugin/* files in the fluentd gem so in_unix doesn't find.

@tagomoris Please rename in_stream to in_unix.

@repeatedly repeatedly added bug Something isn't working v0.14 labels Jun 2, 2016
@tagomoris
Copy link
Member

Oh, ok. will do.

@tagomoris
Copy link
Member

Fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.14
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants