An open API service indexing awesome lists of open source software.

https://github.com/ozzimpact/elk-docker


https://github.com/ozzimpact/elk-docker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dockerized ELK Stack
## Requirements
* install Docker
(```bashcurl -sSL https://get.docker.com/ | sh```)
* install docker-compose
(```bash curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose \ chmod +x /usr/local/bin/docker-compose```)

## Usage
* ```bash docker-compose build --no-cache ```
* ```bash docker-compose up ```
* ```bash docker-compose up -d ``` (detached mode)