kibana/api_docs/osquery.json
Stacey Gammon 85de60a4a5
Add pluginTeam to plugin API ci stats (#115007) (#115411)
* Add pluginTeam to ci stats for easier higher level groupings

* Updated docs
# Conflicts:
#	api_docs/alerting.json
#	api_docs/alerting.mdx
#	api_docs/core.json
#	api_docs/core.mdx
#	api_docs/core_application.mdx
#	api_docs/core_chrome.mdx
#	api_docs/core_http.mdx
#	api_docs/core_saved_objects.mdx
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.json
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/data_views.json
#	api_docs/data_views.mdx
#	api_docs/deprecations_by_api.mdx
#	api_docs/deprecations_by_plugin.mdx
#	api_docs/event_log.json
#	api_docs/plugin_directory.mdx
#	api_docs/reporting.json
#	api_docs/saved_objects.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-19 15:12:30 -04:00

164 lines
No EOL
4.2 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
}
],
"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": []
}
}