mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary This is a skeleton plugin for custom branding. It contains license checking so far, but not much else. ### Checklist Delete any items that are not applicable to this PR. - [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [X] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials ~- [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios~ ~- [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/))~ ~- [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))~ ~- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~ ~- [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))~ ~- [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)~ ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
82 lines
3.7 KiB
JSON
82 lines
3.7 KiB
JSON
{
|
|
"prefix": "xpack",
|
|
"paths": {
|
|
"xpack.actions": "plugins/actions",
|
|
"xpack.alerting": "plugins/alerting",
|
|
"xpack.eventLog": "plugins/event_log",
|
|
"xpack.stackAlerts": "plugins/stack_alerts",
|
|
"xpack.stackConnectors": "plugins/stack_connectors",
|
|
"xpack.apm": "plugins/apm",
|
|
"xpack.canvas": "plugins/canvas",
|
|
"xpack.cases": "plugins/cases",
|
|
"xpack.cloud": "plugins/cloud",
|
|
"xpack.cloudChat": "plugins/cloud_integrations/cloud_chat",
|
|
"xpack.cloudLinks": "plugins/cloud_integrations/cloud_links",
|
|
"xpack.csp": "plugins/cloud_security_posture",
|
|
"xpack.customBranding": "plugins/custom_branding",
|
|
"xpack.dashboard": "plugins/dashboard_enhanced",
|
|
"xpack.discover": "plugins/discover_enhanced",
|
|
"xpack.crossClusterReplication": "plugins/cross_cluster_replication",
|
|
"xpack.embeddableEnhanced": "plugins/embeddable_enhanced",
|
|
"xpack.endpoint": "plugins/endpoint",
|
|
"xpack.enterpriseSearch": "plugins/enterprise_search",
|
|
"xpack.features": "plugins/features",
|
|
"xpack.dataVisualizer": "plugins/data_visualizer",
|
|
"xpack.fileUpload": "plugins/file_upload",
|
|
"xpack.globalSearch": ["plugins/global_search"],
|
|
"xpack.globalSearchBar": ["plugins/global_search_bar"],
|
|
"xpack.graph": ["plugins/graph"],
|
|
"xpack.grokDebugger": "plugins/grokdebugger",
|
|
"xpack.idxMgmt": "plugins/index_management",
|
|
"xpack.indexLifecycleMgmt": "plugins/index_lifecycle_management",
|
|
"xpack.infra": "plugins/infra",
|
|
"xpack.fleet": "plugins/fleet",
|
|
"xpack.ingestPipelines": "plugins/ingest_pipelines",
|
|
"xpack.kubernetesSecurity": "plugins/kubernetes_security",
|
|
"xpack.lens": "plugins/lens",
|
|
"xpack.licenseApiGuard": "plugins/license_api_guard",
|
|
"xpack.licenseMgmt": "plugins/license_management",
|
|
"xpack.licensing": "plugins/licensing",
|
|
"xpack.lists": "plugins/lists",
|
|
"xpack.logstash": ["plugins/logstash"],
|
|
"xpack.main": "legacy/plugins/xpack_main",
|
|
"xpack.maps": ["plugins/maps"],
|
|
"xpack.aiops": ["packages/ml/aiops_components", "plugins/aiops"],
|
|
"xpack.ml": ["plugins/ml"],
|
|
"xpack.monitoring": ["plugins/monitoring"],
|
|
"xpack.osquery": ["plugins/osquery"],
|
|
"xpack.painlessLab": "plugins/painless_lab",
|
|
"xpack.profiling": [ "plugins/profiling" ],
|
|
"xpack.remoteClusters": "plugins/remote_clusters",
|
|
"xpack.reporting": ["plugins/reporting"],
|
|
"xpack.rollupJobs": ["plugins/rollup"],
|
|
"xpack.runtimeFields": "plugins/runtime_fields",
|
|
"xpack.screenshotting": "plugins/screenshotting",
|
|
"xpack.searchProfiler": "plugins/searchprofiler",
|
|
"xpack.security": "plugins/security",
|
|
"xpack.server": "legacy/server",
|
|
"xpack.securitySolution": "plugins/security_solution",
|
|
"xpack.sessionView": "plugins/session_view",
|
|
"xpack.snapshotRestore": "plugins/snapshot_restore",
|
|
"xpack.spaces": "plugins/spaces",
|
|
"xpack.savedObjectsTagging": ["plugins/saved_objects_tagging"],
|
|
"xpack.taskManager": "legacy/plugins/task_manager",
|
|
"xpack.timelines": "plugins/timelines",
|
|
"xpack.transform": "plugins/transform",
|
|
"xpack.triggersActionsUI": "plugins/triggers_actions_ui",
|
|
"xpack.upgradeAssistant": "plugins/upgrade_assistant",
|
|
"xpack.synthetics": ["plugins/synthetics"],
|
|
"xpack.ux": ["plugins/ux"],
|
|
"xpack.urlDrilldown": "plugins/drilldowns/url_drilldown",
|
|
"xpack.watcher": "plugins/watcher",
|
|
"xpack.observability": "plugins/observability",
|
|
"xpack.banners": "plugins/banners",
|
|
"xpack.threatIntelligence": "plugins/threat_intelligence"
|
|
},
|
|
"exclude": ["examples"],
|
|
"translations": [
|
|
"plugins/translations/translations/zh-CN.json",
|
|
"plugins/translations/translations/ja-JP.json",
|
|
"plugins/translations/translations/fr-FR.json"
|
|
]
|
|
}
|