kibana/x-pack/plugins/osquery/kibana.json
Bryan Clement 62f3a55cd8
[Asset Management] Osquery telemetry updates (#100754)
* first pass of basic osquery usage stats collection

* updates, linting

* updated exported metrics

* clean up comments, add description fields to metric fields

* reworked types

* actually use the updated types

* added tests around the route usage recoder functions

* review comments

* update aggregate types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-17 14:53:27 -04:00

34 lines
515 B
JSON

{
"configPath": [
"xpack",
"osquery"
],
"extraPublicDirs": [
"common"
],
"id": "osquery",
"kibanaVersion": "kibana",
"optionalPlugins": [
"home",
"usageCollection",
"lens"
],
"requiredBundles": [
"esUiShared",
"kibanaUtils",
"kibanaReact"
],
"requiredPlugins": [
"actions",
"data",
"dataEnhanced",
"discover",
"features",
"fleet",
"navigation",
"triggersActionsUi"
],
"server": true,
"ui": true,
"version": "8.0.0"
}