ELK Stack Filebeat Setup | Configure Filebeat Nginx | ELK Tutorial for Beginners in Hindi

preview_player
Показать описание
This is VismoTech it trainers tutorial on Filebeat setup and configure which will help you getting nginx logs on kibana.
#elkstack #elk #filebeat #setup

Install Filebeat
Filebeat is a lightweight plugin used to collect and ship log files.
It is the most commonly used Beats module. One of Filebeat’s major
advantages is that it slows down its pace if the Logstash service is
overwhelmed with data.
===========================================================
Install Filebeat by running the following command:

sudo apt-get install filebeat
===========================================================
Configure Filebeat
Filebeat, by default, sends data to Elasticsearch. Filebeat can also be configured to send event data to Logstash.

===========================================================
2. Under the Elasticsearch output section, comment out the following lines:

# Array of hosts to connect to.
# hosts: ["localhost:9200"]

===========================================================
Next, enable the Filebeat system module,
which will examine local system logs:

sudo filebeat modules enable system
===========================================================
Start and Enable Filebeat

Start and enable the Filebeat service:
sudo systemctl start filebeat
sudo systemctl enable filebeat
===========================================================
Start nginx module for filebeat:

filebeat modules enable nginx
===========================================================
setup filebeat from terminal to get logs in kibana,
filebeat setup -e
===========================================================
Verify Elasticsearch Reception of Data
Finally, verify if Filebeat is shipping log files to Logstash for processing. Once processed, data is sent to Elasticsearch.

Рекомендации по теме
Комментарии
Автор

The most amazing explanation I've ever seen.
Thanks man.

xkaleem
Автор

Sir after Logstash install karne ke baad kaose logs ko kibana m siscover uska ek video bana dijiye
Full basic and step by step
Please

keshavsaini
Автор

Hi Sir How can I monitor Sophos XG firewall logs and traffic. Any Idea please share me details

EeshwarTak
Автор

Hi, how to add more fields in the nginx logs, like how to add client IP in right side bar for searching. just to + client ip and show that only

farhanahmad
Автор

How to define path in filebeat yml file, if i want to read csv (Real time data) files from another machine in same network?

bhaveshkunbi
Автор

Thank you bro for detail explanation...

Is more videos on kibana coming? Like making Dashboard ?

And Can you make a video on Dynatrace Tool?

dhakshath
Автор

Nice video but very sad other videos are not available

Kk-rlnv
Автор

Did these steps but index not creating.

durantapatra
Автор

Hii ..I subscribed your channel..good knowledge you have explained about ELK ..I have questions "I think you have installed filebeat on the same system 9n which elk stack is running "

shahzadhashmi
Автор

Hello, I did everything according to the videos, but still, my logs are showing in Kibana. I can see the index of logs in Kibana, but still, logs are not showing up in the Discover tab. I also used this command: filebeat setup -e. can you please guide me what's wrong here.

KamranAli-yjde
Автор

BHai ye course ka duration kitna hoga, aur bhai aapne elk setup ubuntu pe bataaya tha rhel machine par bhi same step follow karna hai kya??

amitpandey