Installing Logstash
Installing Logstash
APT
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elastic-keyring.gpgsudo apt-get install apt-transport-httpsecho "deb [signed-by=/usr/share/keyrings/elastic-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-8.x.listUnable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)
sudo apt-get update && sudo apt-get install logstashRunning Daemon
Running Logstash
Reference
Last updated