Cannot config logstash

i am new to using ELK. i can run my Elasticsearch on 9200 and same for my Kibana on 5601 . but my command on terminal( sudo service logstash configtest ) tack back this line :"logstash: unrecognized service" .how can i fix that?

After configuring /etc/logstash/startup.options (you might not need to change anything), run LS_HOME/bin/system-install, where LS_HOME is the location that Logstash is installed (typically /usr/share/logstash).

thx. i can config logstash .another question, on my input ,i set path of log file and my config is ok but i cannot see my log file on kibana index pattern.do you know why?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.