Functionbeat module support #8266
Labels
discuss
Issue needs further discussion.
Functionbeat
Stalled
Team:Integrations
Label for the Integrations team
I am starting to think how
beatless
modules will look like, how we can make it easy for users to get started with beatless. It looks a bit more complicated so I think its good to take the time to do it right.At his core beatless is pretty similar to Filebeat except that it runs as a function on a serverless provider like AWS lambda and the execution model is synchronous instead of asynchronous. The data received could be either custom or an already existing log format that we might already know how to parse. I imagine that the same data can be received from 2 different trigger, cloudwatch or an SQS stream.
Inside beatless the following pieces are available to control:
Can we leverage what we already have in Filebeat?
If we look at Filebeat modules what could be used directly in beatless:
Looking at the above table only the path cannot be used directly as a value for beatless because its platform specific.
Questions or feedback?
Will like your feedback / ideas on this.
The text was updated successfully, but these errors were encountered: