mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
4cce8bb266
commit
9e84174735
36 changed files with 1723 additions and 705 deletions
|
@ -55,6 +55,7 @@ export default async function ({ readConfigFile }) {
|
|||
resolve(__dirname, './apps/snapshot_restore'),
|
||||
resolve(__dirname, './apps/cross_cluster_replication'),
|
||||
resolve(__dirname, './apps/remote_clusters'),
|
||||
resolve(__dirname, './apps/transform'),
|
||||
// This license_management file must be last because it is destructive.
|
||||
resolve(__dirname, './apps/license_management'),
|
||||
],
|
||||
|
@ -192,6 +193,10 @@ export default async function ({ readConfigFile }) {
|
|||
pathname: '/app/kibana',
|
||||
hash: '/management/elasticsearch/watcher/watches/',
|
||||
},
|
||||
transform: {
|
||||
pathname: '/app/kibana/',
|
||||
hash: '/management/elasticsearch/transform'
|
||||
}
|
||||
},
|
||||
|
||||
// choose where esArchiver should load archives from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue