An Elastic Search tool for advance logging for OneUptime platform
Before running the docker-compose file there are basic things to set up on your vm
-
Install Docker and Docker Compose docker docker-compose
-
Setup
vm.max_map_count
value// run this in your terminal sudo nano /etc/sysctl.conf // add this value to the file vm.max_map_count=262144
-
Copy all the files and folder here to your prefered directory on the vm
To run elastic search server in the root directory run
docker-compose up -d --build
docker-compose down -v
-v
flag will delete the volumes too
To allow inbound and outbound traffic to the server, there are few ports you need to allow
Port | Description |
---|---|
5601 | TCP |
9200 | TCP |
9300 | TCP |
1515 | TCP |
1515 | UDP |
1514 | UDP |