mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This makes usage of EMS more predictable in Kibana, showing vetted production-ready data consistently
This commit is contained in:
parent
137a09051c
commit
b8c593dccf
1 changed files with 1 additions and 5 deletions
|
@ -194,11 +194,7 @@ export default async () => Joi.object({
|
|||
allowAnonymous: Joi.boolean().default(false)
|
||||
}).default(),
|
||||
map: Joi.object({
|
||||
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