mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 23:39:42 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
2096 lines
No EOL
69 KiB
JSON
2096 lines
No EOL
69 KiB
JSON
{
|
|
"id": "fileUpload",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.CreateDocsResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CreateDocsResponse",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.CreateDocsResponse.success",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "success",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.CreateDocsResponse.remainder",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "remainder",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.CreateDocsResponse.docs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "docs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.ImportDoc",
|
|
"text": "ImportDoc"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.CreateDocsResponse.error",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FileUploadComponentProps",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.isIndexingTriggered",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isIndexingTriggered",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onFileSelect",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onFileSelect",
|
|
"description": [],
|
|
"signature": [
|
|
"(geojsonFile: GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>, name: string, previewCoverage: number) => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onFileSelect.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "geojsonFile",
|
|
"description": [],
|
|
"signature": [
|
|
"GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onFileSelect.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onFileSelect.$3",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "previewCoverage",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onFileClear",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onFileClear",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.enableImportBtn",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "enableImportBtn",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.disableImportBtn",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "disableImportBtn",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onUploadComplete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onUploadComplete",
|
|
"description": [],
|
|
"signature": [
|
|
"(results: ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "public",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-public.FileUploadGeoResults",
|
|
"text": "FileUploadGeoResults"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onUploadComplete.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "results",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "public",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-public.FileUploadGeoResults",
|
|
"text": "FileUploadGeoResults"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadComponentProps.onUploadError",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onUploadError",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadGeoResults",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FileUploadGeoResults",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadGeoResults.indexPatternId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadGeoResults.geoFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "geoFieldName",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadGeoResults.geoFieldType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "geoFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".GEO_POINT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".GEO_SHAPE"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadGeoResults.docCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "docCount",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IImporter",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.read",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "read",
|
|
"description": [],
|
|
"signature": [
|
|
"(data: ArrayBuffer) => { success: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.read.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
"ArrayBuffer"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.initializeImport",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "initializeImport",
|
|
"description": [],
|
|
"signature": [
|
|
"(index: string, settings: ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Settings",
|
|
"text": "Settings"
|
|
},
|
|
", mappings: ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Mappings",
|
|
"text": "Mappings"
|
|
},
|
|
", pipeline: ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.IngestPipeline",
|
|
"text": "IngestPipeline"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.ImportResponse",
|
|
"text": "ImportResponse"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.initializeImport.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.initializeImport.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "settings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Settings",
|
|
"text": "Settings"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.initializeImport.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "mappings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Mappings",
|
|
"text": "Mappings"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.initializeImport.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pipeline",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.IngestPipeline",
|
|
"text": "IngestPipeline"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.import",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "import",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string, index: string, pipelineId: string | undefined, setImportProgress: (progress: number) => void) => Promise<",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "public",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-public.ImportResults",
|
|
"text": "ImportResults"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.import.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.import.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.import.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pipelineId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.IImporter.import.$4",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setImportProgress",
|
|
"description": [],
|
|
"signature": [
|
|
"(progress: number) => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ImportConfig",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportConfig.settings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "settings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Settings",
|
|
"text": "Settings"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportConfig.mappings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "mappings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Mappings",
|
|
"text": "Mappings"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportConfig.pipeline",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pipeline",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.IngestPipeline",
|
|
"text": "IngestPipeline"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportFactoryOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ImportFactoryOptions",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportFactoryOptions.excludeLinesPattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "excludeLinesPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportFactoryOptions.multilineStartPattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "multilineStartPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportFactoryOptions.importConfig",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "importConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "public",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-public.ImportConfig",
|
|
"text": "ImportConfig"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportResults",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ImportResults",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportResults.success",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "success",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportResults.failures",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "failures",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.ImportFailure",
|
|
"text": "ImportFailure"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportResults.docCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "docCount",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.ImportResults.error",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Props",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.indexName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexName",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.indexNameError",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexNameError",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.onIndexNameChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onIndexNameChange",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string, error?: string | undefined) => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.onIndexNameChange.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.onIndexNameChange.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.onIndexNameValidationStart",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onIndexNameValidationStart",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.Props.onIndexNameValidationEnd",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onIndexNameValidationEnd",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"start": {
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-public.FileUploadPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FileUploadPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"FileUploadStartApi"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/public/plugin.ts",
|
|
"deprecated": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.AnalysisResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AnalysisResult",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.AnalysisResult.results",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "results",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.FindFileStructureResponse",
|
|
"text": "FindFileStructureResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.AnalysisResult.overrides",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "overrides",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.FormattedOverrides",
|
|
"text": "FormattedOverrides"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Doc",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Doc",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Doc.message",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "message",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureErrorResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FindFileStructureErrorResponse",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureErrorResponse.body",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [],
|
|
"signature": [
|
|
"{ statusCode: number; error: string; message: string; attributes?: ErrorAttribute | undefined; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureErrorResponse.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FindFileStructureResponse",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.charset",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "charset",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.has_header_row",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "has_header_row",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.has_byte_order_marker",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "has_byte_order_marker",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.format",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.field_stats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field_stats",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [fieldName: string]: { count: number; cardinality: number; top_hits: { count: number; value: any; }[]; mean_value?: number | undefined; median_value?: number | undefined; max_value?: number | undefined; min_value?: number | undefined; earliest?: string | undefined; latest?: string | undefined; }; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.sample_start",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sample_start",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.num_messages_analyzed",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "num_messages_analyzed",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.mappings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "mappings",
|
|
"description": [],
|
|
"signature": [
|
|
"{ properties: { [fieldName: string]: { type: ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".STRING | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".TEXT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".KEYWORD | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".VERSION | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".BOOLEAN | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".OBJECT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".DATE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".DATE_NANOS | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".DATE_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".GEO_POINT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".GEO_SHAPE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".FLOAT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".HALF_FLOAT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".SCALED_FLOAT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".DOUBLE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".INTEGER | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".LONG | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".SHORT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".UNSIGNED_LONG | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".FLOAT_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".DOUBLE_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".INTEGER_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".LONG_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".NESTED | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".BYTE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".IP | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".IP_RANGE | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".ATTACHMENT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".TOKEN_COUNT | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".MURMUR3 | ",
|
|
{
|
|
"pluginId": "@kbn/field-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnFieldTypesPluginApi",
|
|
"section": "def-server.ES_FIELD_TYPES",
|
|
"text": "ES_FIELD_TYPES"
|
|
},
|
|
".HISTOGRAM; format?: string | undefined; }; }; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.quote",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "quote",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.delimiter",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "delimiter",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.need_client_timezone",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "need_client_timezone",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.num_lines_analyzed",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "num_lines_analyzed",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.column_names",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "column_names",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.explanation",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "explanation",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.grok_pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "grok_pattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.multiline_start_pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "multiline_start_pattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.exclude_lines_pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "exclude_lines_pattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.java_timestamp_formats",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "java_timestamp_formats",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.joda_timestamp_formats",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "joda_timestamp_formats",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.timestamp_field",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timestamp_field",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FindFileStructureResponse.should_trim_fields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "should_trim_fields",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.HasImportPermission",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HasImportPermission",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.HasImportPermission.hasImportPermission",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasImportPermission",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportFailure",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ImportFailure",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportFailure.item",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "item",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportFailure.reason",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "reason",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportFailure.caused_by",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "caused_by",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; reason: string; } | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportFailure.doc",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "doc",
|
|
"description": [],
|
|
"signature": [
|
|
"string | object | ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Doc",
|
|
"text": "Doc"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ImportResponse",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.success",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "success",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.index",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.pipelineId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pipelineId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.docCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "docCount",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.failures",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "failures",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.ImportFailure",
|
|
"text": "ImportFailure"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.error",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"{ error: ",
|
|
"ErrorCause",
|
|
"; } | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportResponse.ingestError",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ingestError",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipeline",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IngestPipeline",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipeline.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipeline.processors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "processors",
|
|
"description": [],
|
|
"signature": [
|
|
"any[]"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipelineWrapper",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IngestPipelineWrapper",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipelineWrapper.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.IngestPipelineWrapper.pipeline",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pipeline",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.IngestPipeline",
|
|
"text": "IngestPipeline"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.InputOverrides",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "InputOverrides",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.InputOverrides.Unnamed",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "Unnamed",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Mappings",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Mappings",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Mappings._meta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "_meta",
|
|
"description": [],
|
|
"signature": [
|
|
"{ created_by: string; } | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Mappings.properties",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "properties",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [key: string]: any; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Settings",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Settings",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Settings.pipeline",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pipeline",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Settings.index",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Settings.body",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [],
|
|
"signature": [
|
|
"any[]"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.Settings.Unnamed",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "Unnamed",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ABSOLUTE_MAX_FILE_SIZE_BYTES",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "ABSOLUTE_MAX_FILE_SIZE_BYTES",
|
|
"description": [],
|
|
"signature": [
|
|
"1073741274"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FILE_SIZE_DISPLAY_FORMAT",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "FILE_SIZE_DISPLAY_FORMAT",
|
|
"description": [],
|
|
"signature": [
|
|
"\"0,0.[0] b\""
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.FormattedOverrides",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FormattedOverrides",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.InputOverrides",
|
|
"text": "InputOverrides"
|
|
},
|
|
" & { column_names: string[]; has_header_row: boolean; should_trim_fields: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.ImportDoc",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ImportDoc",
|
|
"description": [],
|
|
"signature": [
|
|
"string | object | ",
|
|
{
|
|
"pluginId": "fileUpload",
|
|
"scope": "common",
|
|
"docId": "kibFileUploadPluginApi",
|
|
"section": "def-common.Doc",
|
|
"text": "Doc"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.INDEX_META_DATA_CREATED_BY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "INDEX_META_DATA_CREATED_BY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"file-data-visualizer\""
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.InputData",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "InputData",
|
|
"description": [],
|
|
"signature": [
|
|
"any[]"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.MAX_FILE_SIZE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "MAX_FILE_SIZE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"100MB\""
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.MAX_FILE_SIZE_BYTES",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "MAX_FILE_SIZE_BYTES",
|
|
"description": [],
|
|
"signature": [
|
|
"104857600"
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.MB",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "MB",
|
|
"description": [],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "fileUpload",
|
|
"id": "def-common.UI_SETTING_MAX_FILE_SIZE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "UI_SETTING_MAX_FILE_SIZE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"fileUpload:maxFileSize\""
|
|
],
|
|
"path": "x-pack/plugins/file_upload/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |