{ "id": "data.indexPatterns", "client": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "server": { "classes": [ { "id": "def-server.IndexPatternsFetcher", "type": "Class", "tags": [], "label": "IndexPatternsFetcher", "description": [], "children": [ { "id": "def-server.IndexPatternsFetcher.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "CompoundType", "label": "elasticsearchClient", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L39" } }, { "type": "boolean", "label": "allowNoIndices", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L39" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L39" } }, { "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard", "type": "Function", "label": "getFieldsForWildcard", "signature": [ "(options: { pattern: string | string[]; metaFields?: string[] | undefined; fieldCapsOptions?: { allow_no_indices: boolean; } | undefined; type?: string | undefined; rollupIndex?: string | undefined; }) => Promise<", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.FieldDescriptor", "text": "FieldDescriptor" }, "[]>" ], "description": [ "\n Get a list of field objects for an index pattern that may contain wildcards\n" ], "children": [ { "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options", "type": "Object", "label": "options", "tags": [], "description": [], "children": [ { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.pattern", "type": "CompoundType", "label": "pattern", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 54, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L54" }, "signature": [ "string | string[]" ] }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.metaFields", "type": "Array", "label": "metaFields", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 55, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L55" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.fieldCapsOptions", "type": "Object", "label": "fieldCapsOptions", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 56, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L56" }, "signature": [ "{ allow_no_indices: boolean; } | undefined" ] }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 57, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L57" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.options.rollupIndex", "type": "string", "label": "rollupIndex", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L58" }, "signature": [ "string | undefined" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 53, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L53" } } ], "tags": [ "property", "property", "return" ], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 53, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L53" } }, { "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern", "type": "Function", "label": "getFieldsForTimePattern", "signature": [ "(options: { pattern: string; metaFields: string[]; lookBack: number; interval: string; }) => Promise<", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.FieldDescriptor", "text": "FieldDescriptor" }, "[]>" ], "description": [ "\n Get a list of field objects for a time pattern\n" ], "children": [ { "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options", "type": "Object", "label": "options", "tags": [], "description": [], "children": [ { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.pattern", "type": "string", "label": "pattern", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 116, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L116" } }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.metaFields", "type": "Array", "label": "metaFields", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 117, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L117" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.lookBack", "type": "number", "label": "lookBack", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 118, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L118" } }, { "tags": [], "id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.options.interval", "type": "string", "label": "interval", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 119, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L119" } } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 115, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L115" } } ], "tags": [ "property", "property", "property", "return" ], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 115, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L115" } }, { "id": "def-server.IndexPatternsFetcher.validatePatternListActive", "type": "Function", "label": "validatePatternListActive", "signature": [ "(patternList: string[]) => Promise" ], "description": [ "\n Returns an index pattern list of only those index pattern strings in the given list that return indices\n" ], "children": [ { "type": "Array", "label": "patternList", "isRequired": true, "signature": [ "string[]" ], "description": [ "string[]" ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 136, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L136" } } ], "tags": [ "return" ], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 136, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L136" } } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 35, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L35" }, "initialIsOpen": false }, { "id": "def-server.IndexPatternsServiceProvider", "type": "Class", "tags": [], "label": "IndexPatternsServiceProvider", "description": [], "signature": [ { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.IndexPatternsServiceProvider", "text": "IndexPatternsServiceProvider" }, " implements ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.Plugin", "text": "Plugin" }, "" ], "children": [ { "id": "def-server.IndexPatternsServiceProvider.setup", "type": "Function", "label": "setup", "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStartDependencies", "text": "DataPluginStartDependencies" }, ", ", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStart", "text": "DataPluginStart" }, ">, { expressions }: ", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.IndexPatternsServiceSetupDeps", "text": "IndexPatternsServiceSetupDeps" }, ") => void" ], "description": [], "children": [ { "type": "Object", "label": "core", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStartDependencies", "text": "DataPluginStartDependencies" }, ", ", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStart", "text": "DataPluginStart" }, ">" ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 47, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L47" } }, { "type": "Object", "label": "{ expressions }", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.IndexPatternsServiceSetupDeps", "text": "IndexPatternsServiceSetupDeps" } ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 48, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L48" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 46, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L46" } }, { "id": "def-server.IndexPatternsServiceProvider.start", "type": "Function", "label": "start", "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" }, ", { fieldFormats, logger }: ", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.IndexPatternsServiceStartDeps", "text": "IndexPatternsServiceStartDeps" }, ") => { indexPatternsServiceFactory: (savedObjectsClient: Pick<", { "pluginId": "core", "scope": "server", "docId": "kibCoreSavedObjectsPluginApi", "section": "def-server.SavedObjectsClient", "text": "SavedObjectsClient" }, ", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"bulkCreate\" | \"bulkGet\" | \"bulkUpdate\" | \"errors\" | \"checkConflicts\" | \"resolve\" | \"addToNamespaces\" | \"deleteFromNamespaces\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\">, elasticsearchClient: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ") => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternsService", "text": "IndexPatternsService" } ], "description": [], "children": [ { "type": "Object", "label": "core", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" } ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L58" } }, { "type": "Object", "label": "{ fieldFormats, logger }", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.IndexPatternsServiceStartDeps", "text": "IndexPatternsServiceStartDeps" } ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L58" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L58" } } ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/index_patterns_service.ts#L45" }, "initialIsOpen": false } ], "functions": [ { "id": "def-server.shouldReadFieldFromDocValues", "type": "Function", "label": "shouldReadFieldFromDocValues", "signature": [ "(aggregatable: boolean, esType: string) => boolean" ], "description": [], "children": [ { "type": "boolean", "label": "aggregatable", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts", "lineNumber": 9, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts#L9" } }, { "type": "string", "label": "esType", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts", "lineNumber": 9, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts#L9" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts", "lineNumber": 9, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts#L9" }, "initialIsOpen": false }, { "id": "def-server.mergeCapabilitiesWithFields", "type": "Function", "children": [ { "id": "def-server.mergeCapabilitiesWithFields.rollupIndexCapabilities", "type": "Object", "label": "rollupIndexCapabilities", "tags": [], "description": [], "children": [ { "id": "def-server.mergeCapabilitiesWithFields.rollupIndexCapabilities.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L14" }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L14" } }, { "id": "def-server.mergeCapabilitiesWithFields.fieldsFromFieldCapsApi", "type": "Object", "label": "fieldsFromFieldCapsApi", "tags": [], "description": [], "children": [ { "id": "def-server.mergeCapabilitiesWithFields.fieldsFromFieldCapsApi.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 15, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L15" }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 15, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L15" } }, { "type": "Array", "label": "previousFields", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.FieldDescriptor", "text": "FieldDescriptor" }, "[]" ], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 16, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L16" } } ], "signature": [ "(rollupIndexCapabilities: { [key: string]: any; }, fieldsFromFieldCapsApi: { [key: string]: any; }, previousFields?: ", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.FieldDescriptor", "text": "FieldDescriptor" }, "[]) => ", { "pluginId": "data", "scope": "server", "docId": "kibDataIndexPatternsPluginApi", "section": "def-server.FieldDescriptor", "text": "FieldDescriptor" }, "[]" ], "description": [], "label": "mergeCapabilitiesWithFields", "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 13, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts#L13" }, "tags": [], "returnComment": [], "initialIsOpen": false }, { "id": "def-server.getCapabilitiesForRollupIndices", "type": "Function", "label": "getCapabilitiesForRollupIndices", "signature": [ "(indices: { [key: string]: any; }) => { [key: string]: any; }" ], "description": [], "children": [ { "id": "def-server.getCapabilitiesForRollupIndices.indices", "type": "Object", "label": "indices", "tags": [], "description": [], "children": [ { "id": "def-server.getCapabilitiesForRollupIndices.indices.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts#L11" }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts#L11" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts#L11" }, "initialIsOpen": false } ], "interfaces": [ { "id": "def-server.FieldDescriptor", "type": "Interface", "label": "FieldDescriptor", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.FieldDescriptor.aggregatable", "type": "boolean", "label": "aggregatable", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L21" } }, { "tags": [], "id": "def-server.FieldDescriptor.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L22" } }, { "tags": [], "id": "def-server.FieldDescriptor.readFromDocValues", "type": "boolean", "label": "readFromDocValues", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L23" } }, { "tags": [], "id": "def-server.FieldDescriptor.searchable", "type": "boolean", "label": "searchable", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L24" } }, { "tags": [], "id": "def-server.FieldDescriptor.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L25" } }, { "tags": [], "id": "def-server.FieldDescriptor.esTypes", "type": "Array", "label": "esTypes", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L26" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.FieldDescriptor.subType", "type": "Object", "label": "subType", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L27" }, "signature": [ "FieldSubType | undefined" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L20" }, "initialIsOpen": false }, { "id": "def-server.FieldDescriptor", "type": "Interface", "label": "FieldDescriptor", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.FieldDescriptor.aggregatable", "type": "boolean", "label": "aggregatable", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L21" } }, { "tags": [], "id": "def-server.FieldDescriptor.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L22" } }, { "tags": [], "id": "def-server.FieldDescriptor.readFromDocValues", "type": "boolean", "label": "readFromDocValues", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L23" } }, { "tags": [], "id": "def-server.FieldDescriptor.searchable", "type": "boolean", "label": "searchable", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L24" } }, { "tags": [], "id": "def-server.FieldDescriptor.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L25" } }, { "tags": [], "id": "def-server.FieldDescriptor.esTypes", "type": "Array", "label": "esTypes", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L26" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-server.FieldDescriptor.subType", "type": "Object", "label": "subType", "description": [], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L27" }, "signature": [ "FieldSubType | undefined" ] } ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/server/index_patterns/fetcher/index_patterns_fetcher.ts#L20" }, "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [ { "id": "def-common.IndexPatternsService", "type": "Class", "tags": [], "label": "IndexPatternsService", "description": [], "children": [ { "tags": [], "id": "def-common.IndexPatternsService.ensureDefaultIndexPattern", "type": "Function", "label": "ensureDefaultIndexPattern", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 67, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L67" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.EnsureDefaultIndexPattern", "text": "EnsureDefaultIndexPattern" } ] }, { "id": "def-common.IndexPatternsService.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "Object", "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", "isRequired": true, "signature": [ "IndexPatternsServiceDeps" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 69, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L69" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 69, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L69" } }, { "id": "def-common.IndexPatternsService.getIds", "type": "Function", "children": [ { "type": "boolean", "label": "refresh", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 108, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L108" } } ], "signature": [ "(refresh?: boolean) => Promise" ], "description": [ "\nGet list of index pattern ids" ], "label": "getIds", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 108, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L108" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.getTitles", "type": "Function", "children": [ { "type": "boolean", "label": "refresh", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 122, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L122" } } ], "signature": [ "(refresh?: boolean) => Promise" ], "description": [ "\nGet list of index pattern titles" ], "label": "getTitles", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 122, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L122" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.find", "type": "Function", "children": [ { "type": "string", "label": "search", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 138, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L138" } }, { "type": "number", "label": "size", "isRequired": true, "signature": [ "number" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 138, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L138" } } ], "signature": [ "(search: string, size?: number) => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, "[]>" ], "description": [ "\nFind and load index patterns by title" ], "label": "find", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 138, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L138" }, "tags": [], "returnComment": [ "IndexPattern[]" ] }, { "id": "def-common.IndexPatternsService.getIdsWithTitle", "type": "Function", "children": [ { "type": "boolean", "label": "refresh", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 157, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L157" } } ], "signature": [ "(refresh?: boolean) => Promise<{ id: string; title: string; }[]>" ], "description": [ "\nGet list of index pattern ids with titles" ], "label": "getIdsWithTitle", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 156, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L156" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.clearCache", "type": "Function", "children": [ { "type": "string", "label": "id", "isRequired": false, "signature": [ "string | undefined" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 175, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L175" } } ], "signature": [ "(id?: string | undefined) => void" ], "description": [ "\nClear index pattern list cache" ], "label": "clearCache", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 175, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L175" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.getCache", "type": "Function", "children": [], "signature": [ "() => Promise<", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, "<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSavedObjectAttrs", "text": "IndexPatternSavedObjectAttrs" }, ">[] | null | undefined>" ], "description": [], "label": "getCache", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 184, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L184" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.getDefault", "type": "Function", "children": [], "signature": [ "() => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, " | null>" ], "description": [ "\nGet default index pattern" ], "label": "getDefault", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 194, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L194" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.setDefault", "type": "Function", "children": [ { "type": "string", "label": "id", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 208, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L208" } }, { "type": "boolean", "label": "force", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 208, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L208" } } ], "signature": [ "(id: string, force?: boolean) => Promise" ], "description": [ "\nOptionally set default index pattern, unless force = true" ], "label": "setDefault", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 208, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L208" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.getFieldsForWildcard", "type": "Function", "children": [ { "type": "Object", "label": "options", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptions", "text": "GetFieldsOptions" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 219, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L219" } } ], "signature": [ "(options: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptions", "text": "GetFieldsOptions" }, ") => Promise" ], "description": [ "\nGet field list by providing { pattern }" ], "label": "getFieldsForWildcard", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 219, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L219" }, "tags": [], "returnComment": [ "FieldSpec[]" ] }, { "id": "def-common.IndexPatternsService.getFieldsForIndexPattern", "type": "Function", "children": [ { "type": "CompoundType", "label": "indexPattern", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 236, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L236" } }, { "type": "Object", "label": "options", "isRequired": false, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptions", "text": "GetFieldsOptions" }, " | undefined" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 237, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L237" } } ], "signature": [ "(indexPattern: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" }, ", options?: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptions", "text": "GetFieldsOptions" }, " | undefined) => Promise" ], "description": [ "\nGet field list by providing an index patttern (or spec)" ], "label": "getFieldsForIndexPattern", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 235, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L235" }, "tags": [], "returnComment": [ "FieldSpec[]" ] }, { "id": "def-common.IndexPatternsService.refreshFields", "type": "Function", "children": [ { "type": "Object", "label": "indexPattern", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 250, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L250" } } ], "signature": [ "(indexPattern: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ") => Promise" ], "description": [ "\nRefresh field list for a given index pattern" ], "label": "refreshFields", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 250, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L250" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.fieldArrayToMap", "type": "Function", "children": [ { "type": "Array", "label": "fields", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[]" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 327, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L327" } }, { "type": "Object", "label": "fieldAttrs", "isRequired": false, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrs", "text": "FieldAttrs" }, " | undefined" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 327, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L327" } } ], "signature": [ "(fields: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[], fieldAttrs?: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrs", "text": "FieldAttrs" }, " | undefined) => Record" ], "description": [ "\nConverts field array to map" ], "label": "fieldArrayToMap", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 327, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L327" }, "tags": [], "returnComment": [ "Record" ] }, { "id": "def-common.IndexPatternsService.savedObjectToSpec", "type": "Function", "children": [ { "type": "Object", "label": "savedObject", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, "<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternAttributes", "text": "IndexPatternAttributes" }, ">" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 343, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L343" } } ], "signature": [ "(savedObject: ", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, "<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternAttributes", "text": "IndexPatternAttributes" }, ">) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ], "description": [ "\nConverts index pattern saved object to index pattern spec" ], "label": "savedObjectToSpec", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 343, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L343" }, "tags": [], "returnComment": [ "IndexPatternSpec" ] }, { "id": "def-common.IndexPatternsService.get", "type": "Function", "children": [ { "type": "string", "label": "id", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 464, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L464" } } ], "signature": [ "(id: string) => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ">" ], "description": [ "\nGet an index pattern by id. Cache optimized" ], "label": "get", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 464, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L464" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPatternsService.create", "type": "Function", "label": "create", "signature": [ "(spec: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" }, ", skipFetchFields?: boolean) => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ">" ], "description": [ "\nCreate a new index pattern instance" ], "children": [ { "type": "Object", "label": "spec", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 483, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L483" } }, { "type": "boolean", "label": "skipFetchFields", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 483, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L483" } } ], "tags": [], "returnComment": [ "IndexPattern" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 483, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L483" } }, { "id": "def-common.IndexPatternsService.createAndSave", "type": "Function", "label": "createAndSave", "signature": [ "(spec: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" }, ", override?: boolean, skipFetchFields?: boolean) => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ">" ], "description": [ "\nCreate a new index pattern and save it right away" ], "children": [ { "type": "Object", "label": "spec", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 508, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L508" } }, { "type": "boolean", "label": "override", "isRequired": true, "signature": [ "boolean" ], "description": [ "Overwrite if existing index pattern exists." ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 508, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L508" } }, { "type": "boolean", "label": "skipFetchFields", "isRequired": true, "signature": [ "boolean" ], "description": [ "Whether to skip field refresh step." ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 508, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L508" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 508, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L508" } }, { "id": "def-common.IndexPatternsService.createSavedObject", "type": "Function", "label": "createSavedObject", "signature": [ "(indexPattern: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ", override?: boolean) => Promise<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ">" ], "description": [ "\nSave a new index pattern" ], "children": [ { "type": "Object", "label": "indexPattern", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 521, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L521" } }, { "type": "boolean", "label": "override", "isRequired": true, "signature": [ "boolean" ], "description": [ "Overwrite if existing index pattern exists" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 521, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L521" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 521, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L521" } }, { "id": "def-common.IndexPatternsService.updateSavedObject", "type": "Function", "label": "updateSavedObject", "signature": [ "(indexPattern: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, ", saveAttempts?: number, ignoreErrors?: boolean) => Promise" ], "description": [ "\nSave existing index pattern. Will attempt to merge differences if there are conflicts" ], "children": [ { "type": "Object", "label": "indexPattern", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 547, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L547" } }, { "type": "number", "label": "saveAttempts", "isRequired": true, "signature": [ "number" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 548, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L548" } }, { "type": "boolean", "label": "ignoreErrors", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 549, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L549" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 546, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L546" } }, { "id": "def-common.IndexPatternsService.delete", "type": "Function", "label": "delete", "signature": [ "(indexPatternId: string) => Promise<{}>" ], "description": [ "\nDeletes an index pattern from .kibana index" ], "children": [ { "type": "string", "label": "indexPatternId", "isRequired": true, "signature": [ "string" ], "description": [ ": Id of kibana Index Pattern to delete" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 632, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L632" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 632, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L632" } } ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 57, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L57" }, "initialIsOpen": false }, { "id": "def-common.IndexPattern", "type": "Class", "tags": [], "label": "IndexPattern", "description": [], "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPattern", "text": "IndexPattern" }, " implements ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IIndexPattern", "text": "IIndexPattern" } ], "children": [ { "tags": [], "id": "def-common.IndexPattern.id", "type": "string", "label": "id", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L45" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.title", "type": "string", "label": "title", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 46, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L46" } }, { "tags": [], "id": "def-common.IndexPattern.fieldFormatMap", "type": "Object", "label": "fieldFormatMap", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 47, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L47" }, "signature": [ "Record" ] }, { "tags": [], "id": "def-common.IndexPattern.typeMeta", "type": "Object", "label": "typeMeta", "description": [ "\nOnly used by rollup indices, used by rollup specific endpoint to load field list" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 51, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L51" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.TypeMeta", "text": "TypeMeta" }, " | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.fields", "type": "CompoundType", "label": "fields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 52, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L52" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IIndexPatternFieldList", "text": "IIndexPatternFieldList" }, " & { toSpec: () => Record; }" ] }, { "tags": [], "id": "def-common.IndexPattern.timeFieldName", "type": "string", "label": "timeFieldName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 53, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L53" }, "signature": [ "string | undefined" ] }, { "tags": [ "deprecated" ], "id": "def-common.IndexPattern.intervalName", "type": "string", "label": "intervalName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L58" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.type", "type": "string", "label": "type", "description": [ "\nType is used to identify rollup index patterns" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 62, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L62" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.formatHit", "type": "Function", "label": "formatHit", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 63, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L63" }, "signature": [ "{ (hit: Record, type?: string | undefined): any; formatField: FormatFieldFn; }" ] }, { "tags": [], "id": "def-common.IndexPattern.formatField", "type": "Function", "label": "formatField", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 67, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L67" }, "signature": [ "FormatFieldFn" ] }, { "tags": [], "id": "def-common.IndexPattern.flattenHit", "type": "Function", "label": "flattenHit", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 68, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L68" }, "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ] }, { "tags": [], "id": "def-common.IndexPattern.metaFields", "type": "Array", "label": "metaFields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 69, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L69" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-common.IndexPattern.version", "type": "string", "label": "version", "description": [ "\nSavedObject version" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 73, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L73" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.sourceFilters", "type": "Array", "label": "sourceFilters", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 74, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L74" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.SourceFilter", "text": "SourceFilter" }, "[] | undefined" ] }, { "tags": [], "id": "def-common.IndexPattern.allowNoIndex", "type": "boolean", "label": "allowNoIndex", "description": [ "\nprevents errors when index pattern exists before indices" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 84, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L84" } }, { "id": "def-common.IndexPattern.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "Object", "label": "{\n spec = {},\n fieldFormats,\n shortDotsEnable = false,\n metaFields = [],\n }", "isRequired": true, "signature": [ "IndexPatternDeps" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 86, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L86" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 86, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L86" } }, { "id": "def-common.IndexPattern.getOriginalSavedObjectBody", "type": "Function", "children": [], "signature": [ "() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; intervalName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }" ], "description": [ "\nGet last saved saved object fields" ], "label": "getOriginalSavedObjectBody", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 128, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L128" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPattern.resetOriginalSavedObjectBody", "type": "Function", "children": [], "signature": [ "() => void" ], "description": [ "\nReset last saved saved object fields. used after saving" ], "label": "resetOriginalSavedObjectBody", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 133, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L133" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPattern.getFieldAttrs", "type": "Function", "children": [], "signature": [ "() => { [x: string]: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrSet", "text": "FieldAttrSet" }, "; }" ], "description": [], "label": "getFieldAttrs", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 137, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L137" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPattern.getComputedFields", "type": "Function", "label": "getComputedFields", "signature": [ "() => { storedFields: string[]; scriptFields: any; docvalueFields: { field: any; format: string; }[]; runtimeFields: Record; }" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 162, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L162" } }, { "id": "def-common.IndexPattern.toSpec", "type": "Function", "label": "toSpec", "signature": [ "() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ], "description": [ "\nCreate static representation of index pattern" ], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 208, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L208" } }, { "id": "def-common.IndexPattern.getSourceFiltering", "type": "Function", "label": "getSourceFiltering", "signature": [ "() => { excludes: any[]; }" ], "description": [ "\nGet the source filtering configuration for that index." ], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 230, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L230" } }, { "id": "def-common.IndexPattern.addScriptedField", "type": "Function", "label": "addScriptedField", "signature": [ "(name: string, script: string, fieldType?: string) => Promise" ], "description": [ "\nAdd scripted field to field list\n" ], "children": [ { "type": "string", "label": "name", "isRequired": true, "signature": [ "string" ], "description": [ "field name" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 244, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L244" } }, { "type": "string", "label": "script", "isRequired": true, "signature": [ "string" ], "description": [ "script code" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 244, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L244" } }, { "type": "string", "label": "fieldType", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 244, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L244" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 244, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L244" } }, { "id": "def-common.IndexPattern.removeScriptedField", "type": "Function", "label": "removeScriptedField", "signature": [ "(fieldName: string) => void" ], "description": [ "\nRemove scripted field from field list" ], "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 270, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L270" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 270, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L270" } }, { "id": "def-common.IndexPattern.getNonScriptedFields", "type": "Function", "label": "getNonScriptedFields", "signature": [ "() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, "[]" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 277, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L277" } }, { "id": "def-common.IndexPattern.getScriptedFields", "type": "Function", "label": "getScriptedFields", "signature": [ "() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, "[]" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 281, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L281" } }, { "id": "def-common.IndexPattern.isTimeBased", "type": "Function", "label": "isTimeBased", "signature": [ "() => boolean" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 285, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L285" } }, { "id": "def-common.IndexPattern.isTimeNanosBased", "type": "Function", "label": "isTimeNanosBased", "signature": [ "() => boolean" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 289, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L289" } }, { "id": "def-common.IndexPattern.getTimeField", "type": "Function", "label": "getTimeField", "signature": [ "() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | undefined" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 294, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L294" } }, { "id": "def-common.IndexPattern.getFieldByName", "type": "Function", "label": "getFieldByName", "signature": [ "(name: string) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | undefined" ], "description": [], "children": [ { "type": "string", "label": "name", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 299, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L299" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 299, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L299" } }, { "id": "def-common.IndexPattern.getAggregationRestrictions", "type": "Function", "label": "getAggregationRestrictions", "signature": [ "() => Record> | undefined" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 304, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L304" } }, { "id": "def-common.IndexPattern.getAsSavedObjectBody", "type": "Function", "label": "getAsSavedObjectBody", "signature": [ "() => { fieldAttrs: string | undefined; title: string; timeFieldName: string | undefined; intervalName: string | undefined; sourceFilters: string | undefined; fields: string | undefined; fieldFormatMap: string | undefined; type: string | undefined; typeMeta: string | undefined; allowNoIndex: true | undefined; runtimeFieldMap: string | undefined; }" ], "description": [ "\nReturns index pattern as saved object body for saving" ], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 311, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L311" } }, { "id": "def-common.IndexPattern.getFormatterForField", "type": "Function", "label": "getFormatterForField", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" } ], "description": [ "\nProvide a field, get its formatter" ], "children": [ { "type": "CompoundType", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 340, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L340" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 339, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L339" } }, { "id": "def-common.IndexPattern.addRuntimeField", "type": "Function", "label": "addRuntimeField", "signature": [ "(name: string, runtimeField: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.RuntimeField", "text": "RuntimeField" }, ") => void" ], "description": [ "\nAdd a runtime field - Appended to existing mapped field or a new field is\ncreated as appropriate" ], "children": [ { "type": "string", "label": "name", "isRequired": true, "signature": [ "string" ], "description": [ "Field name" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 360, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L360" } }, { "type": "Object", "label": "runtimeField", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.RuntimeField", "text": "RuntimeField" } ], "description": [ "Runtime field definition" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 360, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L360" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 360, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L360" } }, { "id": "def-common.IndexPattern.removeRuntimeField", "type": "Function", "label": "removeRuntimeField", "signature": [ "(name: string) => void" ], "description": [ "\nRemove a runtime field - removed from mapped field or removed unmapped\nfield as appropriate" ], "children": [ { "type": "string", "label": "name", "isRequired": true, "signature": [ "string" ], "description": [ "Field name" ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 384, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L384" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 384, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L384" } }, { "id": "def-common.IndexPattern.getFormatterForFieldNoDefault", "type": "Function", "label": "getFormatterForFieldNoDefault", "signature": [ "(fieldname: string) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, " | undefined" ], "description": [ "\nGet formatter for a given field name. Return undefined if none exists" ], "children": [ { "type": "string", "label": "fieldname", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 404, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L404" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 404, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L404" } }, { "id": "def-common.IndexPattern.setFieldAttrs", "type": "Function", "label": "setFieldAttrs", "signature": [ "(fieldName: string, attrName: K, value: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrSet", "text": "FieldAttrSet" }, "[K]) => void" ], "description": [], "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 412, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L412" } }, { "type": "Uncategorized", "label": "attrName", "isRequired": true, "signature": [ "K" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 413, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L413" } }, { "type": "Uncategorized", "label": "value", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrSet", "text": "FieldAttrSet" }, "[K]" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 414, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L414" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 411, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L411" } }, { "id": "def-common.IndexPattern.setFieldCustomLabel", "type": "Function", "label": "setFieldCustomLabel", "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], "description": [], "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 422, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L422" } }, { "type": "CompoundType", "label": "customLabel", "isRequired": false, "signature": [ "string | null | undefined" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 422, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L422" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 422, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L422" } }, { "id": "def-common.IndexPattern.setFieldCount", "type": "Function", "label": "setFieldCount", "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], "description": [], "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 433, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L433" } }, { "type": "CompoundType", "label": "count", "isRequired": false, "signature": [ "number | null | undefined" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 433, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L433" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 433, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L433" } }, { "id": "def-common.IndexPattern.setFieldFormat", "type": "Function", "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 446, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L446" } }, { "type": "Object", "label": "format", "isRequired": true, "signature": [ { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.SerializedFieldFormat", "text": "SerializedFieldFormat" }, ">" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 446, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L446" } } ], "signature": [ "(fieldName: string, format: ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.SerializedFieldFormat", "text": "SerializedFieldFormat" }, ">) => void" ], "description": [], "label": "setFieldFormat", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 446, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L446" }, "tags": [], "returnComment": [] }, { "id": "def-common.IndexPattern.deleteFieldFormat", "type": "Function", "children": [ { "type": "string", "label": "fieldName", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 450, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L450" } } ], "signature": [ "(fieldName: string) => void" ], "description": [], "label": "deleteFieldFormat", "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 450, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L450" }, "tags": [], "returnComment": [] } ], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", "lineNumber": 44, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_pattern.ts#L44" }, "initialIsOpen": false }, { "id": "def-common.IndexPatternField", "type": "Class", "tags": [], "label": "IndexPatternField", "description": [], "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " implements ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" } ], "children": [ { "tags": [], "id": "def-common.IndexPatternField.spec", "type": "Object", "label": "spec", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L17" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ] }, { "id": "def-common.IndexPatternField.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "Object", "label": "spec", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L21" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L21" } }, { "id": "def-common.IndexPatternField.count", "type": "number", "label": "count", "tags": [], "description": [ "\nCount is used for field popularity" ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L31" } }, { "id": "def-common.IndexPatternField.count", "type": "number", "label": "count", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 35, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L35" } }, { "id": "def-common.IndexPatternField.runtimeField", "type": "Object", "label": "runtimeField", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L39" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.RuntimeField", "text": "RuntimeField" }, " | undefined" ] }, { "id": "def-common.IndexPatternField.runtimeField", "type": "Object", "label": "runtimeField", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 43, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L43" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.RuntimeField", "text": "RuntimeField" }, " | undefined" ] }, { "id": "def-common.IndexPatternField.script", "type": "string", "label": "script", "tags": [], "description": [ "\nScript field code" ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 50, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L50" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.script", "type": "string", "label": "script", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 54, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L54" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.lang", "type": "string", "label": "lang", "tags": [], "description": [ "\nScript field language" ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 61, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L61" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.lang", "type": "string", "label": "lang", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 65, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L65" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.customLabel", "type": "string", "label": "customLabel", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 69, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L69" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.customLabel", "type": "string", "label": "customLabel", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 73, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L73" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IndexPatternField.conflictDescriptions", "type": "Object", "label": "conflictDescriptions", "tags": [], "description": [ "\nDescription of field type conflicts across different indices in the same index pattern" ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 80, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L80" }, "signature": [ "Record | undefined" ] }, { "id": "def-common.IndexPatternField.conflictDescriptions", "type": "Object", "label": "conflictDescriptions", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 84, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L84" }, "signature": [ "Record | undefined" ] }, { "id": "def-common.IndexPatternField.name", "type": "string", "label": "name", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 89, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L89" } }, { "id": "def-common.IndexPatternField.displayName", "type": "string", "label": "displayName", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 93, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L93" } }, { "id": "def-common.IndexPatternField.type", "type": "string", "label": "type", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 101, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L101" } }, { "id": "def-common.IndexPatternField.esTypes", "type": "Array", "label": "esTypes", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 107, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L107" }, "signature": [ "string[] | undefined" ] }, { "id": "def-common.IndexPatternField.scripted", "type": "boolean", "label": "scripted", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 111, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L111" } }, { "id": "def-common.IndexPatternField.searchable", "type": "boolean", "label": "searchable", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 115, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L115" } }, { "id": "def-common.IndexPatternField.aggregatable", "type": "boolean", "label": "aggregatable", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 119, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L119" } }, { "id": "def-common.IndexPatternField.readFromDocValues", "type": "boolean", "label": "readFromDocValues", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 123, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L123" } }, { "id": "def-common.IndexPatternField.subType", "type": "Object", "label": "subType", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 127, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L127" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldSubType", "text": "IFieldSubType" }, " | undefined" ] }, { "id": "def-common.IndexPatternField.isMapped", "type": "CompoundType", "label": "isMapped", "tags": [], "description": [ "\nIs the field part of the index mapping?" ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 134, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L134" }, "signature": [ "boolean | undefined" ] }, { "id": "def-common.IndexPatternField.sortable", "type": "boolean", "label": "sortable", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 139, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L139" } }, { "id": "def-common.IndexPatternField.filterable", "type": "boolean", "label": "filterable", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 146, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L146" } }, { "id": "def-common.IndexPatternField.visualizable", "type": "boolean", "label": "visualizable", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 154, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L154" } }, { "id": "def-common.IndexPatternField.deleteCount", "type": "Function", "label": "deleteCount", "signature": [ "() => void" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 159, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L159" } }, { "id": "def-common.IndexPatternField.toJSON", "type": "Function", "label": "toJSON", "signature": [ "() => { count: number; script: string | undefined; lang: string | undefined; conflictDescriptions: Record | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldSubType", "text": "IFieldSubType" }, " | undefined; customLabel: string | undefined; }" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 163, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L163" } }, { "id": "def-common.IndexPatternField.toSpec", "type": "Function", "label": "toSpec", "signature": [ "({ getFormatterForField, }?: { getFormatterForField?: ((field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined; }) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ], "description": [], "children": [ { "id": "def-common.IndexPatternField.toSpec.{\n- getFormatterForField,\n }", "type": "Object", "label": "{\n getFormatterForField,\n }", "tags": [], "description": [], "children": [ { "tags": [], "id": "def-common.IndexPatternField.toSpec.{\n- getFormatterForField,\n }.getFormatterForField", "type": "Function", "label": "getFormatterForField", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 184, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L184" }, "signature": [ "((field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 183, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L183" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 181, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L181" } } ], "source": { "path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts", "lineNumber": 16, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/index_pattern_field.ts#L16" }, "initialIsOpen": false }, { "id": "def-common.DuplicateIndexPatternError", "type": "Class", "tags": [], "label": "DuplicateIndexPatternError", "description": [], "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.DuplicateIndexPatternError", "text": "DuplicateIndexPatternError" }, " extends Error" ], "children": [ { "id": "def-common.DuplicateIndexPatternError.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "string", "label": "message", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts#L10" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts", "lineNumber": 10, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts#L10" } } ], "source": { "path": "src/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts", "lineNumber": 9, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/errors/duplicate_index_pattern.ts#L9" }, "initialIsOpen": false } ], "functions": [ { "id": "def-common.isFilterable", "type": "Function", "label": "isFilterable", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, ") => boolean" ], "description": [], "children": [ { "type": "Object", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/utils.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/utils.ts#L14" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/utils.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/utils.ts#L14" }, "initialIsOpen": false }, { "id": "def-common.isNestedField", "type": "Function", "label": "isNestedField", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, ") => boolean" ], "description": [], "children": [ { "type": "Object", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/utils.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/utils.ts#L22" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/utils.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/utils.ts#L22" }, "initialIsOpen": false }, { "id": "def-common.fieldList", "type": "Function", "children": [ { "type": "Array", "label": "specs", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[]" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 35, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L35" } }, { "type": "boolean", "label": "shortDotsEnable", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 36, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L36" } } ], "signature": [ "(specs?: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[], shortDotsEnable?: boolean) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IIndexPatternFieldList", "text": "IIndexPatternFieldList" } ], "description": [], "label": "fieldList", "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 34, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L34" }, "tags": [], "returnComment": [], "initialIsOpen": false }, { "id": "def-common.getIndexPatternLoadMeta", "type": "Function", "children": [], "signature": [ "() => Pick<", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternLoadExpressionFunctionDefinition", "text": "IndexPatternLoadExpressionFunctionDefinition" }, ", \"type\" | \"telemetry\" | \"extract\" | \"inject\" | \"migrations\" | \"name\" | \"disabled\" | \"help\" | \"inputTypes\" | \"args\" | \"aliases\" | \"context\">" ], "description": [], "label": "getIndexPatternLoadMeta", "source": { "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", "lineNumber": 41, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/expressions/load_index_pattern.ts#L41" }, "tags": [], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "id": "def-common.IndexPatternAttributes", "type": "Interface", "label": "IndexPatternAttributes", "description": [ "\nInterface for an index pattern saved object" ], "tags": [], "children": [ { "tags": [], "id": "def-common.IndexPatternAttributes.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 54, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L54" } }, { "tags": [], "id": "def-common.IndexPatternAttributes.fields", "type": "string", "label": "fields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 55, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L55" } }, { "tags": [], "id": "def-common.IndexPatternAttributes.title", "type": "string", "label": "title", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 56, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L56" } }, { "tags": [], "id": "def-common.IndexPatternAttributes.typeMeta", "type": "string", "label": "typeMeta", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 57, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L57" } }, { "tags": [], "id": "def-common.IndexPatternAttributes.timeFieldName", "type": "string", "label": "timeFieldName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 58, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L58" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.intervalName", "type": "string", "label": "intervalName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 59, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L59" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.sourceFilters", "type": "string", "label": "sourceFilters", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 60, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L60" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.fieldFormatMap", "type": "string", "label": "fieldFormatMap", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 61, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L61" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.fieldAttrs", "type": "string", "label": "fieldAttrs", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 62, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L62" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.runtimeFieldMap", "type": "string", "label": "runtimeFieldMap", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 63, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L63" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternAttributes.allowNoIndex", "type": "CompoundType", "label": "allowNoIndex", "description": [ "\nprevents errors when index pattern exists before indices" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 67, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L67" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 53, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L53" }, "initialIsOpen": false }, { "id": "def-common.IFieldType", "type": "Interface", "label": "IFieldType", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.IFieldType.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 12, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L12" } }, { "tags": [], "id": "def-common.IFieldType.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 13, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L13" } }, { "tags": [], "id": "def-common.IFieldType.script", "type": "string", "label": "script", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 14, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L14" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.lang", "type": "string", "label": "lang", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 15, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L15" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.count", "type": "number", "label": "count", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 16, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L16" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.esTypes", "type": "Array", "label": "esTypes", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L19" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.aggregatable", "type": "CompoundType", "label": "aggregatable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L20" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.filterable", "type": "CompoundType", "label": "filterable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L21" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.searchable", "type": "CompoundType", "label": "searchable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L22" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.sortable", "type": "CompoundType", "label": "sortable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L23" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.visualizable", "type": "CompoundType", "label": "visualizable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L24" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.readFromDocValues", "type": "CompoundType", "label": "readFromDocValues", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L25" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.scripted", "type": "CompoundType", "label": "scripted", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L26" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.subType", "type": "Object", "label": "subType", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 27, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L27" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldSubType", "text": "IFieldSubType" }, " | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.displayName", "type": "string", "label": "displayName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 28, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L28" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.customLabel", "type": "string", "label": "customLabel", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 29, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L29" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IFieldType.format", "type": "Any", "label": "format", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 30, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L30" }, "signature": [ "any" ] }, { "tags": [], "id": "def-common.IFieldType.toSpec", "type": "Function", "label": "toSpec", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L31" }, "signature": [ "((options?: { getFormatterForField?: ((field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined; } | undefined) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ] } ], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 11, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/types.ts#L11" }, "initialIsOpen": false }, { "id": "def-common.IIndexPatternFieldList", "type": "Interface", "label": "IIndexPatternFieldList", "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IIndexPatternFieldList", "text": "IIndexPatternFieldList" }, " extends ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, "[]" ], "description": [], "tags": [], "children": [ { "id": "def-common.IIndexPatternFieldList.add", "type": "Function", "label": "add", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => void" ], "description": [], "children": [ { "type": "Object", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L18" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L18" } }, { "id": "def-common.IIndexPatternFieldList.getAll", "type": "Function", "label": "getAll", "signature": [ "() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, "[]" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L19" } }, { "id": "def-common.IIndexPatternFieldList.getByName", "type": "Function", "label": "getByName", "signature": [ "(name: string) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | undefined" ], "description": [], "children": [ { "type": "string", "label": "name", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L20" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L20" } }, { "id": "def-common.IIndexPatternFieldList.getByType", "type": "Function", "label": "getByType", "signature": [ "(type: string) => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, "[]" ], "description": [], "children": [ { "type": "string", "label": "type", "isRequired": true, "signature": [ "string" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L21" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L21" } }, { "id": "def-common.IIndexPatternFieldList.remove", "type": "Function", "label": "remove", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, ") => void" ], "description": [], "children": [ { "type": "Object", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L22" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L22" } }, { "id": "def-common.IIndexPatternFieldList.removeAll", "type": "Function", "label": "removeAll", "signature": [ "() => void" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 23, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L23" } }, { "id": "def-common.IIndexPatternFieldList.replaceAll", "type": "Function", "label": "replaceAll", "signature": [ "(specs: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[]) => void" ], "description": [], "children": [ { "type": "Array", "label": "specs", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, "[]" ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L24" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 24, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L24" } }, { "id": "def-common.IIndexPatternFieldList.update", "type": "Function", "label": "update", "signature": [ "(field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => void" ], "description": [], "children": [ { "type": "Object", "label": "field", "isRequired": true, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" } ], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L25" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 25, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L25" } }, { "id": "def-common.IIndexPatternFieldList.toSpec", "type": "Function", "label": "toSpec", "signature": [ "(options?: { getFormatterForField?: ((field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined; } | undefined) => Record ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L26" } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 26, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L26" } } ], "source": { "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/fields/field_list.ts#L17" }, "initialIsOpen": false }, { "id": "def-common.RuntimeField", "type": "Interface", "label": "RuntimeField", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.RuntimeField.type", "type": "CompoundType", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 21, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L21" }, "signature": [ "\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"long\" | \"double\"" ] }, { "tags": [], "id": "def-common.RuntimeField.script", "type": "Object", "label": "script", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 22, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L22" }, "signature": [ "{ source: string; } | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 20, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L20" }, "initialIsOpen": false }, { "id": "def-common.IIndexPattern", "type": "Interface", "label": "IIndexPattern", "description": [ "\nIIndexPattern allows for an IndexPattern OR an index pattern saved object\ntoo ambiguous, should be avoided" ], "tags": [], "children": [ { "tags": [], "id": "def-common.IIndexPattern.fields", "type": "Array", "label": "fields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 32, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L32" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, "[]" ] }, { "tags": [], "id": "def-common.IIndexPattern.title", "type": "string", "label": "title", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 33, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L33" } }, { "tags": [], "id": "def-common.IIndexPattern.id", "type": "string", "label": "id", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 34, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L34" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IIndexPattern.type", "type": "string", "label": "type", "description": [ "\nType is used for identifying rollup indices, otherwise left undefined" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 38, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L38" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IIndexPattern.timeFieldName", "type": "string", "label": "timeFieldName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 39, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L39" }, "signature": [ "string | undefined" ] }, { "id": "def-common.IIndexPattern.getTimeField", "type": "Function", "label": "getTimeField", "signature": [ "(() => ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | undefined) | undefined" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 40, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L40" } }, { "tags": [], "id": "def-common.IIndexPattern.fieldFormatMap", "type": "Object", "label": "fieldFormatMap", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 41, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L41" }, "signature": [ "Record | undefined> | undefined" ] }, { "tags": [], "id": "def-common.IIndexPattern.getFormatterForField", "type": "Function", "label": "getFormatterForField", "description": [ "\nLook up a formatter for a given field" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 45, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L45" }, "signature": [ "((field: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldType", "text": "IFieldType" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternField", "text": "IndexPatternField" }, " | ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldSpec", "text": "FieldSpec" }, ") => ", { "pluginId": "data", "scope": "common", "docId": "kibDataFieldFormatsPluginApi", "section": "def-common.FieldFormat", "text": "FieldFormat" }, ") | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 31, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L31" }, "initialIsOpen": false }, { "id": "def-common.FieldAttrs", "type": "Interface", "label": "FieldAttrs", "description": [], "tags": [ "intenal" ], "children": [ { "id": "def-common.FieldAttrs.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 75, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L75" }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 74, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L74" }, "initialIsOpen": false }, { "id": "def-common.FieldAttrSet", "type": "Interface", "label": "FieldAttrSet", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.FieldAttrSet.customLabel", "type": "string", "label": "customLabel", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 79, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L79" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldAttrSet.count", "type": "number", "label": "count", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 80, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L80" }, "signature": [ "number | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 78, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L78" }, "initialIsOpen": false }, { "id": "def-common.UiSettingsCommon", "type": "Interface", "label": "UiSettingsCommon", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.UiSettingsCommon.get", "type": "Function", "label": "get", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 87, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L87" }, "signature": [ "(key: string) => Promise" ] }, { "tags": [], "id": "def-common.UiSettingsCommon.getAll", "type": "Function", "label": "getAll", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 88, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L88" }, "signature": [ "() => Promise>" ] }, { "tags": [], "id": "def-common.UiSettingsCommon.set", "type": "Function", "label": "set", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 89, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L89" }, "signature": [ "(key: string, value: any) => Promise" ] }, { "tags": [], "id": "def-common.UiSettingsCommon.remove", "type": "Function", "label": "remove", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 90, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L90" }, "signature": [ "(key: string) => Promise" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 86, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L86" }, "initialIsOpen": false }, { "id": "def-common.SavedObjectsClientCommonFindArgs", "type": "Interface", "label": "SavedObjectsClientCommonFindArgs", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.SavedObjectsClientCommonFindArgs.type", "type": "CompoundType", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 94, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L94" }, "signature": [ "string | string[]" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommonFindArgs.fields", "type": "Array", "label": "fields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 95, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L95" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommonFindArgs.perPage", "type": "number", "label": "perPage", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 96, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L96" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommonFindArgs.search", "type": "string", "label": "search", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 97, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L97" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommonFindArgs.searchFields", "type": "Array", "label": "searchFields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 98, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L98" }, "signature": [ "string[] | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 93, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L93" }, "initialIsOpen": false }, { "id": "def-common.SavedObjectsClientCommon", "type": "Interface", "label": "SavedObjectsClientCommon", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.SavedObjectsClientCommon.find", "type": "Function", "label": "find", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 102, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L102" }, "signature": [ "(options: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.SavedObjectsClientCommonFindArgs", "text": "SavedObjectsClientCommonFindArgs" }, ") => Promise<", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, "[]>" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommon.get", "type": "Function", "label": "get", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 103, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L103" }, "signature": [ "(type: string, id: string) => Promise<", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, ">" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommon.update", "type": "Function", "label": "update", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 104, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L104" }, "signature": [ "(type: string, id: string, attributes: Record, options: Record) => Promise<", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, ">" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommon.create", "type": "Function", "label": "create", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 110, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L110" }, "signature": [ "(type: string, attributes: Record, options: Record) => Promise<", { "pluginId": "core", "scope": "common", "docId": "kibCorePluginApi", "section": "def-common.SavedObject", "text": "SavedObject" }, ">" ] }, { "tags": [], "id": "def-common.SavedObjectsClientCommon.delete", "type": "Function", "label": "delete", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 115, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L115" }, "signature": [ "(type: string, id: string) => Promise<{}>" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 101, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L101" }, "initialIsOpen": false }, { "id": "def-common.GetFieldsOptions", "type": "Interface", "label": "GetFieldsOptions", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.GetFieldsOptions.pattern", "type": "string", "label": "pattern", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 119, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L119" } }, { "tags": [], "id": "def-common.GetFieldsOptions.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 120, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L120" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.GetFieldsOptions.lookBack", "type": "CompoundType", "label": "lookBack", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 121, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L121" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.GetFieldsOptions.metaFields", "type": "Array", "label": "metaFields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 122, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L122" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-common.GetFieldsOptions.rollupIndex", "type": "string", "label": "rollupIndex", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 123, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L123" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.GetFieldsOptions.allowNoIndex", "type": "CompoundType", "label": "allowNoIndex", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 124, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L124" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 118, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L118" }, "initialIsOpen": false }, { "id": "def-common.GetFieldsOptionsTimePattern", "type": "Interface", "label": "GetFieldsOptionsTimePattern", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.GetFieldsOptionsTimePattern.pattern", "type": "string", "label": "pattern", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 128, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L128" } }, { "tags": [], "id": "def-common.GetFieldsOptionsTimePattern.metaFields", "type": "Array", "label": "metaFields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 129, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L129" }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-common.GetFieldsOptionsTimePattern.lookBack", "type": "number", "label": "lookBack", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 130, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L130" } }, { "tags": [], "id": "def-common.GetFieldsOptionsTimePattern.interval", "type": "string", "label": "interval", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 131, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L131" } } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 127, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L127" }, "initialIsOpen": false }, { "id": "def-common.IIndexPatternsApiClient", "type": "Interface", "label": "IIndexPatternsApiClient", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.IIndexPatternsApiClient.getFieldsForTimePattern", "type": "Function", "label": "getFieldsForTimePattern", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 135, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L135" }, "signature": [ "(options: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptionsTimePattern", "text": "GetFieldsOptionsTimePattern" }, ") => Promise" ] }, { "tags": [], "id": "def-common.IIndexPatternsApiClient.getFieldsForWildcard", "type": "Function", "label": "getFieldsForWildcard", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 136, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L136" }, "signature": [ "(options: ", { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.GetFieldsOptions", "text": "GetFieldsOptions" }, ") => Promise" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 134, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L134" }, "initialIsOpen": false }, { "id": "def-common.IFieldSubType", "type": "Interface", "label": "IFieldSubType", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.IFieldSubType.multi", "type": "Object", "label": "multi", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 154, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L154" }, "signature": [ "{ parent: string; } | undefined" ] }, { "tags": [], "id": "def-common.IFieldSubType.nested", "type": "Object", "label": "nested", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 155, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L155" }, "signature": [ "{ path: string; } | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 153, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L153" }, "initialIsOpen": false }, { "id": "def-common.TypeMeta", "type": "Interface", "label": "TypeMeta", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.TypeMeta.aggs", "type": "Object", "label": "aggs", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 159, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L159" }, "signature": [ "Record> | undefined" ] }, { "id": "def-common.TypeMeta.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 160, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L160" }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 158, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L158" }, "initialIsOpen": false }, { "id": "def-common.FieldSpecExportFmt", "type": "Interface", "label": "FieldSpecExportFmt", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.FieldSpecExportFmt.count", "type": "number", "label": "count", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 167, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L167" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.script", "type": "string", "label": "script", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 168, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L168" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.lang", "type": "string", "label": "lang", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 169, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L169" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.conflictDescriptions", "type": "Object", "label": "conflictDescriptions", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 170, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L170" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 171, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L171" } }, { "tags": [], "id": "def-common.FieldSpecExportFmt.type", "type": "Enum", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 172, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L172" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataPluginApi", "section": "def-common.KBN_FIELD_TYPES", "text": "KBN_FIELD_TYPES" } ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.esTypes", "type": "Array", "label": "esTypes", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 173, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L173" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.scripted", "type": "boolean", "label": "scripted", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 174, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L174" } }, { "tags": [], "id": "def-common.FieldSpecExportFmt.searchable", "type": "boolean", "label": "searchable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 175, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L175" } }, { "tags": [], "id": "def-common.FieldSpecExportFmt.aggregatable", "type": "boolean", "label": "aggregatable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 176, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L176" } }, { "tags": [], "id": "def-common.FieldSpecExportFmt.readFromDocValues", "type": "CompoundType", "label": "readFromDocValues", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 177, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L177" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.subType", "type": "Object", "label": "subType", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 178, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L178" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldSubType", "text": "IFieldSubType" }, " | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.format", "type": "Object", "label": "format", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 179, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L179" }, "signature": [ { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.SerializedFieldFormat", "text": "SerializedFieldFormat" }, "> | undefined" ] }, { "tags": [], "id": "def-common.FieldSpecExportFmt.indexed", "type": "CompoundType", "label": "indexed", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 180, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L180" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 166, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L166" }, "initialIsOpen": false }, { "id": "def-common.FieldSpec", "type": "Interface", "label": "FieldSpec", "description": [ "\nSerialized version of IndexPatternField" ], "tags": [], "children": [ { "tags": [], "id": "def-common.FieldSpec.count", "type": "number", "label": "count", "description": [ "\nPopularity count is used by discover" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 190, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L190" }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.script", "type": "string", "label": "script", "description": [ "\nScripted field painless script" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 194, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L194" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.lang", "type": "string", "label": "lang", "description": [ "\nScripted field langauge\nPainless is the only valid scripted field language" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 199, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L199" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.conflictDescriptions", "type": "Object", "label": "conflictDescriptions", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 200, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L200" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.format", "type": "Object", "label": "format", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 201, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L201" }, "signature": [ { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.SerializedFieldFormat", "text": "SerializedFieldFormat" }, "> | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 202, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L202" } }, { "tags": [], "id": "def-common.FieldSpec.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 203, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L203" } }, { "tags": [], "id": "def-common.FieldSpec.esTypes", "type": "Array", "label": "esTypes", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 204, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L204" }, "signature": [ "string[] | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.scripted", "type": "CompoundType", "label": "scripted", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 205, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L205" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.searchable", "type": "boolean", "label": "searchable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 206, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L206" } }, { "tags": [], "id": "def-common.FieldSpec.aggregatable", "type": "boolean", "label": "aggregatable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 207, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L207" } }, { "tags": [], "id": "def-common.FieldSpec.readFromDocValues", "type": "CompoundType", "label": "readFromDocValues", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 208, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L208" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.subType", "type": "Object", "label": "subType", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 209, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L209" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IFieldSubType", "text": "IFieldSubType" }, " | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.indexed", "type": "CompoundType", "label": "indexed", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 210, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L210" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.customLabel", "type": "string", "label": "customLabel", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 211, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L211" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.runtimeField", "type": "Object", "label": "runtimeField", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 212, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L212" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.RuntimeField", "text": "RuntimeField" }, " | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.shortDotsEnable", "type": "CompoundType", "label": "shortDotsEnable", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 214, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L214" }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-common.FieldSpec.isMapped", "type": "CompoundType", "label": "isMapped", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 215, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L215" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 186, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L186" }, "initialIsOpen": false }, { "id": "def-common.IndexPatternSpec", "type": "Interface", "label": "IndexPatternSpec", "description": [ "\nStatic index pattern format\nSerialized data object, representing index pattern attributes and state" ], "tags": [], "children": [ { "tags": [], "id": "def-common.IndexPatternSpec.id", "type": "string", "label": "id", "description": [ "\nsaved object id" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 228, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L228" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.version", "type": "string", "label": "version", "description": [ "\nsaved object version string" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 232, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L232" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.title", "type": "string", "label": "title", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 233, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L233" }, "signature": [ "string | undefined" ] }, { "tags": [ "deprecated" ], "id": "def-common.IndexPatternSpec.intervalName", "type": "string", "label": "intervalName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 238, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L238" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.timeFieldName", "type": "string", "label": "timeFieldName", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 239, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L239" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.sourceFilters", "type": "Array", "label": "sourceFilters", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 240, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L240" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.SourceFilter", "text": "SourceFilter" }, "[] | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.fields", "type": "Object", "label": "fields", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 241, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L241" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.typeMeta", "type": "Object", "label": "typeMeta", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 242, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L242" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.TypeMeta", "text": "TypeMeta" }, " | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 243, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L243" }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.fieldFormats", "type": "Object", "label": "fieldFormats", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 244, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L244" }, "signature": [ "Record>> | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.runtimeFieldMap", "type": "Object", "label": "runtimeFieldMap", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 245, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L245" }, "signature": [ "Record | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.fieldAttrs", "type": "Object", "label": "fieldAttrs", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 246, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L246" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.FieldAttrs", "text": "FieldAttrs" }, " | undefined" ] }, { "tags": [], "id": "def-common.IndexPatternSpec.allowNoIndex", "type": "CompoundType", "label": "allowNoIndex", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 247, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L247" }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 224, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L224" }, "initialIsOpen": false }, { "id": "def-common.SourceFilter", "type": "Interface", "label": "SourceFilter", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.SourceFilter.value", "type": "string", "label": "value", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 251, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L251" } } ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 250, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L250" }, "initialIsOpen": false }, { "id": "def-common.IndexPatternExpressionType", "type": "Interface", "label": "IndexPatternExpressionType", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.IndexPatternExpressionType.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", "lineNumber": 18, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/expressions/load_index_pattern.ts#L18" }, "signature": [ "\"index_pattern\"" ] }, { "tags": [], "id": "def-common.IndexPatternExpressionType.value", "type": "Object", "label": "value", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/expressions/load_index_pattern.ts#L19" }, "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataIndexPatternsPluginApi", "section": "def-common.IndexPatternSpec", "text": "IndexPatternSpec" } ] } ], "source": { "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/expressions/load_index_pattern.ts#L17" }, "initialIsOpen": false } ], "enums": [], "misc": [ { "id": "def-common.IndexPatternsContract", "type": "Type", "label": "IndexPatternsContract", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", "lineNumber": 638, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/index_patterns/index_patterns.ts#L638" }, "signature": [ "{ get: (id: string) => Promise; delete: (indexPatternId: string) => Promise<{}>; create: (spec: IndexPatternSpec, skipFetchFields?: boolean) => Promise; ensureDefaultIndexPattern: EnsureDefaultIndexPattern; getIds: (refresh?: boolean) => Promise; getTitles: (refresh?: boolean) => Promise; find: (search: string, size?: number) => Promise; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise[] | null | undefined>; getDefault: () => Promise; setDefault: (id: string, force?: boolean) => Promise; getFieldsForWildcard: (options: GetFieldsOptions) => Promise; getFieldsForIndexPattern: (indexPattern: IndexPattern | IndexPatternSpec, options?: GetFieldsOptions | undefined) => Promise; refreshFields: (indexPattern: IndexPattern) => Promise; fieldArrayToMap: (fields: FieldSpec[], fieldAttrs?: FieldAttrs | undefined) => Record; savedObjectToSpec: (savedObject: SavedObject) => IndexPatternSpec; createAndSave: (spec: IndexPatternSpec, override?: boolean, skipFetchFields?: boolean) => Promise; createSavedObject: (indexPattern: IndexPattern, override?: boolean) => Promise; updateSavedObject: (indexPattern: IndexPattern, saveAttempts?: number, ignoreErrors?: boolean) => Promise; }" ], "initialIsOpen": false }, { "id": "def-common.FieldFormatMap", "type": "Type", "label": "FieldFormatMap", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 17, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L17" }, "signature": [ "{ [x: string]: SerializedFieldFormat>; }" ], "initialIsOpen": false }, { "id": "def-common.RuntimeType", "type": "Type", "label": "RuntimeType", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 19, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L19" }, "signature": [ "\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"long\" | \"double\"" ], "initialIsOpen": false }, { "id": "def-common.OnNotification", "type": "Type", "label": "OnNotification", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 83, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L83" }, "signature": [ "(toastInputFields: ", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.ToastInputFields", "text": "ToastInputFields" }, ") => void" ], "initialIsOpen": false }, { "id": "def-common.OnError", "type": "Type", "label": "OnError", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 84, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L84" }, "signature": [ "(error: Error, toastInputFields: ", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, ") => void" ], "initialIsOpen": false }, { "id": "def-common.AggregationRestrictions", "type": "Type", "label": "AggregationRestrictions", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 141, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L141" }, "signature": [ "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" ], "initialIsOpen": false }, { "id": "def-common.FieldSpecConflictDescriptions", "type": "Type", "label": "FieldSpecConflictDescriptions", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 163, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L163" }, "signature": [ "{ [x: string]: string[]; }" ], "initialIsOpen": false }, { "id": "def-common.IndexPatternFieldMap", "type": "Type", "label": "IndexPatternFieldMap", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", "lineNumber": 218, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/types.ts#L218" }, "signature": [ "{ [x: string]: FieldSpec; }" ], "initialIsOpen": false }, { "id": "def-common.IndexPatternLoadExpressionFunctionDefinition", "type": "Type", "label": "IndexPatternLoadExpressionFunctionDefinition", "tags": [], "description": [], "source": { "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", "lineNumber": 34, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/expressions/load_index_pattern.ts#L34" }, "signature": [ "ExpressionFunctionDefinition<\"indexPatternLoad\", null, Arguments, Output, ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.ExecutionContext", "text": "ExecutionContext" }, "<", { "pluginId": "inspector", "scope": "common", "docId": "kibInspectorPluginApi", "section": "def-common.Adapters", "text": "Adapters" }, ", ", "SerializableState", ">>" ], "initialIsOpen": false } ], "objects": [ { "tags": [], "id": "def-common.RUNTIME_FIELD_TYPES", "type": "Object", "label": "RUNTIME_FIELD_TYPES", "description": [], "source": { "path": "src/plugins/data/common/index_patterns/constants.ts", "lineNumber": 9, "link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/index_patterns/constants.ts#L9" }, "signature": [ "readonly [\"keyword\", \"long\", \"double\", \"date\", \"ip\", \"boolean\"]" ], "initialIsOpen": false } ] } }