This presentation discusses logging strategies for a centralized logging environment at the DVLA as their applications move to cloud platforms and new technologies. Initially, application teams were isolated and responsible for their own stacks. The DVLA standardized on Elastic Stack for logging and adopted a shared "Open Services Landscape" platform. They worked with application teams to establish logging standards and libraries. For Kubernetes, they deployed Filebeat on each node and sent logs to Logstash. For serverless applications on AWS, they configured CloudWatch Logs to send to Kinesis and then to Logstash. Elastic tools like curated indices, rollover indices, and index lifecycle management help manage large and changing volumes of log data in the cloud.