Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`