kibana/api_docs/kbn_streams_schema.devdocs.json

8420 lines
No EOL
296 KiB
JSON

{
"id": "@kbn/streams-schema",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asIngestStreamDefinition",
"type": "Function",
"tags": [],
"label": "asIngestStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asIngestStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asIngestStreamGetResponse",
"type": "Function",
"tags": [],
"label": "asIngestStreamGetResponse",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">(value: TValue) => Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamGetResponse",
"text": "IngestStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asIngestStreamGetResponse.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.assertsSchema",
"type": "Function",
"tags": [],
"label": "assertsSchema",
"description": [],
"signature": [
"(schema: TSchema, subject: any) => void"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.assertsSchema.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"TSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.assertsSchema.$2",
"type": "Any",
"tags": [],
"label": "subject",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asUnwiredStreamGetResponse",
"type": "Function",
"tags": [],
"label": "asUnwiredStreamGetResponse",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">(value: TValue) => Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asUnwiredStreamGetResponse.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asWiredStreamDefinition",
"type": "Function",
"tags": [],
"label": "asWiredStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asWiredStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asWiredStreamGetResponse",
"type": "Function",
"tags": [],
"label": "asWiredStreamGetResponse",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">(value: TValue) => Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.asWiredStreamGetResponse.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.conditionToQueryDsl",
"type": "Function",
"tags": [],
"label": "conditionToQueryDsl",
"description": [],
"signature": [
"(condition: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
") => any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/condition_to_query_dsl.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.conditionToQueryDsl.$1",
"type": "CompoundType",
"tags": [],
"label": "condition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/condition_to_query_dsl.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createAsSchemaOrThrow",
"type": "Function",
"tags": [],
"label": "createAsSchemaOrThrow",
"description": [],
"signature": [
"(_base: TBaseSchema, narrow: TNarrowSchema) => <TValue extends Zod.input<TBaseSchema>>(value: TValue) => Extract<TValue, Zod.input<TNarrowSchema>>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createAsSchemaOrThrow.$1",
"type": "Uncategorized",
"tags": [],
"label": "_base",
"description": [],
"signature": [
"TBaseSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createAsSchemaOrThrow.$2",
"type": "Uncategorized",
"tags": [],
"label": "narrow",
"description": [],
"signature": [
"TNarrowSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createIsNarrowSchema",
"type": "Function",
"tags": [],
"label": "createIsNarrowSchema",
"description": [],
"signature": [
"(_base: TBaseSchema, narrow: TNarrowSchema) => <TValue extends Zod.input<TBaseSchema>>(value: TValue) => value is Extract<TValue, Zod.input<TNarrowSchema>>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createIsNarrowSchema.$1",
"type": "Uncategorized",
"tags": [],
"label": "_base",
"description": [],
"signature": [
"TBaseSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.createIsNarrowSchema.$2",
"type": "Uncategorized",
"tags": [],
"label": "narrow",
"description": [],
"signature": [
"TNarrowSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritedLifecycle",
"type": "Function",
"tags": [],
"label": "findInheritedLifecycle",
"description": [],
"signature": [
"(definition: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
", ancestors: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]) => ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestStreamEffectiveLifecycle",
"text": "WiredIngestStreamEffectiveLifecycle"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritedLifecycle.$1",
"type": "Object",
"tags": [],
"label": "definition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritedLifecycle.$2",
"type": "Array",
"tags": [],
"label": "ancestors",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritingStreams",
"type": "Function",
"tags": [],
"label": "findInheritingStreams",
"description": [],
"signature": [
"(root: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
", descendants: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]) => string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritingStreams.$1",
"type": "Object",
"tags": [],
"label": "root",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.findInheritingStreams.$2",
"type": "Array",
"tags": [],
"label": "descendants",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/lifecycle.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAdvancedParameters",
"type": "Function",
"tags": [],
"label": "getAdvancedParameters",
"description": [],
"signature": [
"(fieldName: string, fieldConfig: (",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }) => Partial<(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/field_definition.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAdvancedParameters.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/field_definition.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAdvancedParameters.$2",
"type": "CompoundType",
"tags": [],
"label": "fieldConfig",
"description": [],
"signature": [
"(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/field_definition.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAncestors",
"type": "Function",
"tags": [],
"label": "getAncestors",
"description": [],
"signature": [
"(id: string) => string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAncestors.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAncestorsAndSelf",
"type": "Function",
"tags": [],
"label": "getAncestorsAndSelf",
"description": [],
"signature": [
"(id: string) => string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getAncestorsAndSelf.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getFields",
"type": "Function",
"tags": [],
"label": "getFields",
"description": [],
"signature": [
"(condition: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
") => { name: string; type: \"string\" | \"number\"; }[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/condition_fields.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getFields.$1",
"type": "CompoundType",
"tags": [],
"label": "condition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/condition_fields.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getInheritedFieldsFromAncestors",
"type": "Function",
"tags": [],
"label": "getInheritedFieldsFromAncestors",
"description": [],
"signature": [
"(ancestors: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]) => ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.InheritedFieldDefinition",
"text": "InheritedFieldDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/field_definition.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getInheritedFieldsFromAncestors.$1",
"type": "Array",
"tags": [],
"label": "ancestors",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/field_definition.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getParentId",
"type": "Function",
"tags": [],
"label": "getParentId",
"description": [],
"signature": [
"(id: string) => string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getParentId.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getProcessorConfig",
"type": "Function",
"tags": [],
"label": "getProcessorConfig",
"description": [],
"signature": [
"(processor: TProcessorDefinition) => ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorConfig",
"text": "ProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getProcessorConfig.$1",
"type": "Uncategorized",
"tags": [],
"label": "processor",
"description": [],
"signature": [
"TProcessorDefinition"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getProcessorType",
"type": "Function",
"tags": [],
"label": "getProcessorType",
"description": [],
"signature": [
"(processor: TProcessorDefinition) => ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorTypeOf",
"text": "ProcessorTypeOf"
},
"<TProcessorDefinition>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getProcessorType.$1",
"type": "Uncategorized",
"tags": [],
"label": "processor",
"description": [],
"signature": [
"TProcessorDefinition"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getSegments",
"type": "Function",
"tags": [],
"label": "getSegments",
"description": [],
"signature": [
"(id: string) => string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.getSegments.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isAlwaysCondition",
"type": "Function",
"tags": [],
"label": "isAlwaysCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, { always: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isAlwaysCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isAndCondition",
"type": "Function",
"tags": [],
"label": "isAndCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, { and: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isAndCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isBinaryFilterCondition",
"type": "Function",
"tags": [],
"label": "isBinaryFilterCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isBinaryFilterCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isChildOf",
"type": "Function",
"tags": [],
"label": "isChildOf",
"description": [],
"signature": [
"(parent: string, child: string) => boolean"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isChildOf.$1",
"type": "string",
"tags": [],
"label": "parent",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isChildOf.$2",
"type": "string",
"tags": [],
"label": "child",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isCondition",
"type": "Function",
"tags": [],
"label": "isCondition",
"description": [],
"signature": [
"<TValue extends unknown>(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDateProcessorDefinition",
"type": "Function",
"tags": [],
"label": "isDateProcessorDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
">(value: TValue) => value is Extract<TValue, any>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDateProcessorDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDescendantOf",
"type": "Function",
"tags": [],
"label": "isDescendantOf",
"description": [],
"signature": [
"(parent: string, child: string) => boolean"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDescendantOf.$1",
"type": "string",
"tags": [],
"label": "parent",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDescendantOf.$2",
"type": "string",
"tags": [],
"label": "child",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDisabledLifecycle",
"type": "Function",
"tags": [],
"label": "isDisabledLifecycle",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
">(value: TValue) => value is Extract<TValue, { disabled: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDisabledLifecycle.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDissectProcessorDefinition",
"type": "Function",
"tags": [],
"label": "isDissectProcessorDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
">(value: TValue) => value is Extract<TValue, any>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDissectProcessorDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDslLifecycle",
"type": "Function",
"tags": [],
"label": "isDslLifecycle",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
">(value: TValue) => value is Extract<TValue, { dsl: { data_retention?: string | undefined; }; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isDslLifecycle.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isErrorLifecycle",
"type": "Function",
"tags": [],
"label": "isErrorLifecycle",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestStreamEffectiveLifecycle",
"text": "UnwiredIngestStreamEffectiveLifecycle"
},
">(value: TValue) => value is Extract<TValue, { error: { message: string; }; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isErrorLifecycle.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isFilterCondition",
"type": "Function",
"tags": [],
"label": "isFilterCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isFilterCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGrokProcessorDefinition",
"type": "Function",
"tags": [],
"label": "isGrokProcessorDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
">(value: TValue) => value is Extract<TValue, any>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGrokProcessorDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGroupStreamDefinition",
"type": "Function",
"tags": [],
"label": "isGroupStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinition",
"text": "GroupStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGroupStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGroupStreamDefinitionBase",
"type": "Function",
"tags": [],
"label": "isGroupStreamDefinitionBase",
"description": [],
"signature": [
"<TValue extends unknown>(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isGroupStreamDefinitionBase.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isIlmLifecycle",
"type": "Function",
"tags": [],
"label": "isIlmLifecycle",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
">(value: TValue) => value is Extract<TValue, { ilm: { policy: string; }; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isIlmLifecycle.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isIngestStreamDefinition",
"type": "Function",
"tags": [],
"label": "isIngestStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isIngestStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isInheritLifecycle",
"type": "Function",
"tags": [],
"label": "isInheritLifecycle",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
">(value: TValue) => value is Extract<TValue, { inherit: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isInheritLifecycle.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isNeverCondition",
"type": "Function",
"tags": [],
"label": "isNeverCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, { never: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isNeverCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isOrCondition",
"type": "Function",
"tags": [],
"label": "isOrCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, { or: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isOrCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isRoot",
"type": "Function",
"tags": [],
"label": "isRoot",
"description": [],
"signature": [
"(id: string) => boolean"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isRoot.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/hierarchy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isRootStreamDefinition",
"type": "Function",
"tags": [],
"label": "isRootStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isRootStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isSchema",
"type": "Function",
"tags": [],
"label": "isSchema",
"description": [],
"signature": [
"(schema: TSchema, value: unknown) => boolean"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isSchema.$1",
"type": "Uncategorized",
"tags": [],
"label": "schema",
"description": [],
"signature": [
"TSchema"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isSchema.$2",
"type": "Unknown",
"tags": [],
"label": "value",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isStreamDefinition",
"type": "Function",
"tags": [],
"label": "isStreamDefinition",
"description": [],
"signature": [
"<TValue extends unknown>(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/core.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isStreamQueryKql",
"type": "Function",
"tags": [],
"label": "isStreamQueryKql",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isStreamQueryKql.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnaryFilterCondition",
"type": "Function",
"tags": [],
"label": "isUnaryFilterCondition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnaryFilterCondition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnwiredStreamDefinition",
"type": "Function",
"tags": [],
"label": "isUnwiredStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnwiredStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnwiredStreamGetResponse",
"type": "Function",
"tags": [],
"label": "isUnwiredStreamGetResponse",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isUnwiredStreamGetResponse.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isWiredStreamDefinition",
"type": "Function",
"tags": [],
"label": "isWiredStreamDefinition",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isWiredStreamDefinition.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isWiredStreamGetResponse",
"type": "Function",
"tags": [],
"label": "isWiredStreamGetResponse",
"description": [],
"signature": [
"<TValue extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">(value: TValue) => value is Extract<TValue, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.isWiredStreamGetResponse.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"TValue"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/helpers/type_guards.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.AlwaysCondition",
"type": "Interface",
"tags": [],
"label": "AlwaysCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.AlwaysCondition.always",
"type": "Object",
"tags": [],
"label": "always",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.AndCondition",
"type": "Interface",
"tags": [],
"label": "AndCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.AndCondition.and",
"type": "Array",
"tags": [],
"label": "and",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.BinaryFilterCondition",
"type": "Interface",
"tags": [],
"label": "BinaryFilterCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.BinaryFilterCondition.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.BinaryFilterCondition.operator",
"type": "CompoundType",
"tags": [],
"label": "operator",
"description": [],
"signature": [
"\"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"gt\" | \"lt\" | \"eq\" | \"contains\" | \"neq\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.BinaryFilterCondition.value",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string | number | boolean"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ContentPack",
"type": "Interface",
"tags": [],
"label": "ContentPack",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/content/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ContentPack.content",
"type": "string",
"tags": [],
"label": "content",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/content/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig",
"type": "Interface",
"tags": [],
"label": "DateProcessorConfig",
"description": [
"\nDate processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DateProcessorConfig",
"text": "DateProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.formats",
"type": "Array",
"tags": [],
"label": "formats",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.locale",
"type": "string",
"tags": [],
"label": "locale",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.timezone",
"type": "string",
"tags": [],
"label": "timezone",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorConfig.output_format",
"type": "string",
"tags": [],
"label": "output_format",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "DateProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DateProcessorDefinition.date",
"type": "Object",
"tags": [],
"label": "date",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DateProcessorConfig",
"text": "DateProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorConfig",
"type": "Interface",
"tags": [],
"label": "DissectProcessorConfig",
"description": [
"\nDissect processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DissectProcessorConfig",
"text": "DissectProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorConfig.pattern",
"type": "string",
"tags": [],
"label": "pattern",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorConfig.append_separator",
"type": "string",
"tags": [],
"label": "append_separator",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "DissectProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.DissectProcessorDefinition.dissect",
"type": "Object",
"tags": [],
"label": "dissect",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DissectProcessorConfig",
"text": "DissectProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ElasticsearchAssets",
"type": "Interface",
"tags": [],
"label": "ElasticsearchAssets",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ElasticsearchAssets.ingestPipeline",
"type": "string",
"tags": [],
"label": "ingestPipeline",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ElasticsearchAssets.componentTemplates",
"type": "Array",
"tags": [],
"label": "componentTemplates",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ElasticsearchAssets.indexTemplate",
"type": "string",
"tags": [],
"label": "indexTemplate",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ElasticsearchAssets.dataStream",
"type": "string",
"tags": [],
"label": "dataStream",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FieldDefinition",
"type": "Interface",
"tags": [],
"label": "FieldDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FieldDefinition.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[x: string]: (MappingBooleanProperty & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (MappingKeywordProperty & { ...; }) | ... 5 more ... | { ...; }",
"description": [],
"signature": [
"[x: string]: (",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig",
"type": "Interface",
"tags": [],
"label": "GeoIpProcessorConfig",
"description": [
"\nGeoIP processor"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.database_file",
"type": "string",
"tags": [],
"label": "database_file",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.properties",
"type": "Array",
"tags": [],
"label": "properties",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorConfig.first_only",
"type": "CompoundType",
"tags": [],
"label": "first_only",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "GeoIpProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GeoIpProcessorDefinition.geoip",
"type": "Object",
"tags": [],
"label": "geoip",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GeoIpProcessorConfig",
"text": "GeoIpProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorConfig",
"type": "Interface",
"tags": [],
"label": "GrokProcessorConfig",
"description": [
"\nGrok processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GrokProcessorConfig",
"text": "GrokProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorConfig.patterns",
"type": "Array",
"tags": [],
"label": "patterns",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorConfig.pattern_definitions",
"type": "Object",
"tags": [],
"label": "pattern_definitions",
"description": [],
"signature": [
"Record<string, string> | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "GrokProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GrokProcessorDefinition.grok",
"type": "Object",
"tags": [],
"label": "grok",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GrokProcessorConfig",
"text": "GrokProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupBase",
"type": "Interface",
"tags": [],
"label": "GroupBase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupBase.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupBase.members",
"type": "Array",
"tags": [],
"label": "members",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupObjectGetResponse",
"type": "Interface",
"tags": [],
"label": "GroupObjectGetResponse",
"description": [
"\nGroup object get response"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupObjectGetResponse.group",
"type": "Object",
"tags": [],
"label": "group",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamDefinitionBase",
"type": "Interface",
"tags": [],
"label": "GroupStreamDefinitionBase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamDefinitionBase.group",
"type": "Object",
"tags": [],
"label": "group",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamGetResponse",
"type": "Interface",
"tags": [],
"label": "GroupStreamGetResponse",
"description": [
"\nGroup get response"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamGetResponse",
"text": "GroupStreamGetResponse"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponseBase",
"text": "StreamGetResponseBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamGetResponse.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamUpsertRequest",
"type": "Interface",
"tags": [],
"label": "GroupStreamUpsertRequest",
"description": [
"\nGroup upsert request"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamUpsertRequest",
"text": "GroupStreamUpsertRequest"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequestBase",
"text": "StreamUpsertRequestBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamUpsertRequest.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyDeletePhase",
"type": "Interface",
"tags": [],
"label": "IlmPolicyDeletePhase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyDeletePhase.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"delete\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyDeletePhase.min_age",
"type": "string",
"tags": [],
"label": "min_age",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyHotPhase",
"type": "Interface",
"tags": [],
"label": "IlmPolicyHotPhase",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyHotPhase",
"text": "IlmPolicyHotPhase"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyPhase",
"text": "IlmPolicyPhase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyHotPhase.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"hot\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyHotPhase.rollover",
"type": "Object",
"tags": [],
"label": "rollover",
"description": [],
"signature": [
"{ max_size?: string | number | undefined; max_primary_shard_size?: string | number | undefined; max_age?: string | undefined; max_docs?: number | undefined; max_primary_shard_docs?: number | undefined; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhase",
"type": "Interface",
"tags": [],
"label": "IlmPolicyPhase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhase.name",
"type": "CompoundType",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"delete\" | \"warm\" | \"hot\" | \"frozen\" | \"cold\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhase.size_in_bytes",
"type": "number",
"tags": [],
"label": "size_in_bytes",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhase.min_age",
"type": "string",
"tags": [],
"label": "min_age",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases",
"type": "Interface",
"tags": [],
"label": "IlmPolicyPhases",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases.hot",
"type": "Object",
"tags": [],
"label": "hot",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyHotPhase",
"text": "IlmPolicyHotPhase"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases.warm",
"type": "Object",
"tags": [],
"label": "warm",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyPhase",
"text": "IlmPolicyPhase"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases.cold",
"type": "Object",
"tags": [],
"label": "cold",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyPhase",
"text": "IlmPolicyPhase"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases.frozen",
"type": "Object",
"tags": [],
"label": "frozen",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyPhase",
"text": "IlmPolicyPhase"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IlmPolicyPhases.delete",
"type": "Object",
"tags": [],
"label": "delete",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IlmPolicyDeletePhase",
"text": "IlmPolicyDeletePhase"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleDisabled",
"type": "Interface",
"tags": [],
"label": "IngestStreamLifecycleDisabled",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleDisabled.disabled",
"type": "Object",
"tags": [],
"label": "disabled",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleDSL",
"type": "Interface",
"tags": [],
"label": "IngestStreamLifecycleDSL",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleDSL.dsl",
"type": "Object",
"tags": [],
"label": "dsl",
"description": [],
"signature": [
"{ data_retention?: string | undefined; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleError",
"type": "Interface",
"tags": [],
"label": "IngestStreamLifecycleError",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleError.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"{ message: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleILM",
"type": "Interface",
"tags": [],
"label": "IngestStreamLifecycleILM",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleILM.ilm",
"type": "Object",
"tags": [],
"label": "ilm",
"description": [],
"signature": [
"{ policy: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleInherit",
"type": "Interface",
"tags": [],
"label": "IngestStreamLifecycleInherit",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycleInherit.inherit",
"type": "Object",
"tags": [],
"label": "inherit",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.InheritedFieldDefinition",
"type": "Interface",
"tags": [],
"label": "InheritedFieldDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.InheritedFieldDefinition.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[x: string]: (MappingBooleanProperty & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | ... 6 more ... | ({ ...; } & { ...; })",
"description": [],
"signature": [
"[x: string]: (",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | ({ type: \"system\"; } & { from: string; })"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig",
"type": "Interface",
"tags": [],
"label": "KvProcessorConfig",
"description": [
"\nKV processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.KvProcessorConfig",
"text": "KvProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.field_split",
"type": "string",
"tags": [],
"label": "field_split",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.value_split",
"type": "string",
"tags": [],
"label": "value_split",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.include_keys",
"type": "Array",
"tags": [],
"label": "include_keys",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.exclude_keys",
"type": "Array",
"tags": [],
"label": "exclude_keys",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.prefix",
"type": "string",
"tags": [],
"label": "prefix",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.trim_key",
"type": "string",
"tags": [],
"label": "trim_key",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.trim_value",
"type": "string",
"tags": [],
"label": "trim_value",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorConfig.strip_brackets",
"type": "CompoundType",
"tags": [],
"label": "strip_brackets",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "KvProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.KvProcessorDefinition.kv",
"type": "Object",
"tags": [],
"label": "kv",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.KvProcessorConfig",
"text": "KvProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.NeverCondition",
"type": "Interface",
"tags": [],
"label": "NeverCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.NeverCondition.never",
"type": "Object",
"tags": [],
"label": "never",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.OrCondition",
"type": "Interface",
"tags": [],
"label": "OrCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.OrCondition.or",
"type": "Array",
"tags": [],
"label": "or",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorBase",
"type": "Interface",
"tags": [],
"label": "ProcessorBase",
"description": [
"\nBase processor"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorBase.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorBase.if",
"type": "CompoundType",
"tags": [],
"label": "if",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorBase.ignore_failure",
"type": "CompoundType",
"tags": [],
"label": "ignore_failure",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RecursiveRecord",
"type": "Interface",
"tags": [],
"label": "RecursiveRecord",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RecursiveRecord.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[key: PropertyKey]: RecursiveRecord | Primitive | Primitive[]",
"description": [],
"signature": [
"[key: PropertyKey]: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorConfig",
"type": "Interface",
"tags": [],
"label": "RenameProcessorConfig",
"description": [
"\nRename processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RenameProcessorConfig",
"text": "RenameProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorConfig.override",
"type": "CompoundType",
"tags": [],
"label": "override",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "RenameProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RenameProcessorDefinition.rename",
"type": "Object",
"tags": [],
"label": "rename",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RenameProcessorConfig",
"text": "RenameProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RoutingDefinition",
"type": "Interface",
"tags": [],
"label": "RoutingDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/routing/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RoutingDefinition.destination",
"type": "string",
"tags": [],
"label": "destination",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/routing/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.RoutingDefinition.if",
"type": "CompoundType",
"tags": [],
"label": "if",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FilterCondition",
"text": "FilterCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.AndCondition",
"text": "AndCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.OrCondition",
"text": "OrCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.NeverCondition",
"text": "NeverCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.AlwaysCondition",
"text": "AlwaysCondition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/routing/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig",
"type": "Interface",
"tags": [],
"label": "SetProcessorConfig",
"description": [
"\nSet processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.SetProcessorConfig",
"text": "SetProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig.override",
"type": "CompoundType",
"tags": [],
"label": "override",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig.ignore_empty_value",
"type": "CompoundType",
"tags": [],
"label": "ignore_empty_value",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorConfig.media_type",
"type": "string",
"tags": [],
"label": "media_type",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "SetProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SetProcessorDefinition.set",
"type": "Object",
"tags": [],
"label": "set",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.SetProcessorConfig",
"text": "SetProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamGetResponseBase",
"type": "Interface",
"tags": [],
"label": "StreamGetResponseBase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamGetResponseBase.dashboards",
"type": "Array",
"tags": [],
"label": "dashboards",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamGetResponseBase.queries",
"type": "Array",
"tags": [],
"label": "queries",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamQueryKql",
"type": "Interface",
"tags": [],
"label": "StreamQueryKql",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
" extends StreamQueryBase"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamQueryKql.kql",
"type": "Object",
"tags": [],
"label": "kql",
"description": [],
"signature": [
"{ query: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamUpsertRequestBase",
"type": "Interface",
"tags": [],
"label": "StreamUpsertRequestBase",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamUpsertRequestBase.dashboards",
"type": "Array",
"tags": [],
"label": "dashboards",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamUpsertRequestBase.queries",
"type": "Array",
"tags": [],
"label": "queries",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnaryFilterCondition",
"type": "Interface",
"tags": [],
"label": "UnaryFilterCondition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnaryFilterCondition.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnaryFilterCondition.operator",
"type": "CompoundType",
"tags": [],
"label": "operator",
"description": [],
"signature": [
"\"exists\" | \"notExists\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredIngest",
"type": "Interface",
"tags": [],
"label": "UnwiredIngest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngest",
"text": "UnwiredIngest"
},
" extends IngestBase"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredIngest.unwired",
"type": "Object",
"tags": [],
"label": "unwired",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredIngestUpsertRequest",
"type": "Interface",
"tags": [],
"label": "UnwiredIngestUpsertRequest",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredIngestUpsertRequest.ingest",
"type": "Object",
"tags": [],
"label": "ingest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngest",
"text": "UnwiredIngest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamDefinition",
"type": "Interface",
"tags": [],
"label": "UnwiredStreamDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
},
" extends ",
"StreamDefinitionBase"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamDefinition.ingest",
"type": "Object",
"tags": [],
"label": "ingest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngest",
"text": "UnwiredIngest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse",
"type": "Interface",
"tags": [],
"label": "UnwiredStreamGetResponse",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponseBase",
"text": "StreamGetResponseBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse.elasticsearch_assets",
"type": "Object",
"tags": [],
"label": "elasticsearch_assets",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ElasticsearchAssets",
"text": "ElasticsearchAssets"
},
" | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse.data_stream_exists",
"type": "boolean",
"tags": [],
"label": "data_stream_exists",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse.effective_lifecycle",
"type": "CompoundType",
"tags": [],
"label": "effective_lifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleError",
"text": "IngestStreamLifecycleError"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleDisabled",
"text": "IngestStreamLifecycleDisabled"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamGetResponse.privileges",
"type": "Object",
"tags": [],
"label": "privileges",
"description": [],
"signature": [
"IngestStreamPrivileges"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamUpsertRequest",
"type": "Interface",
"tags": [],
"label": "UnwiredStreamUpsertRequest",
"description": [
"\nIngest stream upsert request"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamUpsertRequest",
"text": "UnwiredStreamUpsertRequest"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequestBase",
"text": "StreamUpsertRequestBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredStreamUpsertRequest.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestUpsertRequest",
"text": "UnwiredIngestUpsertRequest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorConfig",
"type": "Interface",
"tags": [],
"label": "UrlDecodeProcessorConfig",
"description": [
"\nURL Decode processor"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UrlDecodeProcessorConfig",
"text": "UrlDecodeProcessorConfig"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorBase",
"text": "ProcessorBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "UrlDecodeProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UrlDecodeProcessorDefinition.urldecode",
"type": "Object",
"tags": [],
"label": "urldecode",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UrlDecodeProcessorConfig",
"text": "UrlDecodeProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig",
"type": "Interface",
"tags": [],
"label": "UserAgentProcessorConfig",
"description": [
"\nUser agent processor"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig.target_field",
"type": "string",
"tags": [],
"label": "target_field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig.regex_file",
"type": "string",
"tags": [],
"label": "regex_file",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig.properties",
"type": "Array",
"tags": [],
"label": "properties",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorConfig.ignore_missing",
"type": "CompoundType",
"tags": [],
"label": "ignore_missing",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorDefinition",
"type": "Interface",
"tags": [],
"label": "UserAgentProcessorDefinition",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UserAgentProcessorDefinition.user_agent",
"type": "Object",
"tags": [],
"label": "user_agent",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UserAgentProcessorConfig",
"text": "UserAgentProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredIngest",
"type": "Interface",
"tags": [],
"label": "WiredIngest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngest",
"text": "WiredIngest"
},
" extends IngestBase"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredIngest.wired",
"type": "Object",
"tags": [],
"label": "wired",
"description": [],
"signature": [
"{ fields: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FieldDefinition",
"text": "FieldDefinition"
},
"; routing: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RoutingDefinition",
"text": "RoutingDefinition"
},
"[]; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredIngestUpsertRequest",
"type": "Interface",
"tags": [],
"label": "WiredIngestUpsertRequest",
"description": [],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredIngestUpsertRequest.ingest",
"type": "Object",
"tags": [],
"label": "ingest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngest",
"text": "WiredIngest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamDefinition",
"type": "Interface",
"tags": [],
"label": "WiredStreamDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
" extends ",
"StreamDefinitionBase"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamDefinition.ingest",
"type": "Object",
"tags": [],
"label": "ingest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngest",
"text": "WiredIngest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamGetResponse",
"type": "Interface",
"tags": [],
"label": "WiredStreamGetResponse",
"description": [
"\nStream get response"
],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponseBase",
"text": "StreamGetResponseBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamGetResponse.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamGetResponse.inherited_fields",
"type": "Object",
"tags": [],
"label": "inherited_fields",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.InheritedFieldDefinition",
"text": "InheritedFieldDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamGetResponse.effective_lifecycle",
"type": "CompoundType",
"tags": [],
"label": "effective_lifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
" & { from: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamGetResponse.privileges",
"type": "Object",
"tags": [],
"label": "privileges",
"description": [],
"signature": [
"IngestStreamPrivileges"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamUpsertRequest",
"type": "Interface",
"tags": [],
"label": "WiredStreamUpsertRequest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamUpsertRequest",
"text": "WiredStreamUpsertRequest"
},
" extends ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequestBase",
"text": "StreamUpsertRequestBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredStreamUpsertRequest.stream",
"type": "Object",
"tags": [],
"label": "stream",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestUpsertRequest",
"text": "WiredIngestUpsertRequest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.BinaryOperator",
"type": "Type",
"tags": [],
"label": "BinaryOperator",
"description": [],
"signature": [
"\"endsWith\" | \"startsWith\" | \"gte\" | \"lte\" | \"gt\" | \"lt\" | \"eq\" | \"contains\" | \"neq\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.Condition",
"type": "Type",
"tags": [],
"label": "Condition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FilterCondition",
"text": "FilterCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.AndCondition",
"text": "AndCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.OrCondition",
"text": "OrCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.NeverCondition",
"text": "NeverCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.AlwaysCondition",
"text": "AlwaysCondition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.dateProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "dateProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.dissectProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "dissectProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FieldDefinitionConfig",
"type": "Type",
"tags": [],
"label": "FieldDefinitionConfig",
"description": [],
"signature": [
"(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FieldDefinitionConfigAdvancedParameters",
"type": "Type",
"tags": [],
"label": "FieldDefinitionConfigAdvancedParameters",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FieldDefinitionType",
"type": "Type",
"tags": [],
"label": "FieldDefinitionType",
"description": [],
"signature": [
"\"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FilterCondition",
"type": "Type",
"tags": [],
"label": "FilterCondition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FlattenRecord",
"type": "Type",
"tags": [],
"label": "FlattenRecord",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
"[]; [x: number]: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
"[]; [x: symbol]: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
"[]; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.geoIpProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "geoIpProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.grokProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "grokProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupObjectUpsertRequest",
"type": "Type",
"tags": [],
"label": "GroupObjectUpsertRequest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupObjectGetResponse",
"text": "GroupObjectGetResponse"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.GroupStreamDefinition",
"type": "Type",
"tags": [],
"label": "GroupStreamDefinition",
"description": [],
"signature": [
"StreamDefinitionBase",
" & ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestGetResponse",
"type": "Type",
"tags": [],
"label": "IngestGetResponse",
"description": [],
"signature": [
"WiredIngestResponse | UnwiredIngestResponse"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamDefinition",
"type": "Type",
"tags": [],
"label": "IngestStreamDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamEffectiveLifecycle",
"type": "Type",
"tags": [],
"label": "IngestStreamEffectiveLifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestStreamEffectiveLifecycle",
"text": "UnwiredIngestStreamEffectiveLifecycle"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestStreamEffectiveLifecycle",
"text": "WiredIngestStreamEffectiveLifecycle"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamGetResponse",
"type": "Type",
"tags": [],
"label": "IngestStreamGetResponse",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamLifecycle",
"type": "Type",
"tags": [],
"label": "IngestStreamLifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleDSL",
"text": "IngestStreamLifecycleDSL"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleILM",
"text": "IngestStreamLifecycleILM"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleInherit",
"text": "IngestStreamLifecycleInherit"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestStreamUpsertRequest",
"type": "Type",
"tags": [],
"label": "IngestStreamUpsertRequest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamUpsertRequest",
"text": "WiredStreamUpsertRequest"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamUpsertRequest",
"text": "UnwiredStreamUpsertRequest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.IngestUpsertRequest",
"type": "Type",
"tags": [],
"label": "IngestUpsertRequest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestUpsertRequest",
"text": "WiredIngestUpsertRequest"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestUpsertRequest",
"text": "UnwiredIngestUpsertRequest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.InheritedFieldDefinitionConfig",
"type": "Type",
"tags": [],
"label": "InheritedFieldDefinitionConfig",
"description": [],
"signature": [
"(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { from: string; }) | ({ type: \"system\"; } & { from: string; })"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.kvProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "kvProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.NamedFieldDefinitionConfig",
"type": "Type",
"tags": [],
"label": "NamedFieldDefinitionConfig",
"description": [],
"signature": [
"(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | ({ type: \"system\"; } & { name: string; })"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.PhaseName",
"type": "Type",
"tags": [],
"label": "PhaseName",
"description": [],
"signature": [
"\"delete\" | \"warm\" | \"hot\" | \"frozen\" | \"cold\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.Primitive",
"type": "Type",
"tags": [],
"label": "Primitive",
"description": [],
"signature": [
"string | number | boolean | null | undefined"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorConfig",
"type": "Type",
"tags": [],
"label": "ProcessorConfig",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DateProcessorConfig",
"text": "DateProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GrokProcessorConfig",
"text": "GrokProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DissectProcessorConfig",
"text": "DissectProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.KvProcessorConfig",
"text": "KvProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GeoIpProcessorConfig",
"text": "GeoIpProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RenameProcessorConfig",
"text": "RenameProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.SetProcessorConfig",
"text": "SetProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UrlDecodeProcessorConfig",
"text": "UrlDecodeProcessorConfig"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UserAgentProcessorConfig",
"text": "UserAgentProcessorConfig"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorDefinition",
"type": "Type",
"tags": [],
"label": "ProcessorDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DateProcessorDefinition",
"text": "DateProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.DissectProcessorDefinition",
"text": "DissectProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GrokProcessorDefinition",
"text": "GrokProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.KvProcessorDefinition",
"text": "KvProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GeoIpProcessorDefinition",
"text": "GeoIpProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RenameProcessorDefinition",
"text": "RenameProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.SetProcessorDefinition",
"text": "SetProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UrlDecodeProcessorDefinition",
"text": "UrlDecodeProcessorDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UserAgentProcessorDefinition",
"text": "UserAgentProcessorDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorDefinitionWithId",
"type": "Type",
"tags": [],
"label": "ProcessorDefinitionWithId",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
" & { id: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorType",
"type": "Type",
"tags": [],
"label": "ProcessorType",
"description": [],
"signature": [
"\"date\" | \"set\" | \"user_agent\" | \"rename\" | \"grok\" | \"dissect\" | \"kv\" | \"geoip\" | \"urldecode\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ProcessorTypeOf",
"type": "Type",
"tags": [],
"label": "ProcessorTypeOf",
"description": [],
"signature": [
"UnionKeysOf<TProcessorDefinition> & ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorType",
"text": "ProcessorType"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.renameProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "renameProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SampleDocument",
"type": "Type",
"tags": [],
"label": "SampleDocument",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.satisfies",
"type": "Any",
"tags": [],
"label": "satisfies",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.Schema",
"type": "Any",
"tags": [],
"label": "Schema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.setProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "setProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SignificantEventsGetResponse",
"type": "Type",
"tags": [],
"label": "SignificantEventsGetResponse",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.SignificantEventsResponse",
"text": "SignificantEventsResponse"
},
"[]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/significant_events/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.SignificantEventsResponse",
"type": "Type",
"tags": [],
"label": "SignificantEventsResponse",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
" & { occurrences: { date: string; count: number; }[]; change_points: { type: Record<ChangePointsType, { p_value: number; change_point: number; }>; }; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/significant_events/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamDefinition",
"type": "Type",
"tags": [],
"label": "StreamDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinition",
"text": "GroupStreamDefinition"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/core.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamGetResponse",
"type": "Type",
"tags": [],
"label": "StreamGetResponse",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamGetResponse",
"text": "IngestStreamGetResponse"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamGetResponse",
"text": "GroupStreamGetResponse"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamQuery",
"type": "Type",
"tags": [],
"label": "StreamQuery",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.StreamUpsertRequest",
"type": "Type",
"tags": [],
"label": "StreamUpsertRequest",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamUpsertRequest",
"text": "IngestStreamUpsertRequest"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamUpsertRequest",
"text": "GroupStreamUpsertRequest"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnaryOperator",
"type": "Type",
"tags": [],
"label": "UnaryOperator",
"description": [],
"signature": [
"\"exists\" | \"notExists\""
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.UnwiredIngestStreamEffectiveLifecycle",
"type": "Type",
"tags": [],
"label": "UnwiredIngestStreamEffectiveLifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleError",
"text": "IngestStreamLifecycleError"
},
" | ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycleDisabled",
"text": "IngestStreamLifecycleDisabled"
}
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.urlDecodeProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "urlDecodeProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.userAgentProcessorDefinitionSchema",
"type": "Any",
"tags": [],
"label": "userAgentProcessorDefinitionSchema",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.WiredIngestStreamEffectiveLifecycle",
"type": "Type",
"tags": [],
"label": "WiredIngestStreamEffectiveLifecycle",
"description": [],
"signature": [
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
" & { from: string; }"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.z",
"type": "Any",
"tags": [],
"label": "z",
"description": [],
"signature": [
"any"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.alwaysConditionSchema",
"type": "Object",
"tags": [],
"label": "alwaysConditionSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ always: Zod.ZodObject<{}, \"strict\", Zod.ZodTypeAny, {}, {}>; }, \"strip\", Zod.ZodTypeAny, { always: {}; }, { always: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.andConditionSchema",
"type": "Object",
"tags": [],
"label": "andConditionSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ and: Zod.ZodArray<Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">, \"many\">; }, \"strip\", Zod.ZodTypeAny, { and: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }, { and: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.binaryFilterConditionSchema",
"type": "Object",
"tags": [],
"label": "binaryFilterConditionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.conditionSchema",
"type": "Object",
"tags": [],
"label": "conditionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.contentPackSchema",
"type": "Object",
"tags": [],
"label": "contentPackSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ContentPack",
"text": "ContentPack"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ContentPack",
"text": "ContentPack"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/content/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.elasticsearchAssetsSchema",
"type": "Object",
"tags": [],
"label": "elasticsearchAssetsSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ElasticsearchAssets",
"text": "ElasticsearchAssets"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ElasticsearchAssets",
"text": "ElasticsearchAssets"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/common.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.FIELD_DEFINITION_TYPES",
"type": "Object",
"tags": [],
"label": "FIELD_DEFINITION_TYPES",
"description": [],
"signature": [
"readonly [\"keyword\", \"match_only_text\", \"long\", \"double\", \"date\", \"boolean\", \"ip\"]"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.fieldDefinitionConfigSchema",
"type": "Object",
"tags": [],
"label": "fieldDefinitionConfigSchema",
"description": [],
"signature": [
"Zod.ZodType<(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }, Zod.ZodTypeDef, (",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; }) | { type: \"system\"; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.fieldDefinitionSchema",
"type": "Object",
"tags": [],
"label": "fieldDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FieldDefinition",
"text": "FieldDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FieldDefinition",
"text": "FieldDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.filterConditionSchema",
"type": "Object",
"tags": [],
"label": "filterConditionSchema",
"description": [],
"signature": [
"Zod.ZodUnion<[Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
">, Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.BinaryFilterCondition",
"text": "BinaryFilterCondition"
},
">]>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.flattenRecord",
"type": "Object",
"tags": [],
"label": "flattenRecord",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FlattenRecord",
"text": "FlattenRecord"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.FlattenRecord",
"text": "FlattenRecord"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupBaseSchema",
"type": "Object",
"tags": [],
"label": "groupBaseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupObjectUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "groupObjectUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ group: Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
">; }, \"strip\", Zod.ZodTypeAny, { group: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
"; }, { group: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupBase",
"text": "GroupBase"
},
"; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupStreamDefinitionBaseSchema",
"type": "Object",
"tags": [],
"label": "groupStreamDefinitionBaseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinitionBase",
"text": "GroupStreamDefinitionBase"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupStreamDefinitionSchema",
"type": "Object",
"tags": [],
"label": "groupStreamDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinition",
"text": "GroupStreamDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamDefinition",
"text": "GroupStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupStreamGetResponseSchema",
"type": "Object",
"tags": [],
"label": "groupStreamGetResponseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamGetResponse",
"text": "GroupStreamGetResponse"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamGetResponse",
"text": "GroupStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.groupStreamUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "groupStreamUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamUpsertRequest",
"text": "GroupStreamUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.GroupStreamUpsertRequest",
"text": "GroupStreamUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/group/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamDefinitionSchema",
"type": "Object",
"tags": [],
"label": "ingestStreamDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamDefinitionSchemaBase",
"type": "Object",
"tags": [],
"label": "ingestStreamDefinitionSchemaBase",
"description": [],
"signature": [
"Zod.ZodType<Omit<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
", \"name\">, Zod.ZodTypeDef, Omit<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamDefinition",
"text": "IngestStreamDefinition"
},
", \"name\">>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamEffectiveLifecycleSchema",
"type": "Object",
"tags": [],
"label": "ingestStreamEffectiveLifecycleSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamEffectiveLifecycle",
"text": "IngestStreamEffectiveLifecycle"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamGetResponseSchema",
"type": "Object",
"tags": [],
"label": "ingestStreamGetResponseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamGetResponse",
"text": "IngestStreamGetResponse"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamGetResponse",
"text": "IngestStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamLifecycleSchema",
"type": "Object",
"tags": [],
"label": "ingestStreamLifecycleSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamLifecycle",
"text": "IngestStreamLifecycle"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestStreamUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "ingestStreamUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamUpsertRequest",
"text": "IngestStreamUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestStreamUpsertRequest",
"text": "IngestStreamUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.ingestUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "ingestUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestUpsertRequest",
"text": "IngestUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.IngestUpsertRequest",
"text": "IngestUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.inheritedFieldDefinitionSchema",
"type": "Object",
"tags": [],
"label": "inheritedFieldDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.InheritedFieldDefinition",
"text": "InheritedFieldDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.InheritedFieldDefinition",
"text": "InheritedFieldDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.namedFieldDefinitionConfigSchema",
"type": "Object",
"tags": [],
"label": "namedFieldDefinitionConfigSchema",
"description": [],
"signature": [
"Zod.ZodType<(",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | ({ type: \"system\"; } & { name: string; }), Zod.ZodTypeDef, (",
"MappingBooleanProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingKeywordProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingMatchOnlyTextProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDateProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingIpProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingDoubleNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | (",
"MappingLongNumberProperty",
" & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | ({ type: \"system\"; } & { name: string; })>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/fields/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.neverConditionSchema",
"type": "Object",
"tags": [],
"label": "neverConditionSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ never: Zod.ZodObject<{}, \"strict\", Zod.ZodTypeAny, {}, {}>; }, \"strip\", Zod.ZodTypeAny, { never: {}; }, { never: {}; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.orConditionSchema",
"type": "Object",
"tags": [],
"label": "orConditionSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ or: Zod.ZodArray<Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
">, \"many\">; }, \"strip\", Zod.ZodTypeAny, { or: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }, { or: ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Condition",
"text": "Condition"
},
"[]; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.primitive",
"type": "Object",
"tags": [],
"label": "primitive",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.Primitive",
"text": "Primitive"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.processorDefinitionSchema",
"type": "Object",
"tags": [],
"label": "processorDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinition",
"text": "ProcessorDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.processorWithIdDefinitionSchema",
"type": "Object",
"tags": [],
"label": "processorWithIdDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinitionWithId",
"text": "ProcessorDefinitionWithId"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.ProcessorDefinitionWithId",
"text": "ProcessorDefinitionWithId"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/processors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.querySchema",
"type": "Object",
"tags": [],
"label": "querySchema",
"description": [],
"signature": [
"Zod.ZodType<",
"QueryDslQueryContainer",
", Zod.ZodTypeDef, ",
"QueryDslQueryContainer",
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.recursiveRecord",
"type": "Object",
"tags": [],
"label": "recursiveRecord",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.routingDefinitionSchema",
"type": "Object",
"tags": [],
"label": "routingDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RoutingDefinition",
"text": "RoutingDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RoutingDefinition",
"text": "RoutingDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/routing/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.sampleDocument",
"type": "Object",
"tags": [],
"label": "sampleDocument",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.RecursiveRecord",
"text": "RecursiveRecord"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/record_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamDefinitionSchema",
"type": "Object",
"tags": [],
"label": "streamDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamDefinition",
"text": "StreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/core.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamGetResponseSchema",
"type": "Object",
"tags": [],
"label": "streamGetResponseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponse",
"text": "StreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamGetResponseSchemaBase",
"type": "Object",
"tags": [],
"label": "streamGetResponseSchemaBase",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponseBase",
"text": "StreamGetResponseBase"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamGetResponseBase",
"text": "StreamGetResponseBase"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamQueryKqlSchema",
"type": "Object",
"tags": [],
"label": "streamQueryKqlSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamQuerySchema",
"type": "Object",
"tags": [],
"label": "streamQuerySchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamQueryKql",
"text": "StreamQueryKql"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "streamUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequest",
"text": "StreamUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequest",
"text": "StreamUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.streamUpsertRequestSchemaBase",
"type": "Object",
"tags": [],
"label": "streamUpsertRequestSchemaBase",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequestBase",
"text": "StreamUpsertRequestBase"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.StreamUpsertRequestBase",
"text": "StreamUpsertRequestBase"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unaryFilterConditionSchema",
"type": "Object",
"tags": [],
"label": "unaryFilterConditionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnaryFilterCondition",
"text": "UnaryFilterCondition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/conditions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredIngestSchema",
"type": "Object",
"tags": [],
"label": "unwiredIngestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngest",
"text": "UnwiredIngest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngest",
"text": "UnwiredIngest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredIngestStreamEffectiveLifecycleSchema",
"type": "Object",
"tags": [],
"label": "unwiredIngestStreamEffectiveLifecycleSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestStreamEffectiveLifecycle",
"text": "UnwiredIngestStreamEffectiveLifecycle"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredIngestStreamEffectiveLifecycle",
"text": "UnwiredIngestStreamEffectiveLifecycle"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredStreamDefinitionSchema",
"type": "Object",
"tags": [],
"label": "unwiredStreamDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamDefinition",
"text": "UnwiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredStreamDefinitionSchemaBase",
"type": "Object",
"tags": [],
"label": "unwiredStreamDefinitionSchemaBase",
"description": [],
"signature": [
"Zod.ZodType<UnwiredStreamDefinitionBase, Zod.ZodTypeDef, UnwiredStreamDefinitionBase>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredStreamGetResponseSchema",
"type": "Object",
"tags": [],
"label": "unwiredStreamGetResponseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamGetResponse",
"text": "UnwiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.unwiredStreamUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "unwiredStreamUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamUpsertRequest",
"text": "UnwiredStreamUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.UnwiredStreamUpsertRequest",
"text": "UnwiredStreamUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.upsertStreamQueryRequestSchema",
"type": "Object",
"tags": [],
"label": "upsertStreamQueryRequestSchema",
"description": [],
"signature": [
"Zod.ZodObject<{ title: Zod.ZodEffects<Zod.ZodString, string, string>; kql: Zod.ZodObject<{ query: Zod.ZodEffects<Zod.ZodString, string, string>; }, \"strip\", Zod.ZodTypeAny, { query: string; }, { query: string; }>; }, \"strip\", Zod.ZodTypeAny, { title: string; kql: { query: string; }; }, { title: string; kql: { query: string; }; }>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/base/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredIngestSchema",
"type": "Object",
"tags": [],
"label": "wiredIngestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngest",
"text": "WiredIngest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngest",
"text": "WiredIngest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredIngestStreamEffectiveLifecycleSchema",
"type": "Object",
"tags": [],
"label": "wiredIngestStreamEffectiveLifecycleSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestStreamEffectiveLifecycle",
"text": "WiredIngestStreamEffectiveLifecycle"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredIngestStreamEffectiveLifecycle",
"text": "WiredIngestStreamEffectiveLifecycle"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/lifecycle/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredStreamDefinitionSchema",
"type": "Object",
"tags": [],
"label": "wiredStreamDefinitionSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamDefinition",
"text": "WiredStreamDefinition"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredStreamDefinitionSchemaBase",
"type": "Object",
"tags": [],
"label": "wiredStreamDefinitionSchemaBase",
"description": [],
"signature": [
"Zod.ZodType<WiredStreamDefinitionBase, Zod.ZodTypeDef, WiredStreamDefinitionBase>"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/base.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredStreamGetResponseSchema",
"type": "Object",
"tags": [],
"label": "wiredStreamGetResponseSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamGetResponse",
"text": "WiredStreamGetResponse"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/streams-schema",
"id": "def-common.wiredStreamUpsertRequestSchema",
"type": "Object",
"tags": [],
"label": "wiredStreamUpsertRequestSchema",
"description": [],
"signature": [
"Zod.ZodType<",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamUpsertRequest",
"text": "WiredStreamUpsertRequest"
},
", Zod.ZodTypeDef, ",
{
"pluginId": "@kbn/streams-schema",
"scope": "common",
"docId": "kibKbnStreamsSchemaPluginApi",
"section": "def-common.WiredStreamUpsertRequest",
"text": "WiredStreamUpsertRequest"
},
">"
],
"path": "x-pack/platform/packages/shared/kbn-streams-schema/src/models/ingest/api.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]
}
}