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.