mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
2051 lines
No EOL
73 KiB
JSON
2051 lines
No EOL
73 KiB
JSON
{
|
|
"id": "securitySolution",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "Plugin",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "public",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-public.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "@kbn/core-plugins-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCorePluginsBrowserPluginApi",
|
|
"section": "def-common.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "public",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-public.PluginSetup",
|
|
"text": "PluginSetup"
|
|
},
|
|
", ",
|
|
"PluginStart",
|
|
", ",
|
|
"SetupPlugins",
|
|
", ",
|
|
"StartPlugins",
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.kibanaVersion",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "kibanaVersion",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.experimentalFeatures",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "experimentalFeatures",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly tGridEnabled: boolean; readonly tGridEventRenderedViewEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly disableIsolationUIPendingStatuses: boolean; readonly pendingActionResponsesWithAck: boolean; readonly policyListEnabled: boolean; readonly policyResponseInFleetEnabled: boolean; readonly chartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly responseActionsConsoleEnabled: boolean; readonly insightsRelatedAlertsByProcessAncestry: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointRbacEnabled: boolean; readonly endpointRbacV1Enabled: boolean; readonly alertDetailsPageEnabled: boolean; readonly responseActionGetFileEnabled: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "initializerContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-plugins-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCorePluginsBrowserPluginApi",
|
|
"section": "def-common.PluginInitializerContext",
|
|
"text": "PluginInitializerContext"
|
|
},
|
|
"<object>"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"StartPluginsDependencies",
|
|
", ",
|
|
"PluginStart",
|
|
">, plugins: ",
|
|
"SetupPlugins",
|
|
") => ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "public",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-public.PluginSetup",
|
|
"text": "PluginSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"StartPluginsDependencies",
|
|
", ",
|
|
"PluginStart",
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.setup.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "plugins",
|
|
"description": [],
|
|
"signature": [
|
|
"SetupPlugins"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", plugins: ",
|
|
"StartPlugins",
|
|
") => {}"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.start.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "plugins",
|
|
"description": [],
|
|
"signature": [
|
|
"StartPlugins"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => {}"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.registerAppLinks",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "registerAppLinks",
|
|
"description": [
|
|
"\nRegister deepLinks and appUpdater for all app links, to change deepLinks as needed when licensing changes."
|
|
],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", plugins: ",
|
|
"StartPlugins",
|
|
") => Promise<void>"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.registerAppLinks.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.Plugin.registerAppLinks.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "plugins",
|
|
"description": [],
|
|
"signature": [
|
|
"StartPlugins"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TimelineModel",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.activeTab",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "activeTab",
|
|
"description": [
|
|
"The selected tab to displayed in the timeline"
|
|
],
|
|
"signature": [
|
|
"TimelineTabs"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.prevActiveTab",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "prevActiveTab",
|
|
"description": [],
|
|
"signature": [
|
|
"TimelineTabs"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.scrollToTop",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "scrollToTop",
|
|
"description": [
|
|
"Used for scrolling to top when swiching tabs. It includes the timestamp of when the event happened"
|
|
],
|
|
"signature": [
|
|
"ScrollToTopEvent",
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.createdBy",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "createdBy",
|
|
"description": [
|
|
"Timeline saved object owner"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [
|
|
"A summary of the events and notes in this timeline"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.eqlOptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eqlOptions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "timelines",
|
|
"scope": "common",
|
|
"docId": "kibTimelinesPluginApi",
|
|
"section": "def-common.EqlOptionsSelected",
|
|
"text": "EqlOptionsSelected"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.eventType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "eventType",
|
|
"description": [
|
|
"Type of event you want to see in this timeline"
|
|
],
|
|
"signature": [
|
|
"TimelineEventsType",
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.eventIdToNoteIds",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventIdToNoteIds",
|
|
"description": [
|
|
"A map of events in this timeline to the chronologically ordered notes (in this timeline) associated with the event"
|
|
],
|
|
"signature": [
|
|
"{ [x: string]: string[]; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.historyIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "historyIds",
|
|
"description": [
|
|
"The chronological history of actions related to this timeline"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.highlightedDropAndProviderId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "highlightedDropAndProviderId",
|
|
"description": [
|
|
"The chronological history of actions related to this timeline"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.isFavorite",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isFavorite",
|
|
"description": [
|
|
"When true, this timeline was marked as \"favorite\" by the user"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.isLive",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLive",
|
|
"description": [
|
|
"When true, the timeline will update as new data arrives"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.kqlMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "kqlMode",
|
|
"description": [
|
|
"determines the behavior of the KQL bar"
|
|
],
|
|
"signature": [
|
|
"\"filter\" | \"search\""
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [
|
|
"Title"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.timelineType",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "timelineType",
|
|
"description": [
|
|
"timelineType: default | template"
|
|
],
|
|
"signature": [
|
|
"TimelineType"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.templateTimelineId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "templateTimelineId",
|
|
"description": [
|
|
"an unique id for timeline template"
|
|
],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.templateTimelineVersion",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "templateTimelineVersion",
|
|
"description": [
|
|
"null for default timeline, number for timeline template"
|
|
],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.noteIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "noteIds",
|
|
"description": [
|
|
"Notes added to the timeline itself. Notes added to events are stored (separately) in `eventIdToNote`"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.pinnedEventIds",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pinnedEventIds",
|
|
"description": [
|
|
"Events pinned to this timeline"
|
|
],
|
|
"signature": [
|
|
"{ [x: string]: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.pinnedEventsSaveObject",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pinnedEventsSaveObject",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
"PinnedEvent",
|
|
"; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.resolveTimelineConfig",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "resolveTimelineConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"ResolveTimelineConfig",
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.showSaveModal",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showSaveModal",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.savedQueryId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "savedQueryId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.sessionViewConfig",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sessionViewConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"SessionViewConfig",
|
|
" | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.show",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "show",
|
|
"description": [
|
|
"When true, show the timeline flyover"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.status",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [
|
|
"status: active | draft"
|
|
],
|
|
"signature": [
|
|
"TimelineStatus"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.updated",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "updated",
|
|
"description": [
|
|
"updated saved object timestamp"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.updatedBy",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "updatedBy",
|
|
"description": [
|
|
"updated saved object user"
|
|
],
|
|
"signature": [
|
|
"string | null | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.isSaving",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSaving",
|
|
"description": [
|
|
"timeline is saving"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.version",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.initialized",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "initialized",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.savedObjectId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "savedObjectId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.sort",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sort",
|
|
"description": [
|
|
" Specifies which column the timeline is sorted on, and the direction (ascending / descending)"
|
|
],
|
|
"signature": [
|
|
"SortColumnTimeline",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.columns",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [
|
|
"The columns displayed in the data table"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "timelines",
|
|
"scope": "common",
|
|
"docId": "kibTimelinesPluginApi",
|
|
"section": "def-common.ColumnHeaderOptions",
|
|
"text": "ColumnHeaderOptions"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.defaultColumns",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "defaultColumns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "timelines",
|
|
"scope": "common",
|
|
"docId": "kibTimelinesPluginApi",
|
|
"section": "def-common.ColumnHeaderOptions",
|
|
"text": "ColumnHeaderOptions"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.dataProviders",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "dataProviders",
|
|
"description": [
|
|
"The sources of the event data shown in the data table"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "timelines",
|
|
"scope": "common",
|
|
"docId": "kibTimelinesPluginApi",
|
|
"section": "def-common.DataProvider",
|
|
"text": "DataProvider"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.dataViewId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [
|
|
"Kibana data view id"
|
|
],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.deletedEventIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "deletedEventIds",
|
|
"description": [
|
|
"Events to not be rendered"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.documentType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "documentType",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.excludedRowRendererIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "excludedRowRendererIds",
|
|
"description": [],
|
|
"signature": [
|
|
"RowRendererId",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.filterManager",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filterManager",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.FilterManager",
|
|
"text": "FilterManager"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.footerText",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "footerText",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.loadingText",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "loadingText",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.queryFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "queryFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.expandedDetail",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "expandedDetail",
|
|
"description": [
|
|
"This holds the view information for the flyout when viewing timeline in a consuming view (i.e. hosts page) or the side panel in the primary timeline view"
|
|
],
|
|
"signature": [
|
|
"{ query?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; graph?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; notes?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; pinned?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; eql?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; session?: ",
|
|
"TimelineExpandedDetailType",
|
|
" | undefined; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.graphEventId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "graphEventId",
|
|
"description": [
|
|
"When non-empty, display a graph view for this event"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.indexNames",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "indexNames",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.itemsPerPage",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "itemsPerPage",
|
|
"description": [
|
|
"The number of items to show in a single page of results"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.itemsPerPageOptions",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "itemsPerPageOptions",
|
|
"description": [
|
|
"Displays a series of choices that when selected, become the value of `itemsPerPage`"
|
|
],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.kqlQuery",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "kqlQuery",
|
|
"description": [
|
|
"the KQL query in the KQL bar"
|
|
],
|
|
"signature": [
|
|
"{ filterQuery: ",
|
|
"SerializedFilterQuery",
|
|
" | null; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.loadingEventIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "loadingEventIds",
|
|
"description": [
|
|
"Events to be rendered as loading"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.dateRange",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dateRange",
|
|
"description": [
|
|
"Specifies the granularity of the date range (e.g. 1 Day / Week / Month) applicable to the mini-map"
|
|
],
|
|
"signature": [
|
|
"{ start: string; end: string; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"Uniquely identifies the timeline"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.selectedEventIds",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "selectedEventIds",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "timelines",
|
|
"scope": "common",
|
|
"docId": "kibTimelinesPluginApi",
|
|
"section": "def-common.TimelineNonEcsData",
|
|
"text": "TimelineNonEcsData"
|
|
},
|
|
"[]; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.isSelectAllChecked",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSelectAllChecked",
|
|
"description": [
|
|
"If selectAll checkbox in header is checked"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.TimelineModel.isLoading",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.PluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-public.PluginSetup.resolver",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resolver",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"ResolverPluginSetup",
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "AppClient",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "_spaceId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.Unnamed.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.ConfigType",
|
|
"text": "ConfigType"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.getSignalsIndex",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSignalsIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.getPreviewIndex",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getPreviewIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.getSourcererDataViewId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSourcererDataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.AppClient.getSpaceId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSpaceId",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/client/client.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "Plugin",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "@kbn/core-plugins-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCorePluginsServerPluginApi",
|
|
"section": "def-server.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.SecuritySolutionPluginSetup",
|
|
"text": "SecuritySolutionPluginSetup"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.SecuritySolutionPluginStart",
|
|
"text": "SecuritySolutionPluginStart"
|
|
},
|
|
", ",
|
|
"SecuritySolutionPluginSetupDependencies",
|
|
", ",
|
|
"SecuritySolutionPluginStartDependencies",
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-plugins-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCorePluginsServerPluginApi",
|
|
"section": "def-server.PluginInitializerContext",
|
|
"text": "PluginInitializerContext"
|
|
},
|
|
"<unknown>"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
"SecuritySolutionPluginCoreSetupDependencies",
|
|
", plugins: ",
|
|
"SecuritySolutionPluginSetupDependencies",
|
|
") => ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.SecuritySolutionPluginSetup",
|
|
"text": "SecuritySolutionPluginSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
"SecuritySolutionPluginCoreSetupDependencies"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.setup.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "plugins",
|
|
"description": [],
|
|
"signature": [
|
|
"SecuritySolutionPluginSetupDependencies"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreLifecycleServerPluginApi",
|
|
"section": "def-server.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", plugins: ",
|
|
"SecuritySolutionPluginStartDependencies",
|
|
") => ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.SecuritySolutionPluginStart",
|
|
"text": "SecuritySolutionPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreLifecycleServerPluginApi",
|
|
"section": "def-server.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.start.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "plugins",
|
|
"description": [],
|
|
"signature": [
|
|
"SecuritySolutionPluginStartDependencies"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.Plugin.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SecuritySolutionApiRequestHandlerContext",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.core",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-http-request-handler-context-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
|
|
"section": "def-server.CoreRequestHandlerContext",
|
|
"text": "CoreRequestHandlerContext"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.endpointAuthz",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "endpointAuthz",
|
|
"description": [],
|
|
"signature": [
|
|
"EndpointAuthz"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getConfig",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.ConfigType",
|
|
"text": "ConfigType"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getFrameworkRequest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFrameworkRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"FrameworkRequest"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getAppClient",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAppClient",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "securitySolution",
|
|
"scope": "server",
|
|
"docId": "kibSecuritySolutionPluginApi",
|
|
"section": "def-server.AppClient",
|
|
"text": "AppClient"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getSpaceId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSpaceId",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getRuleDataService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRuleDataService",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "ruleRegistry",
|
|
"scope": "server",
|
|
"docId": "kibRuleRegistryPluginApi",
|
|
"section": "def-server.IRuleDataService",
|
|
"text": "IRuleDataService"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getRuleExecutionLog",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRuleExecutionLog",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"IRuleExecutionLogForRoutes"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getRacClient",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRacClient",
|
|
"description": [],
|
|
"signature": [
|
|
"(req: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>) => Promise<",
|
|
{
|
|
"pluginId": "ruleRegistry",
|
|
"scope": "server",
|
|
"docId": "kibRuleRegistryPluginApi",
|
|
"section": "def-server.AlertsClient",
|
|
"text": "AlertsClient"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getRacClient.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "req",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getExceptionListClient",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getExceptionListClient",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "lists",
|
|
"scope": "server",
|
|
"docId": "kibListsPluginApi",
|
|
"section": "def-server.ExceptionListClient",
|
|
"text": "ExceptionListClient"
|
|
},
|
|
" | null"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getInternalFleetServices",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInternalFleetServices",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"EndpointInternalFleetServicesInterface"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getScopedFleetServices",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getScopedFleetServices",
|
|
"description": [],
|
|
"signature": [
|
|
"(req: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>) => ",
|
|
"EndpointScopedFleetServicesInterface"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getScopedFleetServices.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "req",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionApiRequestHandlerContext.getQueryRuleAdditionalOptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "getQueryRuleAdditionalOptions",
|
|
"description": [],
|
|
"signature": [
|
|
"CreateQueryRuleAdditionalOptions"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.ConfigType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ConfigType",
|
|
"description": [],
|
|
"signature": [
|
|
"Readonly<{} & { signalsIndex: string; maxRuleImportExportSize: number; maxRuleImportPayloadBytes: number; maxTimelineImportExportSize: number; maxTimelineImportPayloadBytes: number; alertMergeStrategy: \"allFields\" | \"missingFields\" | \"noFields\"; alertIgnoreFields: string[]; enableExperimental: string[]; packagerTaskInterval: string; prebuiltRulesFromFileSystem: boolean; prebuiltRulesFromSavedObjects: boolean; }> & { experimentalFeatures: Readonly<{ tGridEnabled: boolean; tGridEventRenderedViewEnabled: boolean; excludePoliciesInFilterEnabled: boolean; kubernetesEnabled: boolean; disableIsolationUIPendingStatuses: boolean; pendingActionResponsesWithAck: boolean; policyListEnabled: boolean; policyResponseInFleetEnabled: boolean; chartEmbeddablesEnabled: boolean; previewTelemetryUrlEnabled: boolean; responseActionsConsoleEnabled: boolean; insightsRelatedAlertsByProcessAncestry: boolean; extendedRuleExecutionLoggingEnabled: boolean; socTrendsEnabled: boolean; responseActionsEnabled: boolean; endpointRbacEnabled: boolean; endpointRbacV1Enabled: boolean; alertDetailsPageEnabled: boolean; responseActionGetFileEnabled: boolean; }>; }"
|
|
],
|
|
"path": "x-pack/plugins/security_solution/server/config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SecuritySolutionPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/server/plugin_contract.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "securitySolution",
|
|
"id": "def-server.SecuritySolutionPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SecuritySolutionPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/security_solution/server/plugin_contract.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |