All the preceding applications are really hard to get working with all the integrations locally. To make it simple for testing locally, a Docker image is built with all the monitoring setup, except logging. An Elasticsearch cluster is a heavy application, which would not be sufficient for running log stack with this. This all-in-one Docker is built on CentOS 7 community Docker with all the following applications with corresponding versions:
- Cassandra 3.11.2
- Influxdb 1.6.2
- Grafana 5.2.4
- Telegraf 1.7.4
- JMXTrans 270
- Spark 2.3.1
- Python 2.7.15
- R 3.5.1
Prerequisite: Docker should be installed. Refer to Docker CE (Community Edition) installation at Docker-Get Docker CE for CentOS: https://docs.docker.com/install/linux/docker-ce/centos/.
All the required configs for the preceding applications are already preconfigured. This makes it very simple to run this complex...