mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
202 lines
No EOL
5.5 KiB
JSON
202 lines
No EOL
5.5 KiB
JSON
{
|
|
"id": "osquery",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OsqueryPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OsqueryPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginStart.OsqueryAction",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "OsqueryAction",
|
|
"description": [],
|
|
"signature": [
|
|
"((props: any) => JSX.Element) | undefined"
|
|
],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginStart.isOsqueryAvailable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isOsqueryAvailable",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: { agentId: string; }) => boolean"
|
|
],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginStart.isOsqueryAvailable.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-public.OsqueryPluginStart.isOsqueryAvailable.$1.agentId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "agentId",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/public/types.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "osquery",
|
|
"id": "def-server.OsqueryPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OsqueryPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/server/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "osquery",
|
|
"id": "def-server.OsqueryPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "OsqueryPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/osquery/server/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-common.BASE_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "BASE_PATH",
|
|
"description": [],
|
|
"signature": [
|
|
"\"/app/osquery\""
|
|
],
|
|
"path": "x-pack/plugins/osquery/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-common.DEFAULT_DARK_MODE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_DARK_MODE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"theme:darkMode\""
|
|
],
|
|
"path": "x-pack/plugins/osquery/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-common.OSQUERY_INTEGRATION_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "OSQUERY_INTEGRATION_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"osquery_manager\""
|
|
],
|
|
"path": "x-pack/plugins/osquery/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"osquery\""
|
|
],
|
|
"path": "x-pack/plugins/osquery/common/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "osquery",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"Osquery\""
|
|
],
|
|
"path": "x-pack/plugins/osquery/common/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |