File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,15 +61,18 @@ $ fluent-tailcheck --help
6161### RPM/DEB (Linux)
6262
6363``` console
64- $ sudo td-agent-gem install fluent-tail_checker
64+ $ sudo td-agent-gem install fluent-tail_checker --bindir /opt/td-agent/embedded/bin
6565```
6666
6767Then, you can use the command as follows.
6868
6969``` console
70- $ /opt/td-agent/embedded/lib/ruby/gems/2.4.0/ bin/fluent-tailcheck --help
70+ $ /opt/td-agent/embedded/bin/fluent-tailcheck --help
7171```
7272
73+ Note: On td-agent v3, you need to specify ` --bindir /opt/td-agent/embedded/bin ` to install the executable under ` /opt/td-agent/embedded/bin ` .
74+ Without this, the executable will be installed under ` /opt/td-agent/embedded/lib/ruby/gems/2.4.0/bin/ ` .
75+
7376### .msi (Windows)
7477
7578` Td-agent Command Prompt ` with Administrator privilege:
You can’t perform that action at this time.
0 commit comments