elastic / kibana

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

Merge discover & discover_enhanced plugins #144936

Open lukasolson opened 1 year ago

lukasolson commented 1 year ago

At some point, the discover_enhanced plugin was created as a license workaround which is no longer needed. We can move all of that code into the discover plugin, and any extra dependencies can be added as optional dependencies. We will need to ensure any config that is moved has a proper migration and that merging these plugins doesn't create circular dependencies.

For an example, see https://github.com/elastic/kibana/pull/122075.

elasticmachine commented 1 year ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)