Skip to content

michaelhyatt/cribl-elastic-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published