[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."
}