Skip to content

StatEngine/dockerized-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Kibana with Read Only Rest Plugin

Building

  • Pull plugin from S3:
aws s3 cp s3://statengine-artifacts/readonlyrest_kbn_enterprise-1.21.0_es7.1.1.zip ./plugins/

Obtain copy of readonly_rest_kbn_enterprise_.zip and copy to the root of this directory, then run

docker build \
--build-arg THEME=nfors \
-t prominentedgestatengine/kibana-nfors:HEAD-latest-development \
--no-cache \
.

Running

docker run -p 5601:5601 prominentedgestatengine/kibana-nfors:HEAD-latest-development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages