hi
i'm a total newbie regarding to ELK.
i have setup a new debian system and installed the ELK Services with the official Documentation from here:
https://www.elastic.co/guide/en/elastic-stack/current/installing-elastic-stack.html
So elastic search is working, kibana is working and also my windows beats service is pusing logs into elastic search wihtout any problems.
The only problem that i have is, to get logstash running.
i have installed logstash with the APT Method. The Service was installed and all the config files are there. but if i test the logstash installation withe following command:
bin/logstash -e 'input { stdin { } } output { stdout {} }'
I get the WARNING: Could not find logstash.yml which is typically located in $LS_HOME/config or /etc/logstash.
I've checked it twice and the logstash.yml file is inside the /etc/logstash folder.
any ideas?
also i cannot reach the logstash port 5043 or 5044.