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: 10 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`