-
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
Functionbeat failing to deploy due to Alphanumeric Error #9420
Comments
Hey guys! Just wanted to check up and see if there was any timeline for this bug to get fixed. We're evaluating Lambda monitoring solutions and would hate to disqualify ELK because we couldn't set it up. Thanks!! |
use whitelisting. Only [a-zA-Z0-9] are permitted as resource name Fixes: elastic#9420
… use whitelisting. (elastic#10087) * Instead of blacklisting chars in the resource name for cloudformation use whitelisting. Only [a-zA-Z0-9] are permitted as resource name Fixes: elastic#9420 (cherry picked from commit 56c6857)
… use whitelisting. (elastic#10087) * Instead of blacklisting chars in the resource name for cloudformation use whitelisting. Only [a-zA-Z0-9] are permitted as resource name Fixes: elastic#9420 (cherry picked from commit 56c6857)
When can we expect a release with this merge? Just so I know when to come back to adding our AWS logs (all using _ as word delimiters) into our new ELK setup. Thanks! |
According to Elastic, this fix will be part of the 6.6.1 release which is targeted sometime between 2/12/19- 2/22/19. |
…e resource name for cloudformation use whitelisting. (elastic#10121) Cherry-pick of PR elastic#10087 to 6.6 branch. Original message: Only [a-zA-Z0-9] are permitted as resource name Fixes: elastic#9420
Summary
Looking at the CloudFormation resource that Functionbeat creates from the functionbeat.yml, the dashes get converted to "" but the underscores remain underscores, causing the ValidationError.
The text was updated successfully, but these errors were encountered: