enh: minor fixes

This commit is contained in:
xpk
2019-04-03 17:14:16 +08:00
parent 99a3a44fe3
commit ad38d1e724
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ file = /var/log/messages
buffer_duration = 5000
log_stream_name = {hostname}
initial_position = start_of_file
log_group_name = /var/log/messages
log_group_name = linux-syslog
```
## requirements
instances need the following permissions:
instances need the following cloudwatch log permissions. Create a policy with these privileges and attach as instance role
- CreateLogStream
- DescribeLogStreams
- CreateLogGroup
+1 -1
View File
@@ -128,5 +128,5 @@ file = /var/log/messages
buffer_duration = 5000
log_stream_name = {hostname}
initial_position = start_of_file
log_group_name = /var/log/messages
log_group_name = linux-syslog