ACA, Django & logging to Kibana

Anand 0 Reputation points
2024-01-25T06:03:57.97+00:00

This should be a solved problem, however, I'm here. I'm running ACA. I want to send logs from my server (django) and celery workers to Kibana. Each of these is running as a container instance. I have a docker file for each of my containerized instances through which I deploy to ACA. I would like to: Ship my logs to Kibana How to do this: use Filebeat to ship the logs. The problem: While I know it's possible to modify the container configuration to add Filebeat as a sidecar, I would really like to avoid this since I have my Docker files which I deploy from and would like my workflow to be controlled purely by the docker files. Do you have any way to do this, and/or any resources you can point me to. Non ideal solution: Deploy filebeat as another container app.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
694 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.