Hi All,
This is my first time installing Logstash and have been doing my best to follow the documentation for APT (on Ubuntu).
As an aside, I just finished installing InfluxDB, Telegraf, Kapacitor which had a similar process for adding the repository definition. That all seemed to go fine, but after doing more research, it looks like the ELK stack is the way to go..
Followed the procedure below:
https://www.elastic.co/guide/en/logstash/current/package-repositories.html
$ wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
$ echo "deb http://packages.elastic.co/logstash/2.2/debian stable main" | sudo tee -a /etc/apt/sources.list
$ sudo apt-get update && sudo apt-get install logstash
These all completed fine, but the next step is baffling me?
$ logstash
logstash: command not found
I can't find in the documentation what is command (or daemon) to use logstash?
Is it called logstash or something else?
Super keen to play and get this working, but a little frustrated with the documentation.
Gabe