https://github.com/chatopera/chatopera.elk
ELK Stack for Chatopera Services.
https://github.com/chatopera/chatopera.elk
Last synced: 2 months ago
JSON representation
ELK Stack for Chatopera Services.
- Host: GitHub
- URL: https://github.com/chatopera/chatopera.elk
- Owner: chatopera
- Created: 2022-06-14T01:31:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T01:30:21.000Z (over 3 years ago)
- Last Synced: 2025-07-22T03:20:45.690Z (11 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatopera ELK
ELK Stack for Chatopera Services.
[https://github.com/chatopera/chatopera.elk](https://github.com/chatopera/chatopera.elk)
## More info
Run the latest version of the [Elastic stack](https://www.elastic.co/elk-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:
* [elasticsearch](https://github.com/elastic/elasticsearch-docker)
* [logstash](https://github.com/elastic/logstash-docker)
* [kibana](https://github.com/elastic/kibana-docker)
Addon
* [elasticsearch-head](https://mobz.github.io/elasticsearch-head/)
## 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
```