Versions Compared

Key

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

In order to send application logs to Splunk to need to setup a sidecar for the Gateway Manager using the official Splunk Universal Forwarder Image. Apiida’s API Gateway Manager saves its log files to /var/www/html/var/logs/*. In order to push these logs to Splunk you need to mount this directory to a shared volume that can be accessed by the Gatewayy Gateway Manger (needing write permissions) and the Splunk sidecar.

This is an example docker-compose file, that works starting the Spring21.2 release. For prior releases (or other scenarios like OpenShift deployments) refer to the documentation of your container environment on how to setup data sharing between containers.

...