Skip to content

[matomo] Complete integration of Matomo with Cauldron

Jose Javier Merchante requested to merge jjmerchante/deployment:matomo2 into master

DESCRIPTION

  • This commit includes Matomo as part of Cauldron for analyzing the logs provided from syslog.
  • It also update the documentation to make it more readable and the information related with Matomo and syslog

ISSUES RELATED

VERSIONS

DB_IMAGE_NAME: "cauldronio/database:0.1.1"
WEB_IMAGE_NAME: "cauldronio/webserver:0.2.5"
WORKER_IMAGE_NAME: "cauldronio/worker:0.1.11"
ODFE_CONFIG_IMAGE_NAME: "cauldronio/odfe-config:0.1.8"
ELASTIC_IMAGE_NAME: "amazon/opendistro-for-elasticsearch:1.4.0"
KIBANA_IMAGE_NAME: "amazon/opendistro-for-elasticsearch-kibana:1.4.0"
SYSLOG_IMAGE_NAME: "cauldronio/syslog-ng:0.2"
MATOMO_IMAGE_NAME: "matomo:3"

VARIABLES ADDED/DELETED (In host_vars)

  • MATOMO_IMAGE_NAME
  • DB_MATOMO_PASSWORD
  • MATOMO_MOUNT_POINT
  • MATOMO_CONTAINER_NAME
  • NGINX_LOGS_MOUNT_POINT

REPOSITORIES CHANGED

  • Deployment: -
  • Web: master
  • Worker: master
Edited by Jose Javier Merchante

Merge request reports