Skip to content

Dockerfile creating tomcat server with ELK (Elasticsearch/Logstash/Kibana) services

License

Notifications You must be signed in to change notification settings

sdd330/tomcat-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat ELK


Dockerfile creating tomcat server with ELK (Elasticsearch/Logstash/Kibana) services

Usage

To start an instance:

docker run -d --name tomcat-elk-server -p 9200:9200 -p 5601:5601 -p 8080:8080 sdd330/tomcat-elk

To start with webapp storage on host:

docker run -d --name tomcat-elk-server -p 9200:9200 -p 5601:5601 -p 8080:8080 -v <webapp-dir>:/usr/local/tomcat/webapps sdd330/tomcat-elk

To login to bash:

docker exec -it tomcat-elk-server bash

About

Dockerfile creating tomcat server with ELK (Elasticsearch/Logstash/Kibana) services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published