kibana/api_docs/osquery.json

144 lines
3.3 KiB
JSON

{
"id": "osquery",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.OsqueryPluginSetup",
"type": "Interface",
"label": "OsqueryPluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/osquery/public/types.ts",
"lineNumber": 18
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-public.OsqueryPluginStart",
"type": "Interface",
"label": "OsqueryPluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/osquery/public/types.ts",
"lineNumber": 20
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-server.OsqueryPluginSetup",
"type": "Interface",
"label": "OsqueryPluginSetup",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/osquery/server/types.ts",
"lineNumber": 16
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.OsqueryPluginStart",
"type": "Interface",
"label": "OsqueryPluginStart",
"description": [],
"tags": [],
"children": [],
"source": {
"path": "x-pack/plugins/osquery/server/types.ts",
"lineNumber": 18
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-common.DEFAULT_DARK_MODE",
"type": "string",
"label": "DEFAULT_DARK_MODE",
"description": [],
"source": {
"path": "x-pack/plugins/osquery/common/constants.ts",
"lineNumber": 9
},
"signature": [
"\"theme:darkMode\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_MAX_TABLE_QUERY_SIZE",
"type": "number",
"label": "DEFAULT_MAX_TABLE_QUERY_SIZE",
"description": [],
"source": {
"path": "x-pack/plugins/osquery/common/constants.ts",
"lineNumber": 8
},
"signature": [
"10000"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_ID",
"type": "string",
"label": "PLUGIN_ID",
"description": [],
"source": {
"path": "x-pack/plugins/osquery/common/index.ts",
"lineNumber": 10
},
"signature": [
"\"osquery\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.PLUGIN_NAME",
"type": "string",
"label": "PLUGIN_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/osquery/common/index.ts",
"lineNumber": 11
},
"signature": [
"\"Osquery\""
],
"initialIsOpen": false
}
],
"objects": []
}
}