mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Always use EMS production url, even in dev (#21237)
This makes usage of EMS more predictable in Kibana, showing vetted production-ready data consistently
This commit is contained in:
parent
0499205f41
commit
27e8500b55
1 changed files with 1 additions and 5 deletions
|
@ -227,11 +227,7 @@ export default async () => Joi.object({
|
|||
}))
|
||||
}))
|
||||
}).default(),
|
||||
manifestServiceUrl: Joi.when('$dev', {
|
||||
is: true,
|
||||
then: Joi.string().default('https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v2/manifest'),
|
||||
otherwise: Joi.string().default('https://catalogue.maps.elastic.co/v2/manifest')
|
||||
}),
|
||||
manifestServiceUrl: Joi.string().default(' https://catalogue.maps.elastic.co/v2/manifest'),
|
||||
includeElasticMapsService: Joi.boolean().default(true)
|
||||
}).default(),
|
||||
tilemap: Joi.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue