Skip to content
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] Fix function name reference for Kinesis streams in CF templates #11646

Merged
merged 3 commits into from
Apr 24, 2019

Conversation

gemabarni
Copy link
Contributor

This PR solves the issue when function names containing non-alphanumerical characters cause the CloudFormation template to be invalid when using Kinesis as a trigger.

A normalized name of the function is added to the Resources section of the template as a key, so the value of FunctionName referencing the function should be normalized as well.

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@kvch
Copy link
Contributor

kvch commented Apr 23, 2019

jenkins test this

@kvch kvch requested a review from ph April 23, 2019 12:39
@ph
Copy link
Contributor

ph commented Apr 23, 2019

@gemabarni gemabarni force-pushed the functionbeat-name-reference-fix branch from c50107a to ee6eab4 Compare April 23, 2019 13:07
@gemabarni gemabarni force-pushed the functionbeat-name-reference-fix branch from ee6eab4 to 261a213 Compare April 23, 2019 13:10
@gemabarni
Copy link
Contributor Author

@ph done

@kvch
Copy link
Contributor

kvch commented Apr 23, 2019

jenkins test this

@ph ph added Functionbeat review needs_backport PR is waiting to be backported to other branches. labels Apr 24, 2019
@ph ph merged commit 2ca69ae into elastic:master Apr 24, 2019
@ph
Copy link
Contributor

ph commented Apr 24, 2019

Thanks @gemabarni

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionbeat needs_backport PR is waiting to be backported to other branches. review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants