I am looking to out to cloudwatch from logstash. I can not use an IAM user access and secret access key to connect to cloud watch Does anyone have experience or solution so I can talk to my aws cloudwatch
input {
udp {
host => "10.0.56.67"
port => 51444
}
}
filter {}
output {
stdout {}