Sign inSign up

snuids/cerebro

By snuids

Updated over 8 years ago

A containarized version of the marvellous cerebro (v0.7.1) application for Elastic Search.

Image
1

5.2K

snuids/cerebro repository overview

Usage

Simply pull the image and specify the appropriate port and IP:

docker run -d -p 9000:9000 --name cerebro snuids/cerebro:v0.7.1

For more information on cerebro, follow this link: https://github.com/lmenezes/cerebro For more information on Elastic and Docker read our blog here: http://www.mannekentech.com

DockerCompose file

Please find below a fully functional docker-compose file for the full stack.

#COMPOSE ELK5

version: '2' services:

############################## cerebro: image: snuids/cerebro:latest container_name: cerebro ports: - 9000:9000 links: - esnode1

############################## esnode1: image: elasticsearch:5 environment: - ES_JAVA_OPTS=-Xmx1g -Xms1g ports: - "9200:9200" - "9300:9300" container_name: esnode1

############################## kibana: image: snuids/kibana5withextravisus:v5.0.0 ports: - "5601:5601" environment: - ELASTICSEARCH_URL=http://esnode1:9200 container_name: kibana links: - esnode1

Cerebro: http://localhost:9000 => use http://esnode1:9200 to access your node Elastic: http://localhost:9200 Kibana: http://localhost:5601

Tag summary

Content type

Image

Digest

Size

302.6 MB

Last updated

over 9 years ago

docker pull snuids/cerebro