Architecture Decision Records (ADR)
  • Architecture Decision Records (ADR)
  • API faceting principles & expectations
  • GitHub Actions with AWS access
  • GitHub Groups & Permissions
  • GitHub Security
  • Logging
  • Secrets
Powered by GitBook
On this page

Logging

PreviousGitHub SecurityNextSecrets

Last updated 11 months ago

Last updated: 29/06/20


Our logging implementation arises from the discussion in the .

To remove log routing logic from our application containers we use to transport logs from our ECS tasks directly to Elasticsearch.

Logs can be searched at using Kibana. You will require a Wellcome account to sign in via Azure AD.

Custom configuration required for the fluentbit "sidecar" container required by Firelens can be found .

The fluentbit "sidecar" container requires a set of secrets (Elasticsearch access details), and these are preset in the for our ECS services.

The Elasticsearch secrets are provisioned into an AWS account from the repository.

logging RFC
AWS Firelens
logging.wellcomecollection.org
here
firelens module
platform-infrastructure