Through the aws role can not get cloudwatch logs
nicli0907 opened this issue · 1 comments
nicli0907 commented
configuration:
input {
cloudwatch_logs {
log_group => "CloudTrail/DefaultLogGroup"
region => "us-east-1"
id => "CloudTrail_log"
tags => "CloudTrail_log"
}
}
output {
elasticsearch {
hosts => ["x.x.x.x"]
index => "test-%{+YYYY.MM.dd}"
}
}
Logstash log can be seen, log_group is correct
lukewaite commented
If this is still an ongoing issue, could you please re-open and provide some of the log output in debug mode?