logstash启动命令以及参数说明
./bin/logstash -f config/logstashConf.conf &
logstashConf.conf 代表需要启动的配置文件名字
config/logstashConf.conf 代表需要启动的配置文件路径
-f 代表指定文件路径
& 代表后台启动
来源:CSDN
作者:weixin_43934561
链接:https://blog.csdn.net/weixin_43934561/article/details/103869574