{ "type": "plugin", "id": "@kbn/file-upload-plugin", "owner": [ "@elastic/kibana-gis" ], "description": "The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON.", "plugin": { "id": "fileUpload", "browser": true, "server": true, "requiredPlugins": [ "data", "usageCollection" ], "optionalPlugins": [ "security" ], "requiredBundles": [ "kibanaReact" ], "extraPublicDirs": [ "common" ], "__category__": { "oss": false, "example": false, "testPlugin": false } } }