好吧,我遇到了以下问题.我的工作区有以下方式
bin conf example lib LICENSE locales patterns README.md spec vendor
Run Code Online (Sandbox Code Playgroud)
在conf文件夹中,我得到logstash-apache.conf了下一个输入的文件
input {
file {
path => "./../example/logs/logprueba/*_log"
start_position => beginning }
}
}
Run Code Online (Sandbox Code Playgroud)
当我运行logstash时,我收到消息:
File paths must be absolute, relative path specified: ./../example/logs/logprueba/*_log
有没有办法设置相对路径?