-
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
[Meta] Add FunctionBeat to run beat on serverless infrastructure #7880
Comments
Functions can embed customs processors. |
Added a notes concerning monitory of beatless, it actually make sense that we use a module which will be preconfigured to work on event of data. Probably a custom processor that will drop events that we don't need and just extract the monitoring data or |
Before working on the CLI integration I'd like to have some integration tests done, in #8170 we support the following trigger on AWS: SQS, Cloudwatch Logs, Kinesis and the API Gateway. The following are the steps required to be able to run and asserts that a function is actually doing the right thing.
The above will required:
If possible I want something close to how testing modules works in Filebeat. |
@tsg @monicasarbu The todo items in this issue are up to date. |
I am Currently working on integration tests starting with cloudwatch logs see #8850 for the testing plan. |
To better focus, I've created another meta for next phase of functionbeat at #9013 |
Beatless is a new beat designed to beat lightweight and be able to run on existing cloud infrastructure. The first version will focus on AWS. The development of the feature is currently under x-pack sub folder. And the work is merged into a feature branch https://github.com/elastic/beats/tree/feature/beatless
Features:
Tasks:
Monitoring / Telemetry
Medium priority
Low priority
Nice to have:
Config Architecture:
The text was updated successfully, but these errors were encountered: