Thanks for those links. I wasn't aware of the discovery. type bit.
I made those changes, saved, restarted the elasticsearch service and it looks like we're making some progress:
root@ip-172-18-2-76:/home/ubuntu/functionbeat-7.3.0-linux-x86_64# curl http://172.18.2.76:9200
{
"name" : "ip-172-18-2-76",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "-aTkeTgzT-66zr-p3o6Dsw",
"version" : {
"number" : "7.3.0",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "de777fa",
"build_date" : "2019-07-24T18:30:11.767338Z",
"build_snapshot" : false,
"lucene_version" : "8.1.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
When I run functionbeat -e -d "*"
I now get the following (see last line for error):
2019-09-05T17:37:47.429Z INFO instance/beat.go:292 Setup Beat: functionbeat; Version: 7.3.0
2019-09-05T17:37:47.429Z DEBUG [beat] instance/beat.go:318 Initializing output plugins
2019-09-05T17:37:47.429Z INFO [index-management] idxmgmt/std.go:178 Set output.elasticsearch.index to 'functionbeat-7.3.0' as ILM is enabled.
2019-09-05T17:37:47.429Z INFO elasticsearch/client.go:170 Elasticsearch url: http://172.18.2.76:9200
2019-09-05T17:37:47.429Z DEBUG [publisher] pipeline/consumer.go:137 start pipeline event consumer
2019-09-05T17:37:47.429Z INFO [publisher] pipeline/module.go:97 Beat name: ip-172-18-2-76
2019-09-05T17:37:47.429Z INFO [monitoring] log/log.go:118 Starting metrics logging every 30s
2019-09-05T17:37:47.429Z INFO instance/beat.go:421 functionbeat start running.
2019-09-05T17:37:47.429Z INFO [functionbeat] beater/functionbeat.go:74 Functionbeat is running
2019-09-05T17:37:47.429Z INFO elasticsearch/client.go:170 Elasticsearch url: http://172.18.2.76:9200
2019-09-05T17:37:47.430Z INFO [license-manager] licenser/manager.go:184 License manager started, retrieving initial license
2019-09-05T17:37:47.430Z INFO [functionbeat] licenser/manager.go:331 Waiting on synchronous license check
2019-09-05T17:37:47.430Z DEBUG [license-manager] licenser/manager.go:230 Starting periodic license check, refresh: 15m0s grace: 45m0s
2019-09-05T17:37:48.085Z DEBUG [elasticsearch] elasticsearch/client.go:719 ES Ping(url=http://172.18.2.76:9200)
2019-09-05T17:37:48.089Z DEBUG [elasticsearch] elasticsearch/client.go:742 Ping status code: 200
2019-09-05T17:37:48.089Z INFO elasticsearch/client.go:743 Attempting to connect to Elasticsearch version 7.3.0
2019-09-05T17:37:48.089Z DEBUG [elasticsearch] elasticsearch/client.go:761 GET http://172.18.2.76:9200/_xpack?human=false <nil>
2019-09-05T17:37:48.108Z INFO [license-manager] licenser/manager.go:282 Valid license retrieved {"license mode": "Basic", "type": "Basic", "status": "Active"}
2019-09-05T17:37:48.108Z DEBUG [license-manager] licenser/manager.go:319 License information updated
2019-09-05T17:37:48.108Z DEBUG [license-manager] licenser/manager.go:222 Notifying 1 watchers
2019-09-05T17:37:48.108Z DEBUG [functionbeat] licenser/manager.go:334 Validating license
2019-09-05T17:37:48.108Z DEBUG [functionbeat] licenser/check.go:31 Checking that license covers %sBasic
2019-09-05T17:37:48.108Z INFO [functionbeat] licenser/manager.go:339 License is valid, mode: Basic
2019-09-05T17:37:48.108Z INFO [functionbeat] beater/functionbeat.go:92 Functionbeat is configuring enabled functions:
2019-09-05T17:37:48.108Z DEBUG [license-manager] licenser/manager.go:247 Periodic license check is stopped
2019-09-05T17:37:48.108Z DEBUG [license-manager] licenser/manager.go:218 No watchers configured
2019-09-05T17:37:48.108Z INFO [license-manager] licenser/manager.go:211 License manager stopped
2019-09-05T17:37:48.108Z INFO [functionbeat] beater/functionbeat.go:96 Functionbeat stopped running
2019-09-05T17:37:48.112Z INFO [monitoring] log/log.go:153 Total non-zero metrics {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10,"time":{"ms":16}},"total":{"ticks":30,"time":{"ms":37},"value":30},"user":{"ticks":20,"time":{"ms":21}}},"handles":{"limit":{"hard":1048576,"soft":1024},"open":6},"info":{"ephemeral_id":"d8533474-4226-478b-8413-2165f145edca","uptime":{"ms":696}},"memstats":{"gc_next":4194304,"memory_alloc":2564144,"memory_total":4689832,"rss":29523968},"runtime":{"goroutines":11}},"libbeat":{"config":{"module":{"running":0}},"output":{"type":"elasticsearch"},"pipeline":{"clients":0,"events":{"active":0}}},"system":{"cpu":{"cores":4},"load":{"1":0.04,"15":0.04,"5":0.08,"norm":{"1":0.01,"15":0.01,"5":0.02}}}}}}
2019-09-05T17:37:48.112Z INFO [monitoring] log/log.go:154 Uptime: 697.524297ms
2019-09-05T17:37:48.112Z INFO [monitoring] log/log.go:131 Stopping metrics logging.
2019-09-05T17:37:48.112Z INFO instance/beat.go:431 functionbeat stopped.
2019-09-05T17:37:48.112Z ERROR instance/beat.go:877 Exiting: error when creating the functions, error: no function are enabled for selected provider: 'aws'
Exiting: error when creating the functions, error: no function are enabled for selected provider: 'aws'
Not sure if that error would warrant another thread, but I believe everything was deployed successfully in AWS. The deployment logs in CloudFormation had no errors and the Lambda seems to be working as well.
I have not seen this error until now.
Edit:
This is my functionbeat.yml:
functionbeat.provider.aws.endpoint: "s3.amazonaws.com"
functionbeat.provider.aws.deploy_bucket: "wazuh-functionbeat-poc-00000151"
functionbeat.provider.aws.functions:
- name: cloudwatch
enabled: true
type: cloudwatch_logs
triggers:
- log_group_name: /aws/events/ec2-state-change
description: "lambda function for cloudwatch logs"