Elastic Stack / ELK Quick Install - Ubuntu
☰ Table of Content
Install ELK / Elastic Stack in Ubuntu.
Preparation
Use official Elastic Stack 7.x repository:
| |
Install
Using filebeat instead of logstash for lower resource requirement.
| |
Auto Start
| |
URLs
| Application | URL |
|---|---|
| elasticsearch | http://localhost:9200 |
| kibana | http://localhost:5601 |
Filebeat and Nginx
Enable nginx log shipping into elasticseach:
| |
Browser
Connect browser to http://localhost:5601 if installing in local machine.
Use ssh tunnel if installing on remote server:
| |
Then connect browser to http://localhost:5601.
John Siu
Update: 2020-08-28