Docker-compose

I uses small docker-compose.yml as host, I want add docker-image of filebeat to send nginx log to Elsatic et Kibana.

I try some things on localhost (in production i many server in use ...)

Docker-compose as based on :

and for kibana:

version: "3"
services:
    elk: 
      image: sebp/elk
      ports:
        - "5601:5601"
        - "9200:9200"
        - "5044:5044"

thanks for your help

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.