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
In the ticket where we originally added CloudWatch we used these CloudWatch log group names, which are short, but don't group well or show up together when you go into the CloudWatch console.
The log groups get dynamically created so all we have to do is edit the config.json file, run packer, and apply terraform to have the new names take effect.
In the ticket where we originally added CloudWatch we used these CloudWatch log group names, which are short, but don't group well or show up together when you go into the CloudWatch console.
Original CloudWatch Log Group Names
Put in a
syslog
log group:Put in an
package-updates
log group:Put in an
selinux
log group:NGINX
nginex-access
NGINX
nginex-error
We should research and take some inspiration from other CloudWatch log groups seen in the wild, such as:
Considerations for renaming them
The log groups get dynamically created so all we have to do is edit the config.json file, run packer, and apply terraform to have the new names take effect.
Resources
The text was updated successfully, but these errors were encountered: