Skip to content

Commit

Permalink
[ML] Add description and owner to kibana.json for ML owned plugins (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Jun 24, 2021
1 parent 1198454 commit 9ead1fc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion x-pack/plugins/data_visualizer/kibana.json
Expand Up @@ -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."
}
7 changes: 6 additions & 1 deletion x-pack/plugins/file_upload/kibana.json
Expand Up @@ -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."
}
7 changes: 6 additions & 1 deletion x-pack/plugins/ml/kibana.json
Expand Up @@ -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."
}
7 changes: 6 additions & 1 deletion x-pack/plugins/transform/kibana.json
Expand Up @@ -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."
}

0 comments on commit 9ead1fc

Please sign in to comment.