mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
update index.js reference
This commit is contained in:
parent
99099a3583
commit
3e67fe02a8
@ -3,7 +3,7 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
"index.ts",
|
"index.js",
|
||||||
"init.js",
|
"init.js",
|
||||||
"server/**/*",
|
"server/**/*",
|
||||||
"!server/wazuh-registry.json",
|
"!server/wazuh-registry.json",
|
||||||
|
@ -45,10 +45,10 @@ export default (kibana) => {
|
|||||||
|
|
||||||
init(server) {
|
init(server) {
|
||||||
const coreSetup = server.newPlatform.setup.core;
|
const coreSetup = server.newPlatform.setup.core;
|
||||||
const pluginsSetup: PluginsSetup = {
|
const pluginsSetup = {
|
||||||
discover: server.newPlatform.setup.plugins.discover
|
discover: server.newPlatform.setup.plugins.discover
|
||||||
};
|
};
|
||||||
const legacySetup: LegacySetup = {
|
const legacySetup = {
|
||||||
server
|
server
|
||||||
};
|
};
|
||||||
|
|
@ -7,7 +7,7 @@
|
|||||||
"version": "7.8.0"
|
"version": "7.8.0"
|
||||||
},
|
},
|
||||||
"description": "Wazuh app",
|
"description": "Wazuh app",
|
||||||
"main": "index.ts",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"kibana",
|
"kibana",
|
||||||
"wazuh",
|
"wazuh",
|
||||||
|
Loading…
Reference in New Issue
Block a user