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

Open Falco extension for arbitrary event storages and processors #107

Open
marwinski opened this issue Nov 18, 2024 · 0 comments
Open

Open Falco extension for arbitrary event storages and processors #107

marwinski opened this issue Nov 18, 2024 · 0 comments
Labels
kind/enhancement Enhancement, improvement, extension kind/epic Large multi-story topic

Comments

@marwinski
Copy link
Contributor

What would you like to be added:

Make Falco extension open for different means for storing and processing events.

Why is this needed:

Means for Falco event storage and processing are opinionated. Within our team and our stakeholder community we already have four different approaches for storing and processing events:

  • Deliver events to a Splunk instance for further processing
  • Use custom, user-controlled tools to scrape events from a Kubernetes node
  • Use the Gardener provided logging- and monitoring stack to store and process events
  • Use a central instance to store and process events

As our stakeholder community is still relatively small we expect more of the above.

In addition, there are at least two approaches for handling events:

  • generally, treat events as an indication that there is a threat and react accordingly
  • add rules to generate events on normal behavior and detect possible threats during
    post-processing

While today, the Falco extension can be configured to support all scenarios except using the Gardener logging- and monitoring stack, it is somewhat opinionated towards using the centrally provided storage.

@marwinski marwinski added kind/enhancement Enhancement, improvement, extension kind/epic Large multi-story topic labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension kind/epic Large multi-story topic
Projects
None yet
Development

No branches or pull requests

1 participant