You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one adds the cdk-base role to their AMIgo recipe, they are then able to ship their journald logs to ELK via fluentbit, but only if they use the GuEC2App pattern. This is achieved via the ApplicationLoggingProps.
It should be possible to set these application logging props at the GuAutoScalingGroup level too, for those applications that do not use the pattern, as they do not require a load balancer.
akash1810
changed the title
Add devx-logs tagging requirements to GuAutoScalingGroup
Add devx-logs tagging requirements to GuAutoScalingGroupMar 31, 2023
akash1810
changed the title
Add devx-logs tagging requirements to GuAutoScalingGroup
Add ApplicationLoggingProps to GuAutoScalingGroupMar 31, 2023
akash1810
added a commit
to guardian/service-catalogue
that referenced
this issue
Mar 31, 2023
The `LogKinesisStreamName` and `SystemdUnit` tags are required by `devx-logs`.
GuCDK only adds these tags automatically at the pattern level, so we have manually add them.
See guardian/cdk#1800.
Co-authored-by: TJ Silver <[email protected]>
Co-authored-by: NovemberTang <[email protected]>
Co-authored-by: nicl <[email protected]>
Co-authored-by: JuliaBrigitte <[email protected]>
If one adds the
cdk-base
role to their AMIgo recipe, they are then able to ship theirjournald
logs to ELK via fluentbit, but only if they use theGuEC2App
pattern. This is achieved via theApplicationLoggingProps
.It should be possible to set these application logging props at the
GuAutoScalingGroup
level too, for those applications that do not use the pattern, as they do not require a load balancer.See https://github.com/guardian/service-catalogue/pull/157/files.
The text was updated successfully, but these errors were encountered: