Extend Security Logs with Storage Lifecycle Events #2797
Labels
kind/enhancement
New feature or request
state/draft
Draft issues, that are lacking description or not ready for the implementation
Related to #2721 #2759
Overview
All actions related to Storage Lifecycle Policy should be logged within
Security Logs
for good traceability:Main concept points
Storage Lifecycle
should be introduced.Technical details
API server changes
While such events as:
can be handled in API server and be appended to
api
security log,only thing that we need to do here is to appropriately log all necessary events in api server code.
storage-lifecycle-service changes
To be able to process the next events:
We need to expand logging for such events along with providing a ways to collect such logs and push it to
elasticsearch
In this case approach, that used for
edge
service could be good match:special
logs to separate locationfilebeat
agent to automatically push it toelastic
The text was updated successfully, but these errors were encountered: