How do i make sure that logstash received data from aws cloudwatch logs?

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.