You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use falcosidekick to deliver the alerts to our analysis platform(like SIEM), so we often need all of the available fields to support the analyzing.
But the output_fields in the JSON data is depended on the output specified in the rule. So we must enumerate these fileds in the observing rule for fetching them. This is inconvenient when analysis paltform like SIEM wants all of the available event fields.
Feature
Maybe we can increase a new field in falco rule to specify the fileds to be put into output_fileds.
AmberSecurity
changed the title
able to extract all available fields into output_fields
[Feature request] Able to extract all available fields into output_fields
Aug 2, 2024
Motivation
We use falcosidekick to deliver the alerts to our analysis platform(like SIEM), so we often need all of the available fields to support the analyzing.
But the
output_fields
in the JSON data is depended on theoutput
specified in the rule. So we must enumerate these fileds in the observing rule for fetching them. This is inconvenient when analysis paltform like SIEM wants all of the available event fields.Feature
Maybe we can increase a new field in falco rule to specify the fileds to be put into
output_fileds
.The new
evidence_fields
can be like:*
as wildcard character.dence_fields: *
can fetch all of the available event fields.The text was updated successfully, but these errors were encountered: