kibana/api_docs/file_upload.json
Stacey Gammon 044c725c71
Fix a bunch of bugs with APIDocs system (#99589)
* Remove custom code, add in a hack

* remove artifical limit

* Fix arrow functions in interfaces not having children

* Update docs

* Update api docs after merge from master

* update api docs after merge from master

* update api docs
2021-05-20 13:22:41 -04:00

2444 lines
76 KiB
JSON

{
"id": "fileUpload",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "fileUpload",
"id": "def-public.CreateDocsResponse",
"type": "Interface",
"tags": [],
"label": "CreateDocsResponse",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 30
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.CreateDocsResponse.success",
"type": "boolean",
"tags": [],
"label": "success",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 31
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.CreateDocsResponse.remainder",
"type": "number",
"tags": [],
"label": "remainder",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 32
},
"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"
},
"[]"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 33
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.CreateDocsResponse.error",
"type": "Any",
"tags": [],
"label": "error",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 34
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps",
"type": "Interface",
"tags": [],
"label": "FileUploadComponentProps",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 23
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps.isIndexingTriggered",
"type": "boolean",
"tags": [],
"label": "isIndexingTriggered",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 24
},
"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"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.geojsonFile",
"type": "Object",
"tags": [],
"label": "geojsonFile",
"description": [],
"signature": [
"GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.previewCoverage",
"type": "number",
"tags": [],
"label": "previewCoverage",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
}
]
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps.onFileClear",
"type": "Function",
"tags": [],
"label": "onFileClear",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 26
},
"deprecated": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps.enableImportBtn",
"type": "Function",
"tags": [],
"label": "enableImportBtn",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 27
},
"deprecated": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps.disableImportBtn",
"type": "Function",
"tags": [],
"label": "disableImportBtn",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": []
},
{
"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"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 29
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.results",
"type": "Object",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "fileUpload",
"scope": "public",
"docId": "kibFileUploadPluginApi",
"section": "def-public.FileUploadGeoResults",
"text": "FileUploadGeoResults"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 29
},
"deprecated": false
}
]
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadComponentProps.onUploadError",
"type": "Function",
"tags": [],
"label": "onUploadError",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadGeoResults",
"type": "Interface",
"tags": [],
"label": "FileUploadGeoResults",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 16
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadGeoResults.indexPatternId",
"type": "string",
"tags": [],
"label": "indexPatternId",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 17
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadGeoResults.geoFieldName",
"type": "string",
"tags": [],
"label": "geoFieldName",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 18
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadGeoResults.geoFieldType",
"type": "CompoundType",
"tags": [],
"label": "geoFieldType",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_POINT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_SHAPE"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 19
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadGeoResults.docCount",
"type": "number",
"tags": [],
"label": "docCount",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 20
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter",
"type": "Interface",
"tags": [],
"label": "IImporter",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 43
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.read",
"type": "Function",
"tags": [],
"label": "read",
"description": [],
"signature": [
"(data: ArrayBuffer) => { success: boolean; }"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 44
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.read.$1",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"ArrayBuffer"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 44
},
"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"
},
">"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 45
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.initializeImport.$1",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 46
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 47
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 48
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 49
},
"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"
},
">"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 51
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.import.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 52
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.import.$2",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 53
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.import.$3",
"type": "string",
"tags": [],
"label": "pipelineId",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 54
},
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.IImporter.import.$4",
"type": "Function",
"tags": [],
"label": "setImportProgress",
"description": [],
"signature": [
"(progress: number) => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 55
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportConfig",
"type": "Interface",
"tags": [],
"label": "ImportConfig",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 17
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 18
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 19
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 20
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportFactoryOptions",
"type": "Interface",
"tags": [],
"label": "ImportFactoryOptions",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 37
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportFactoryOptions.excludeLinesPattern",
"type": "string",
"tags": [],
"label": "excludeLinesPattern",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 38
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportFactoryOptions.multilineStartPattern",
"type": "string",
"tags": [],
"label": "multilineStartPattern",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 39
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 40
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportResults",
"type": "Interface",
"tags": [],
"label": "ImportResults",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 23
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportResults.success",
"type": "boolean",
"tags": [],
"label": "success",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 24
},
"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"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 25
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportResults.docCount",
"type": "number",
"tags": [],
"label": "docCount",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 26
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.ImportResults.error",
"type": "Any",
"tags": [],
"label": "error",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/file_upload/public/importer/types.ts",
"lineNumber": 27
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.Props",
"type": "Interface",
"tags": [],
"label": "Props",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 14
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.Props.indexName",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 15
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.Props.indexNameError",
"type": "string",
"tags": [],
"label": "indexNameError",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 16
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.Props.onIndexNameChange",
"type": "Function",
"tags": [],
"label": "onIndexNameChange",
"description": [],
"signature": [
"(name: string, error?: string | undefined) => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.error",
"type": "string",
"tags": [],
"label": "error",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false
}
]
},
{
"parentPluginId": "fileUpload",
"id": "def-public.Props.onIndexNameValidationStart",
"type": "Function",
"tags": [],
"label": "onIndexNameValidationStart",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 18
},
"deprecated": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "fileUpload",
"id": "def-public.Props.onIndexNameValidationEnd",
"type": "Function",
"tags": [],
"label": "onIndexNameValidationEnd",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": []
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "fileUpload",
"id": "def-public.FileUploadPluginStart",
"type": "Type",
"tags": [],
"label": "FileUploadPluginStart",
"description": [],
"signature": [
"FileUploadStartApi"
],
"source": {
"path": "x-pack/plugins/file_upload/public/plugin.ts",
"lineNumber": 30
},
"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": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 21
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 22
},
"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"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 23
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Doc",
"type": "Interface",
"tags": [],
"label": "Doc",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 117
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.Doc.message",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 118
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureErrorResponse",
"type": "Interface",
"tags": [],
"label": "FindFileStructureErrorResponse",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 74
},
"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; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 75
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureErrorResponse.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 81
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse",
"type": "Interface",
"tags": [],
"label": "FindFileStructureResponse",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 26
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.charset",
"type": "string",
"tags": [],
"label": "charset",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 27
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.has_header_row",
"type": "boolean",
"tags": [],
"label": "has_header_row",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 28
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.has_byte_order_marker",
"type": "boolean",
"tags": [],
"label": "has_byte_order_marker",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 29
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.format",
"type": "string",
"tags": [],
"label": "format",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 30
},
"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; }; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 31
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.sample_start",
"type": "string",
"tags": [],
"label": "sample_start",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 44
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.num_messages_analyzed",
"type": "number",
"tags": [],
"label": "num_messages_analyzed",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 45
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.mappings",
"type": "Object",
"tags": [],
"label": "mappings",
"description": [],
"signature": [
"{ properties: { [fieldName: string]: { type: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".STRING | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".TEXT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".KEYWORD | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".BOOLEAN | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".OBJECT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE_NANOS | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_POINT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_SHAPE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".HALF_FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".SCALED_FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DOUBLE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".INTEGER | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".LONG | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".SHORT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".UNSIGNED_LONG | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".FLOAT_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DOUBLE_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".INTEGER_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".LONG_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".NESTED | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".BYTE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".IP | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".IP_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".ATTACHMENT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".TOKEN_COUNT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".MURMUR3 | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".HISTOGRAM; format?: string | undefined; }; }; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 46
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.quote",
"type": "string",
"tags": [],
"label": "quote",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 59
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.delimiter",
"type": "string",
"tags": [],
"label": "delimiter",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 60
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.need_client_timezone",
"type": "boolean",
"tags": [],
"label": "need_client_timezone",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 61
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.num_lines_analyzed",
"type": "number",
"tags": [],
"label": "num_lines_analyzed",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 62
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.column_names",
"type": "Array",
"tags": [],
"label": "column_names",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 63
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.explanation",
"type": "Array",
"tags": [],
"label": "explanation",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 64
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.grok_pattern",
"type": "string",
"tags": [],
"label": "grok_pattern",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 65
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.multiline_start_pattern",
"type": "string",
"tags": [],
"label": "multiline_start_pattern",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 66
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.exclude_lines_pattern",
"type": "string",
"tags": [],
"label": "exclude_lines_pattern",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 67
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.java_timestamp_formats",
"type": "Array",
"tags": [],
"label": "java_timestamp_formats",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 68
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.joda_timestamp_formats",
"type": "Array",
"tags": [],
"label": "joda_timestamp_formats",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 69
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.timestamp_field",
"type": "string",
"tags": [],
"label": "timestamp_field",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 70
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.FindFileStructureResponse.should_trim_fields",
"type": "CompoundType",
"tags": [],
"label": "should_trim_fields",
"description": [],
"signature": [
"boolean | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 71
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.HasImportPermission",
"type": "Interface",
"tags": [],
"label": "HasImportPermission",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 92
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.HasImportPermission.hasImportPermission",
"type": "boolean",
"tags": [],
"label": "hasImportPermission",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 93
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportFailure",
"type": "Interface",
"tags": [],
"label": "ImportFailure",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 111
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportFailure.item",
"type": "number",
"tags": [],
"label": "item",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 112
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportFailure.reason",
"type": "string",
"tags": [],
"label": "reason",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 113
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 114
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse",
"type": "Interface",
"tags": [],
"label": "ImportResponse",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 98
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.success",
"type": "boolean",
"tags": [],
"label": "success",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 99
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 100
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.index",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 101
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.pipelineId",
"type": "string",
"tags": [],
"label": "pipelineId",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 102
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.docCount",
"type": "number",
"tags": [],
"label": "docCount",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 103
},
"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"
},
"[]"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 104
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"{ error: ",
"ErrorCause",
"; } | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 105
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportResponse.ingestError",
"type": "CompoundType",
"tags": [],
"label": "ingestError",
"description": [],
"signature": [
"boolean | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 108
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.IngestPipeline",
"type": "Interface",
"tags": [],
"label": "IngestPipeline",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 144
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.IngestPipeline.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 145
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.IngestPipeline.processors",
"type": "Array",
"tags": [],
"label": "processors",
"description": [],
"signature": [
"any[]"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 146
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.IngestPipelineWrapper",
"type": "Interface",
"tags": [],
"label": "IngestPipelineWrapper",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 139
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.IngestPipelineWrapper.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 140
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 141
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.InputOverrides",
"type": "Interface",
"tags": [],
"label": "InputOverrides",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 11
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.InputOverrides.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 12
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Mappings",
"type": "Interface",
"tags": [],
"label": "Mappings",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 130
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.Mappings._meta",
"type": "Object",
"tags": [],
"label": "_meta",
"description": [],
"signature": [
"{ created_by: string; } | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 131
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Mappings.properties",
"type": "Object",
"tags": [],
"label": "properties",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 134
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Settings",
"type": "Interface",
"tags": [],
"label": "Settings",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 123
},
"deprecated": false,
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-common.Settings.pipeline",
"type": "string",
"tags": [],
"label": "pipeline",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 124
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Settings.index",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 125
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Settings.body",
"type": "Array",
"tags": [],
"label": "body",
"description": [],
"signature": [
"any[]"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 126
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.Settings.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 127
},
"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"
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 14
},
"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\""
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 15
},
"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; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 15
},
"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"
}
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 121
},
"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\""
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 19
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.InputData",
"type": "Type",
"tags": [],
"label": "InputData",
"description": [],
"signature": [
"any[]"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
"lineNumber": 96
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.MAX_FILE_SIZE",
"type": "string",
"tags": [],
"label": "MAX_FILE_SIZE",
"description": [],
"signature": [
"\"100MB\""
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 11
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.MAX_FILE_SIZE_BYTES",
"type": "number",
"tags": [],
"label": "MAX_FILE_SIZE_BYTES",
"description": [],
"signature": [
"104857600"
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.MB",
"type": "number",
"tags": [],
"label": "MB",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 10
},
"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\""
],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 8
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}