elastic / kibana

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

[Automatic Import] change `owner.type` in top-level manfiest template to `community` #192917

Closed ebeahan closed 1 month ago

ebeahan commented 1 month ago

Summary

The top-level manifest.yml file produced by the Automatic Import workflow sets the package's owner.type to elastic:

https://github.com/elastic/kibana/blob/main/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.ts#L177

After discussion of the available owner types, community fits integrations produced by the workflow. The majority of packages generated by Auto Import will be considered custom packages, and the packages which are contributed upstream to the elastic/integrations project can have their owner field updated in the contribution PR.

elasticmachine commented 1 month ago

Pinging @elastic/security-scalability (Team:Security-Scalability)