How to Setup ELK Stack in Ubuntu with Filebeat to collect logs from servers

preview_player
Показать описание
#awsfordevelopers #aws #hinditutorial #urdotutorial #elkstack #observerbility
#devops #technoronix #filebeat #monitoring #serveradministration
#devops #support #linux_tutorial #linuxsystemadministration #linuxtutions

Setup Elasticsearch :

1 apt-get update
2 sudo apt-get install openjdk-8-jdk
4 sudo apt-get install apt-transport-https
6 sudo apt-get update
7 sudo apt-get install elasticsearch

Setup Kibana

1 apt-get update
2 sudo apt-get install openjdk-8-jdk
4 sudo apt-get install apt-transport-https
6 sudo apt-get update
7 sudo apt-get install kibana
9 systemctl start kibana
10 systemctl status kibana

Setup Logstash

12 sudo apt-get install logstash
13 cd /etc/logstash/conf.d/
logstash pipeline for apache using filebeat
17 sudo filebeat modules enable system

Client Setup (Apache Web server)

paths:
- /var/log/apache2/*.log
# The Logstash hosts
hosts: ["10.0.43.154:5044"]
5 sudo filebeat modules enable system
6 sudo filebeat modules enable apache
8 filebeat test output
Рекомендации по теме
Комментарии
Автор

you are GOD gifted person with speaking capabilities i love the way you explain very complex things in details p

muhaphotograpy
Автор

Thank you bro you are sloving my projects 🙏

Wiji
Автор

i really like the way you described in the video please keep post more videos also let us know how we can connect to you

professorosborn
Автор

Have u tried SOF-elk sans I imported it but didn’t c the gui installed centos gui but didn’t show any of the tools any ideas how to fix ?

reconxf
Автор

will i be able to get logs from microservices present in EKS from the above configuration?

demotest-vruh
Автор

How to check if this is running or not?
I tried service arcsight-syslogd restart

But it is not working

ePrfssr
Автор

very well explain. let us know how we can connect to you???

rahulpardeshi
Автор

Hey mansur is there any way i can connect with you to learn more about observability tools ?

marktim
Автор

Can we directly send data to Elasticsearch from filebeat instead of logstash?

nirmalunagar
Автор

Ca we use grafana instead of kibana as it give more cool UI and dashboards

allanhawkin
Автор

I have followed all the steps mentioned in the video but I don't see the logs on kibana. what is the reason

jeevan
Автор

Is it elastic search or elastic search hadoop?

karantandon
Автор

HI Bro,
its show the Kibana Ui, but I didn't get the logs on Kibana, What is reason bro ?

maheshvlogs