elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.14k forks source link

[Security Solution][Tech debt][Epic] Move row renderers to packages #150644

Open YulNaumenko opened 1 year ago

YulNaumenko commented 1 year ago

Row renderers belongs now to the security_solution timelines components folder https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers. There are a multiple reasons why we could make it as a packages:

Existing row renderers components dependancies diagram: Untitled Diagram drawio

Current epic issue covers the next work:

According to the diagram dependancies we should start migration from the most common used renderer.

elasticmachine commented 1 year ago

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

stephmilovic commented 1 year ago

I had started to extract row renderer types out into packages but this PR is super stale: https://github.com/elastic/kibana/pull/147274