In this video, we describe how to install and configure Logstash.
Commands used:
java -version
apt install openjdk-8-jdk
java -version
apt update -y
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
apt install apt-transport-https -y
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt update -y
apt install logstash -y
/usr/share/logstash/bin/logstash -V
/usr/share/logstash/bin/logstash -e 'input { stdin { } } output { stdout {} }'
The related article for this video can be found here: https://www.liquidweb.com/kb/how-to-install-logstash/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit:
https://www.liquidweb.com/products/private-cloud/
Video by: Justin Palmer
Commands used:
java -version
apt install openjdk-8-jdk
java -version
apt update -y
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
apt install apt-transport-https -y
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt update -y
apt install logstash -y
/usr/share/logstash/bin/logstash -V
/usr/share/logstash/bin/logstash -e 'input { stdin { } } output { stdout {} }'
The related article for this video can be found here: https://www.liquidweb.com/kb/how-to-install-logstash/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit:
https://www.liquidweb.com/products/private-cloud/
Video by: Justin Palmer
- Category
- Liquid Web
- Tags
- liquidweb, datacenter, web

Be the first to comment