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

Set a log subscription filter for the log group created when making a lambda #11354

Open
1 task done
kaykhan opened this issue Aug 24, 2022 · 0 comments
Open
1 task done

Comments

@kaykhan
Copy link

kaykhan commented Aug 24, 2022

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

We create our aws lambda functions using serverless framework. From my understanding when we define a lambda function a log group is created by the serverless framework. We'd like a way within the serverless.yml to be able to define a log subscription filter.

We are specifically interested in defining a Kinesis subscription filter for our usecase.

image

usecase

We use functionbeat to ship logs from aws lambda log groups to elasticsearch. However we have to manually define in the functionbeat.yml each log group. If we are able to define within the serverless.yml a kinesis subscription filter this would help us a lot to avoid manual updates.

Proposed solution (optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant