Post

Project cantaloop - Dashboard

Project cantaloop - Dashboard

🌍 Project cantaloop - Dashboard for logging web traffic

After core setup we now add a Dashboard to visualize web traffic. This will be based on Elastic stack, previously called ELK stack. It will be using Filebeats, Elasticserach and Kibana. Reason for all this is to demonstrate a useful application build with best practice modern open source tools

Steps

βœ… port 5601 setup - allow on select IP.
βœ… use official repo
βœ… elasticsearch
βœ… kibana

Allow port 5600

1
2
sudo ufw allow from YOUR_HOME_IP_ADDRESS to any port 5601 proto tcp
sudo ufw status

Use official repo

1

Install Elasticsearch

1

Install Kibana

πŸ’‘Still to do

πŸ”­ next Filebeats

Prototype finished - Elastic, Kibana, Filebeat installed and configured and first sample Dashboard is running.


This post is licensed under CC BY 4.0 by the author.