https://github.com/ozzimpact/elk-docker
https://github.com/ozzimpact/elk-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozzimpact/elk-docker
- Owner: ozzimpact
- Created: 2017-01-07T23:08:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T08:33:20.000Z (over 8 years ago)
- Last Synced: 2024-12-29T06:30:03.284Z (5 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)