https://github.com/brunopadz/docker-elk
ELK stack running on Docker with reverse proxy
https://github.com/brunopadz/docker-elk
docker docker-compose dockerfile elk elk-stack nginx
Last synced: 2 months ago
JSON representation
ELK stack running on Docker with reverse proxy
- Host: GitHub
- URL: https://github.com/brunopadz/docker-elk
- Owner: brunopadz
- Created: 2018-04-23T02:32:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T22:56:00.000Z (about 8 years ago)
- Last Synced: 2025-01-05T04:20:31.912Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, elk, elk-stack, nginx
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ELK stack on Docker
> Fast and easy way to run ELK on Docker
## tl;dr
🔸 Clone it
🔸 Change domain.com on `docker-compose.yml`
🔸 Add your config
🔸 Run it
## Usage
Clone the repo
```sh
git clone https://github.com/brunopadz/docker-elk.git
```
As it runs jwilder's nginx reverse proxy on top of the stack, you have to change the domain configuration on `docker-compose.yml`
Create a new docker network called proxy (or whatever you want - just make sure to change it on `docker-compose.yml`)
Run it!
```sh
docker-compose up
```
### TODO
* Create examples of how add customized config on ELK like filters and stuff...