You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
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
D:\apps\td-agent>fluentd -c etc\td-agent\td-agent.conf
The system cannot find the path specified.
D:\apps\td-agent>dir
Volume in drive D is Data
Volume Serial Number is 24FF-62D0
Directory of D:\apps\td-agent
19/09/2018 16:14 <DIR> .
19/09/2018 16:14 <DIR> ..
19/09/2018 16:14 <DIR> bin
19/09/2018 16:14 <DIR> embedded
19/09/2018 16:14 <DIR> etc
25/01/2018 10:09 2,602 LICENSE
19/09/2018 16:14 <DIR> LICENSES
25/01/2018 10:09 79 td-agent-prompt.bat
19/09/2018 16:14 <DIR> usr
25/01/2018 10:09 5,914 version-manifest.json
25/01/2018 10:09 2,552 version-manifest.txt
D:\apps\td-agent>fluentd -c D:\app\td-agent\etc\td-agent\td-agent.conf
The system cannot find the path specified.
D:\apps\td-agent>where fluentd
INFO: Could not find files for the given pattern(s).
D:\apps\td-agent\bin>cd D:\apps\td-agent\embedded\bin
D:\apps\td-agent\embedded\bin>fluentd -c D:\app\td-agent\etc\td-agent\td-agent.c
onf
The system cannot find the path specified.
D:\apps\td-agent\embedded\bin>fluentd
The system cannot find the path specified.
D:\apps\td-agent\embedded\bin>echo %PATH%
"D:\apps\td-agent\embedded\bin";"D:\apps\td-agent\embedded\bin";xxxxxxxxx
td-agent version: v3.1.1
Environment information, e.g. OS. Windows 7
The text was updated successfully, but these errors were encountered:
I'm reviving this issue to report that I've had issues installing fluentd on Windows.
I changed the default installation folder from /etc to /Program Files/ during the installation,
which gave me some headache when attempting to run the td-agent, as my fluentd.bat file
still referenced a path containing "etc" rather than my specified installation path.
Trying to debug this was pretty difficult, as the only error message I received was something along the line of "System could not find the specified path", without any reference to where this path was specified.
Manually changing this path in the bat file resolved my issue, but took me some time to figure out.
Same solution can be used on current td-agent.
Try the following command after installing td-agent:
gem pristine --only-executables --all
I changed the default installation folder from /etc to /Program Files/ during the installation,
Although I confirmed that fluend can launch from Program Files folder (fluent/fluentd#2920 is needed for recent fluentd), I don't recommend installing td-agent to it since third party plugins might not support such path.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is reposted from fluent/fluentd#2132 (comment)
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: