Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 571 Bytes

Docker compose that runs Elastic stack and Cribl worker

Docker compose that starts Elasticsearch and Kibana as well as Cribl Stream worker in single mode.

URLs:

Cribl: http://localhost:9000 Kibana: https://localhost:5601

To start Elasticsearch, Kibana and Cribl Stream

$ docker compose up -d

Credentials

Cribl

admin:cribldemo

Elastic

elastic:cribldemo

To start Elasticsearch, Kibana, Fleet and Cribl Stream

$ docker compose --profile fleet up -d

Cleanup

$ docker compose down --remove-orphans --volumes