Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 721 Bytes

EFK-On-Docker

Step 1:

Install Docker and Docker Compose, by following the instructions in the below links

https://docs.docker.com/engine/install/ubuntu/

https://docs.docker.com/compose/install/

Step 2:

Unzip the opsmx.zip. Switch to opsmx folder

Step 3:

In docker-compose.yml, under fluentd:volumes, replace "/home/opsmx/logs" with your log folder.

By default, elastic & kibana are bound to ports 9200 & 5601 respectively on the host. These ports should be open on the host for connecting to autopilot. If these are not available, you can change the same in the docker-compose.yml.

Step 4:

In opsmx folder, run

$ docker-compose up -d

Check if elastic, kibana & fluentd containers are running

$ docker ps