Skip to content

Instantly share code, notes, and snippets.

@RoccoHoward
Last active April 9, 2018 01:09
Show Gist options
  • Save RoccoHoward/acf1630795401661ba30846d36144d16 to your computer and use it in GitHub Desktop.
Save RoccoHoward/acf1630795401661ba30846d36144d16 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Standard Cloud Watch
[/var/log/mail.log]
datetime_format = %b %d %H:%M:%S
file = /var/log/mail.log
buffer_duration = 5000
log_stream_name = {hostname}
initial_position = start_of_file
log_group_name = /var/log/mail.log
[/var/log/auth.log]
datetime_format = %b %d %H:%M:%S
file = /var/log/auth.log
buffer_duration = 5000
log_stream_name = {hostname}
initial_position = start_of_file
log_group_name = /var/log/auth.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment