[ML] Add description and owner to kibana.json for ML owned plugins (#103254)

This commit is contained in:
Pete Harverson 2021-06-24 17:49:56 +01:00 committed by GitHub
parent 119845483f
commit 9ead1fc96b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 4 deletions

View file

@ -27,5 +27,10 @@
],
"extraPublicDirs": [
"common"
]
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"description": "The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index."
}

View file

@ -16,5 +16,10 @@
],
"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."
}

View file

@ -43,5 +43,10 @@
],
"extraPublicDirs": [
"common"
]
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"description": "This plugin provides access to the machine learning features provided by Elastic."
}

View file

@ -23,5 +23,10 @@
"kibanaUtils",
"kibanaReact",
"ml"
]
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"description": "This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics."
}