Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frodoslaw/elk-stack
ELK-stack in one Docker image
https://github.com/frodoslaw/elk-stack
docker dockerfile elasticsearch elk elk-stack kibana
Last synced: about 2 months ago
JSON representation
ELK-stack in one Docker image
- Host: GitHub
- URL: https://github.com/frodoslaw/elk-stack
- Owner: frodoslaw
- Created: 2019-09-29T10:39:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T17:49:54.000Z (over 5 years ago)
- Last Synced: 2024-10-18T18:17:37.220Z (3 months ago)
- Topics: docker, dockerfile, elasticsearch, elk, elk-stack, kibana
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elk-stack in one Docker
[![Build Status](https://travis-ci.org/frodoslaw/elk-stack.svg?branch=master)](https://travis-ci.org/frodoslaw/elk-stack)
### Usage
docker build -t elk-stack .
docker run -d -p 9200:9200 -p 5601:5601 elk-stack
Elasticsearch - `localhost:9200`Kibana - `localhost:5601`