mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: shahzad31 <shahzad.muhammad@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
19 lines
707 B
YAML
19 lines
707 B
YAML
---
|
|
- "Feature:Embedding":
|
|
- "src/plugins/embeddable/**/*.*"
|
|
- "src/plugins/dashboard_embeddable_container/**/*.*"
|
|
- "Feature:Drilldowns":
|
|
- "x-pack/plugins/drilldowns/**/*.*"
|
|
- "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*"
|
|
- "Feature:ExpressionLanguage":
|
|
- "src/plugins/expressions/**/*.*"
|
|
- "src/plugins/bfetch/**/*.*"
|
|
- "Team:apm":
|
|
- "x-pack/plugins/apm/**/*.*"
|
|
- "Team:Fleet":
|
|
- "x-pack/plugins/fleet/**/*.*"
|
|
- "x-pack/test/fleet_api_integration/**/*.*"
|
|
- "Team:uptime":
|
|
- "x-pack/plugins/synthetics/**/*.*"
|
|
- "x-pack/plugins/ux/**/*.*"
|
|
- "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*"
|