https://github.com/benslabbert/docker-elk
Docker services for a simple ELK stack
https://github.com/benslabbert/docker-elk
Last synced: about 1 year ago
JSON representation
Docker services for a simple ELK stack
- Host: GitHub
- URL: https://github.com/benslabbert/docker-elk
- Owner: BenSlabbert
- Created: 2018-10-11T19:41:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T18:43:09.000Z (over 7 years ago)
- Last Synced: 2025-02-12T15:48:19.781Z (over 1 year ago)
- Language: Dockerfile
- Size: 881 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastic Stack
This brings up a full `ELK` stack with 2 indexes.
Data imported from specified mysql tables with `Logstash` on 2 `jdbc` pipelines described in `./logstash/pipelines.yml`
This is a `quick and dity` set up. You will need to provide some additional configuration as indicated below.
## Requirements
* docker ce 18.x
* mysql db running on `localhost:3306` with the specified schema
## Set Up
* run `docker compose build`
## Running
* `docker compose up`
## Stopping
* `docker compose down`
## Additional config:
1. `conf_a.config` and `conf_b.config` contain variables like `index_a`, `schema` and `db_table`, replace these with appropriate values
## Note:
* Elastic search available on port `9200`
* Kibana available on port `5601`