I am trying to send some sns data via AWS Lambda, it is getting failed almost 70% of the time and I am getting this weird error and not receiving data in graylog, can anyone help me in debugging this.
however, I am facing this issue only while sending data from AWS Lambda to graylog, not while sending data for anywhere else… I tested the same from google cloud functions also where it was working fine.
I’m just going to sum this up for a better understanding.
You have a GELF TCP INPUT, correct?
This input works fine with google cloud BUT not with AWS? If this is correct have you tried to make a separate INPUT for AWS see if that works?
Out of curousity what have you tried to do so far to resolve this issue?
When you stated the following.
Could you elaborate more on this statement?
What would be helpfull is showing your configuration on the GELF input. Also showing more of your Graylog log file.
Do you see any issues in your Elasticsearch log files pertaining to this problem?
Do you see any issues in you MongoDb log files pertaining to this problem?
Hello @gsmith , Thanks for your time. I guess I figured the issue. I was using gelf_http actually. but the issue was with AWS Lambda. I just changed my approach from promises to async/await it started working fine. This can be closed.