Allow User to Cleanup Repository from UI (#53047) (#54616)

* Added repository cleanup button. Added logic for spinner while loading, added new repository request, type and telemetry metric.
This commit is contained in:
CJ Cenizal 2020-01-13 11:23:14 -08:00 committed by GitHub
parent 63cc1a63ef
commit 55efa3b55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 295 additions and 60 deletions

View file

@ -68,7 +68,7 @@ export default async function({ readConfigFile }) {
esTestCluster: {
license: 'trial',
from: 'snapshot',
serverArgs: [],
serverArgs: ['path.repo=/tmp/'],
},
kbnTestServer: {