ElasticSearch + Logstash: realtime monitoring of nginx logs (ElasticSearch for beginners)

preview_player
Показать описание
Prerequisite:
In this video, I used docker image of elastic search. So it is good if you have some idea of dockers. It is not compulsory but just needed for installation. Rest of the part is related to elastic search only and you can go through it.

This video contains:

1. Basic idea / use cases of ElasticSearch
2. Load data in ElasticSearch (data can be of any type, you need to convert it to json)
3. Docker: Mount ElasticSearch data to persistent volume
4. Monitor nginx logs using Elastic search and Logstash(Realtime )
Рекомендации по теме
Комментарии
Автор

it helped me a lot to implement the ELK for nginx

shishirroy
Автор

Please share the logstash configuration for retrieving the nginx log

raw_humour
Автор

Looks good !! Can you share the logstash configuration file ?

rajkk