Files
ansible.role.awslogs-agent/README.md
T
2019-04-01 14:01:33 +08:00

23 lines
615 B
Markdown

# awslog agent
this role install awslog agent which sends syslog to cloudwatch. the default config sends /var/log/messages to cloudwatch. the default config is shown below.
```
[/var/log/messages]
datetime_format = %Y-%m-%d %H:%M:%S
file = /var/log/messages
buffer_duration = 5000
log_stream_name = {hostname}
initial_position = start_of_file
log_group_name = /var/log/messages
```
## requirements
instances need the following permissions:
- CreateLogStream
- DescribeLogStreams
- CreateLogGroup
- PutLogEvents
## references:
- https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/QuickStartEC2Instance.html