-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Logging DNS is broken on PROD (also other stages?) deployments. We hardcode IP instead (see https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/1754). We shall use DNS to send logs (not hardcoded IP). Probably, we shall utilize AWS LB to make it properly (since there are not so many logs sent this way, it shall not be expensive)
Also:
- Vector sends logs to Graylog using the same external DNS. It is not necessary and we shall probably use Docker Swarm networks (otherwise, all logs are sent via external networks which can get expensive if ii involves LB)
Reactions are currently unavailable