Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion x-pack/plugins/data_visualizer/kibana.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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."
}