{ "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": [ "(value: TValue) => Extract" ], "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": [ "(value: TValue) => Extract" ], "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": [ "(value: TValue) => Extract" ], "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": [ "(value: TValue) => Extract" ], "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": [ "(value: TValue) => Extract" ], "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) => >(value: TValue) => Extract>" ], "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) => >(value: TValue) => value is Extract>" ], "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; })) => 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; })>" ], "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; })" ], "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" }, "" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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.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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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.isUnaryFilterCondition", "type": "Function", "tags": [], "label": "isUnaryFilterCondition", "description": [], "signature": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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": [ "(value: TValue) => value is Extract" ], "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\" | \"contains\" | \"eq\" | \"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.DissectProcessorConfig", "type": "Interface", "tags": [], "label": "DissectProcessorConfig", "description": [], "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.ElasticsearchAsset", "type": "Interface", "tags": [], "label": "ElasticsearchAsset", "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.ElasticsearchAsset.type", "type": "CompoundType", "tags": [], "label": "type", "description": [], "signature": [ "\"ingest_pipeline\" | \"data_stream\" | \"index_template\" | \"component_template\"" ], "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.ElasticsearchAsset.id", "type": "string", "tags": [], "label": "id", "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 & { ...; }) | ... 4 more ... | (MappingLongNumberProperty & { ...; })", "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; })" ], "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.GrokProcessorConfig", "type": "Interface", "tags": [], "label": "GrokProcessorConfig", "description": [], "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 | 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 ", "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 ", "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; }) | ... 5 more ... | (MappingLongNumberProperty & ... 1 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; })" ], "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.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": [], "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.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/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.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.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 ", "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": "Array", "tags": [], "label": "elasticsearch_assets", "description": [], "signature": [ { "pluginId": "@kbn/streams-schema", "scope": "common", "docId": "kibKbnStreamsSchemaPluginApi", "section": "def-common.ElasticsearchAsset", "text": "ElasticsearchAsset" }, "[]" ], "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 } ], "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" }, "; }" ], "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 ", "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 } ], "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\" | \"contains\" | \"eq\" | \"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.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; })" ], "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": [ "{ meta?: Record | undefined; fields?: Record | undefined; copy_to?: ", "Fields", " | undefined; }" ], "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.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.WiredIngestStreamEffectiveLifecycle", "text": "WiredIngestStreamEffectiveLifecycle" }, " | ", { "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.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": [ "WiredStreamUpsertRequest | 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; })" ], "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.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; })" ], "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.DissectProcessorConfig", "text": "DissectProcessorConfig" }, " | ", { "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.ProcessorDefinition", "type": "Type", "tags": [], "label": "ProcessorDefinition", "description": [], "signature": [ { "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" } ], "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": [ "\"grok\" | \"dissect\"" ], "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 & ", { "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.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.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.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.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, \"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.elasticsearchAssetSchema", "type": "Object", "tags": [], "label": "elasticsearchAssetSchema", "description": [], "signature": [ "Zod.ZodType<", { "pluginId": "@kbn/streams-schema", "scope": "common", "docId": "kibKbnStreamsSchemaPluginApi", "section": "def-common.ElasticsearchAsset", "text": "ElasticsearchAsset" }, ", Zod.ZodTypeDef, ", { "pluginId": "@kbn/streams-schema", "scope": "common", "docId": "kibKbnStreamsSchemaPluginApi", "section": "def-common.ElasticsearchAsset", "text": "ElasticsearchAsset" }, ">" ], "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; }), 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; })>" ], "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, 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; }), 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; })>" ], "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, \"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.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.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.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" ], "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.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" ], "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 } ] } }