-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dusan Andric
committed
Feb 5, 2016
1 parent
dd413d0
commit 29c0f2b
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# ICGC DCC - Docker | ||
|
||
Project that contains all of the `Dockerfile`s for the ICGC DCC 2.0 system. | ||
|
||
## Docker Projects | ||
|
||
### [CDH](cdh/README.md) | ||
Container for provisioning a Cloudera Distributed Hadoop client environment. | ||
|
||
Docker Hub: https://hub.docker.com/r/icgcdcc/cdh/ | ||
|
||
### [ELK](elk/README.md) | ||
Docker Compose project for bringing up Elasticsearch, Logstash, and Kibana. For use | ||
on a Docker swarm. | ||
|
||
Docker Hub: https://hub.docker.com/r/icgcdcc/elk/ | ||
|
||
|
||
## Useful Links: | ||
* [Get Started with Docker Engine](https://docs.docker.com/linux/) | ||
* [Docker Compose](https://docs.docker.com/compose/) | ||
* [Getting Started with ELK](https://www.elastic.co/blog/getting-started-with-elk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# ICGC DCC - Docker ELK | ||
|
||
Docker containers for running Elasticsearch, Logstash, & Kibana for use in gathering DCC Portal Analytics. | ||
For use with Docker Compose. | ||
|
||
For use with Docker Compose. | ||
Logstash configuration includes a simple grok filter for filtering java logs. | ||
|
||
https://hub.docker.com/r/icgcdcc/elk/ |