We are trying to configure CloudWatch Output Plugin. We are able to add
"access_key_id" => ""
"secret_access_key" => ""
"region" => ""
in logstash configuration file.
Could you please guide me how I can give CloudWatch log group and log stream details in logstash configuration file.
I have tried the following,
"log_group_name" => "testloggroup"
"log_stream_name" => "testlogstream"
but I am getting the error,
07:59:37.057 [LogStash::Runner] ERROR logstash.outputs.cloudwatch - Unknown setting 'log_group_name' for cloudwatch
07:59:37.060 [LogStash::Runner] ERROR logstash.outputs.cloudwatch - Unknown setting 'log_stream_name' for cloudwatch