enh: minor fixes
This commit is contained in:
@@ -8,11 +8,11 @@ file = /var/log/messages
|
|||||||
buffer_duration = 5000
|
buffer_duration = 5000
|
||||||
log_stream_name = {hostname}
|
log_stream_name = {hostname}
|
||||||
initial_position = start_of_file
|
initial_position = start_of_file
|
||||||
log_group_name = /var/log/messages
|
log_group_name = linux-syslog
|
||||||
```
|
```
|
||||||
|
|
||||||
## requirements
|
## 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
|
- CreateLogStream
|
||||||
- DescribeLogStreams
|
- DescribeLogStreams
|
||||||
- CreateLogGroup
|
- CreateLogGroup
|
||||||
|
|||||||
@@ -128,5 +128,5 @@ file = /var/log/messages
|
|||||||
buffer_duration = 5000
|
buffer_duration = 5000
|
||||||
log_stream_name = {hostname}
|
log_stream_name = {hostname}
|
||||||
initial_position = start_of_file
|
initial_position = start_of_file
|
||||||
log_group_name = /var/log/messages
|
log_group_name = linux-syslog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user