BudgetManager-ELK

This repository contains the demo of ELK stack for my BudgetManager-React-Spring-Boot project.

Screenshot

  1. Kibana Dashboard Screenshot 1

Built With

  • Elasticsearch 7.5.2
  • Logstash 7.5.2
  • Kibana 7.5.2

Prerequisites

  • Java 8
  • app-log.log file having logs in below pattern(I have added all logs in spring-boot project in below standard)

[IP] [METHOD] [URIPATH] [TIMESTAMP] [LOGLEVEL] [---] [THREAD] [---] [CLASS] [:] [USERACTION] [--] [ACTIONKEY] [--] [any number of key-pair values, like(vaiable=value)]

  • Install Elasticsearch, Logstash and Kibana and setup environment variables Screenshot 2

Open and Run Project

  1. open command prompt and run command "elasticsearch"
  2. open new command prompt and run command "kibana"
  3. open new command prompt and run "logstash -f BudgetManager.conf"

License

License

Support

Please feel free to submit issues with any bugs or other unforeseen issues you experience.

Author

  • Ravi Gadhiya

alt text alt text alt text

Thanks

Please, let me know if this project is useful to you or give suggestions at gadhiyaravi879@gmail.com. I would loved to hear from you guys. Happy coding. 😊