Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T22:56:00.000Z (over 6 years ago)
- Last Synced: 2024-11-09T17:34:46.314Z (3 months 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...