Loading...
1、 logstash的两种启动方式:1、logstash -f logstash.conf 2、配置以服务的方式启动2、Service特性简介service命令用于对系统服务进行管理,比如启动(start)、停止(stop)、重启(restart)、查看状态(status)等。相关的命令还包括chkconfig、ntsysv等,chkconfig用于查看、设置服务的运行级别,ntsysv...