ELK Step by Step Guide Following is detail of elk ,how we install,start and run. and prepare report I install elk on Docker with following step: Step1 Check the status of docker: Step2 I have created "docker" folder on my machine. Step3 I have created three folder in docker folder: config data docker-compose.yml Step4 Then configure these folder with following is the step and data: we can change these configration with our requirement, First Configure docker-compose.yml version: "2.0" services: elk: image: sebp/elk:latest ports: - "5601:5601" - "9200:9200" - "5044:5044" - "9300:9300" volumes: - "/home/keenable/docker/data:/tmp/in_data" - "/home/keenable/...
Posts
Showing posts with the label How install ELK step by step