Questions tagged [functionbeat]

7 questions
1
vote
1 answer

Getting "could not be deployed. Enable it" while deploying Functionbeat as AWS Lambda with SQS trigger

I am trying to deploy Functionbeat to AWS Lambda from a Windows machine, I have followed the documentation I could find What I did: 1- Downloaded Functionbeat from https://www.elastic.co/downloads/beats/functionbeat (Windows zip-64) 2- Configure AWS…
Yahya Hussein
  • 8,767
  • 15
  • 58
  • 114
0
votes
0 answers

Functionbeat get aws provider error "Exiting: error when creating the functions, error: no function are enabled for selected provider: 'aws'"

I want to use the functionbeat to push cloud-watch logs to elastic cloud. So I have used the manual approach as we dont have permission to deploy lambda through the Cloudformation. So I used the package option to create the zip file and upload it to…
SLS
  • 445
  • 1
  • 6
  • 20
0
votes
0 answers

No data has been received from Functionbeat yet

I have installed and configured functionbeat on the elk server. Installation and configuration was successful but unable to pull logs on kibana. Please Click here to look at the error functionbeat.yml : functionbeat.provider.aws.endpoint:…
0
votes
1 answer

Ship logs from AWS Cloudwatch log group to Opendistro EFK

Is there a way to ship logs from AWS Cloudwatch log group to Opendistro EFK? I am using opendistro which has the elasticsearch version 7.10.2, that has been provisioned using helm in an EKS cluster. I tried with functionbeat 7.10.2, but once I tried…
0
votes
1 answer

Functionbeat gets deployed as lambda, but the status shows no data received for cloudwatch logs

I followed this tutorial and configured and deployed functionbeat for a cloudwatch log group. I also added the elastic search and the kibana endpoints. Here are the outputs MacBook-Pro:functionbeat-7.10.2-darwin-x86_64 user$ ./functionbeat setup…
0
votes
1 answer

Stream AWS cloudwatch logs to elasticcloud using functionbeat

I can not find a good document which gives details about how to stream data from AWS cloudwatch to elastic cloud. I have set it up as follows for now, but I cannot see data in elastic cloud index I have installed functionbeat locally and updated the…
0
votes
1 answer

Importing Well-Structured JSON Data into ElasticSearch via Cloud Watch

Is is there known science for getting JSON data logged via Cloud Watch imported into an Elasticsearch instance as well structured JSON? That is -- I'm logging JSON data during the execution of an Amazon Lambda function. This data is available via…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599