kibana/x-pack/plugins/file_upload/kibana.json

25 lines
629 B
JSON

{
"id": "fileUpload",
"version": "8.0.0",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": [
"data",
"usageCollection"
],
"optionalPlugins": [
"security"
],
"requiredBundles": [
"kibanaReact"
],
"extraPublicDirs": [
"common"
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"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."
}