DevOps Classroom Series – 3/Nov/2019

Install Logstash on Centos7 using rpm

  • Create a centos 7 machine
  • Connect to it using ssh
  • install java 8 using
sudo yum install java-1.8.0-openjdk-devel -y
java -version
  • Download binaries from elastic site and install. In this series i will be using 7.4 version
wget https://artifacts.elastic.co/downloads/logstash/logstash-7.4.2.rpm
sudo rpm -i logstash-7.4.2.rpm
  • Configuration files of logstash are located @ /etc/logstash
  • Logstash works with configuration files where you write rules. Basic configuration files syntax would be
input
filter
output

Golden Signals

  • Request per Second
  • Error Rate
  • Latency
  • Saturation
  • Utilzation

Reason

Making your system observable reduces MTTR (Mean Time TO Repair)

Exercise

  • Create Dashboards representing requests pers second of Apache Server using logstash, elastic search and kibana

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%