Functionbeat unable to start on lambda due to beats.keystore permissions

Installing functionbeat on AWS Lambda I'm getting this error:

Exiting: could not initialize the keystore: open beats.keystore: permission denied

beats.keystore has the correct permissions (in fact anything else will fail to build anyway)

zipinfo package-aws.zip
Archive:  package-aws.zip
Zip file size: 19199610 bytes, number of entries: 4
-rw-r--r--  3.0 unx    33979 tx defN 19-Nov-06 02:19 functionbeat.yml
-rwxr-xr-x  2.0 unx 60721160 b- defN 80-000-00 00:00 functionbeat-aws
-rw-------  2.0 unx      610 b- defN 80-000-00 00:00 beats.keystore
-rw-r--r--  3.0 unx      663 tx defN 19-Sep-04 16:39 ilm_policy.json
4 files, 60756412 bytes uncompressed, 19199058 bytes compressed:  68.4%

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.