-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Functionbeat to deploy successfully #28520
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Having the same issue, have checked and can definitely access S3 with the credentials I'm using. I tried setting Same if I pass the exported environment variable using the |
@jlind23 I get a 404 when I try go to that URL, perhaps that repo is private? |
Sorry my bad: `It is a known issue. We have to investigate the problem and release a fix in the future. The workaround is to deploy the Lambda using the AWS console not with the manager. They should follow the first 2 steps of this guide: https://www.elastic.co/guide/en/beats/functionbeat/current/deploy-to-cloud-provider.html#own-deployment` |
@kvch feel free to jump if i am saying something wrong. |
Hi, running into another issue when deploying with cloudfomation:
My template:
|
@yakeeliuliu How is your lambda configured on AWS? Could you provide me your settings?
|
Hi, fixed the issue, but now have another one: I can see I have errors :
but no logs under /aws/lambda/cloudwatch Here is my template:
When I test the lambda function with the "Hello World" template, it got this error:
|
For your "Lambda Errors" don't you have something more explicit than this? |
I don't see any explicit logs from /aws/lambda/cloudwatch, it's empty there |
Could you run it locally or at least use debug mode? https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-debugging-additional-arguments.html |
Hi, I got the beat error logs now:
|
Could you please put logging.level: debug in functionbeat.yml for detailed logs? |
Facing the same issue. Any updates on this? |
Hi @Jeff-Klein unfortunately we didn't have time to work on this so far. |
I have run into the same issue. Can you please provide more guidance on how to deploy this manually? I am not an AWS export, nor do I want to be. You say "using the AWS console"... which console do I use? What files do I upload? What steps do I need to follow? |
Hi, after uploading the cloud formation template successfully, I fixed my issue by replacing the cloudwatch lambda "Execution role" policy created by funtionbeat with this:
hoe this would help.** |
I came across this same issue when migrating to version 7.16.* i had to roll back the functionbeat to 7.12.* until this issue is resolved. |
I was able to workaround this issue by defining another config value that seems to be undocumented in both the docs and the reference config file.
Presumably it should be inferred from the endpoint but this works for now. |
Functionbeat failed to run with this error below:
The text was updated successfully, but these errors were encountered: