-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
running fluentd gives "The system cannot find the path specified" with td-agent Windows #2132
Comments
I cannot reproduce this issue with the following steps:
|
Hello, I don't know if this changes anything, but I've installed it in |
Using default installation path should solve this? I used default installation path. |
I tried to install td-agent 3.1.1-0-x64 D:\apps. @ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\opt\td-agent\embedded\bin\ruby.exe" "C:/opt/td-agent/embedded/bin/fluentd" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\opt\td-agent\embedded\bin\ruby.exe" "%~dpn0" %* This is the packaging issue for td-agent. |
done |
Don't change the default location c:/opt | /etc. |
Hello, I've just installed tg-agent on windows via the MSI installer
I'm running through the official install-by-msi instructions, but I'm stuck when trying to run fluentd in td-agent. fluentd is not found
The text was updated successfully, but these errors were encountered: