Skip to content

Kibana container for The Lightweight Docker Runtime

Notifications You must be signed in to change notification settings

Accenture/tldr-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction

This container provides a Kibana frontend. Requires the tldr/logbox container as that's the one that provides the ElasticSearch and Logstash dependencies.

Building

docker build -t tldr/kibana .

Running

docker run -d -p 5601:5601 -h kibana --name kibana -e ELASTICSEARCH_URL=http://localhost:9200 tldr/kibana

About

Kibana container for The Lightweight Docker Runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published