Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section covers configuring the Elastic stack for logging and dashboardsThe YOUnite ecosystem uses the Open Source Elastic Stack (https://www.elastic.co/products) to log (Logstash) , search (Elasticsearch), analyze and visualize (Kibana) all API requests and message bus traffic.

For development, we use   a the combined Elastic stack docker image that contains Elastic, Logstash, and Kibana in one imageis used. However, for production deployments, it is suggested that an organization run a three node cluster; this requires purchasing three node licenses from Elastic. 

This section covers configuring the Elastic stack for logging and dashboards.

The default docker-compose.yml file contains most of the required configuration, with the exception of some configuration required for the Elastic and Kibana portions. 

...