Hello there
How do i make sure that logstash received data from aws cloudwatch logs?
this is my input config:
input {
cloudwatch_logs {
log_group => [ "LOGGRP001" ]
access_key_id => "ABCDDEEDDDD"
secret_access_key => "lesGTGsaf124124pqwrhwfsadfj2REWF"
region => "ap-southeast-1"
start_position=> end
}
}
How can i verify that cloudwatch_logs is sending all the logs from the mounted folder to logstash? Is there any logs? Because some logs not found in kibana.