Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 585 Bytes

File metadata and controls

27 lines (17 loc) · 585 Bytes

Logging and tracing

Prerequisites

  • Your Docker host must be configured to use 8Gb of RAM

Start the logging infrastructure (ELK)

$ docker-compose up -d 
Starting elasticsearch ... done
Starting kibana        ... done
Starting logstash      ... done
Starting filebeat      ... done

Display logs

Point your browser to http://<YOUR_DOCKER_HOST>:5601, for example http://localhost:5601

User: elastic

Pass: changeme

An "Index pattern" of type "logstash*" must be created before seeing the logs using Kibana.