mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ML] Add description and owner to kibana.json for ML owned plugins (#103254)
This commit is contained in:
parent
119845483f
commit
9ead1fc96b
4 changed files with 24 additions and 4 deletions
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue