【发布时间】:2014-07-30 14:12:43
【问题描述】:
我刚搬到一台新电脑上,我无法让 logstash-1.4.2 工作。它在我的最后一台计算机上运行良好。我正在尝试使用以下命令运行 logstash。
logstsash agent -f myFile.conf
myFile.conf 的内容就是这个简单的文件
input { stdin { } }
output { stdout { } }
每次运行上面的命令都会出现以下错误
The system cannot find the path specified
我在命令提示符下从 logstash 中的 bin 文件夹运行此命令。 logstash.bat 和 myFile.conf 都在这个目录中。
有谁知道如何解决这个问题。
【问题讨论】: