{ "type": "plugin", "id": "@kbn/cloud-experiments-plugin", "owner": [ "@elastic/kibana-core" ], "description": "Provides the necessary APIs to implement A/B testing scenarios, fetching the variations in configuration and reporting back metrics to track conversion rates of the experiments.", "plugin": { "id": "cloudExperiments", "browser": true, "server": true, "configPath": [ "xpack", "cloud_integrations", "experiments" ], "requiredPlugins": [ "cloud", "dataViews" ], "optionalPlugins": [ "usageCollection" ], "__category__": { "oss": false, "example": false, "testPlugin": false } } }