1 Star 0 Fork 19

IceFox/indices_view

forked from nesc/indices_view 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
Truman.P.Du 提交于 2018-02-10 10:47 . first release
import serverRoute from './server/routes/server';
export default function (kibana) {
return new kibana.Plugin({
require: ['elasticsearch'],
name: 'indices_view',
uiExports: {
app: {
title: 'Indices View',
description: 'An awesome kibana plugin for view indices!',
icon: 'plugins/indices_view/icon.svg',
main: 'plugins/indices_view/app'
},
},
init(server) {
// Add server routes and initialize the plugin here
serverRoute(server);
}
});
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/IceFoxs/indices_view.git
git@gitee.com:IceFoxs/indices_view.git
IceFoxs
indices_view
indices_view
master

搜索帮助