mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Default to 6.7
This commit is contained in:
parent
9588431aba
commit
4f9de6ee46
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default function (kibana) {
|
|||
startupTimeout: Joi.number().default(5000),
|
||||
logQueries: Joi.boolean().default(false),
|
||||
ssl: sslSchema,
|
||||
apiVersion: Joi.string().default('6.x'),
|
||||
apiVersion: Joi.string().default('6.7'),
|
||||
healthCheck: Joi.object({
|
||||
delay: Joi.number().default(2500)
|
||||
}).default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue