Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 951 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 951 Bytes

Chatopera ELK

ELK Stack for Chatopera Services.

https://github.com/chatopera/chatopera.elk

More info

Run the latest version of the Elastic stack with Docker and Docker Compose.

It will give you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticsearch and the visualization power of Kibana.

Based on the official Docker images from Elastic:

Addon

Run

cp sample.env .env # modify the ports
cp docker-compose.yml docker-compose.custom.yml # modify the ENVs, e.g. jvm options
bin/fixPermissions.sh
docker-compose up -d elk-head elk-es elk-kibana elk-logstash