elastic / cloudbeat

Analyzing Cloud Security Posture
Other
15 stars 43 forks source link

Move the cluster_id processor to the Beats repository #460

Open ofiriro3 opened 2 years ago

ofiriro3 commented 2 years ago

Motivation As mentioned by several developers, the cluster_id processor that we introduced in Cloudbeat, could be relevant for other beats.

In-depth Lately, we have extended the add_cluster_id processor, to support adding the cluster name, and we suspect that in the future we would like to extend it even more to add all sort of orchestrator fields.

When implementing the solution, one should consider the following:

  1. The code should be backward and forward-compatible with the integration since the integration can introduce and old integration with a new agent and the opposite way around.

Definition of done

Related tasks/epics

ofiriro3 commented 2 years ago

cc @ChrsMark @oren-zohar @kfirpeled