Hi,
Im trying to establish if im hitting AWS API limits as iv seen a sudden decrease in indexed events by over half(which doesnt match up with the amount of events in cloudwatch). I can see there is an error thrown in the code when an API limit is hit. Will this be displayed in the stdout logs? i've put the below line in the output section but not seeing any errors:
stdout { codec => rubydebug }
Also set this to debug:
"logstash.codecs.rubydebug" : "DEBUG"
Cheers