From 58d02b8bb0da2d7e6cddce5922271696214278aa Mon Sep 17 00:00:00 2001 From: Ahmad Bamieh Date: Mon, 5 Oct 2020 13:07:14 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christiane (Tina) Heiligers --- src/plugins/usage_collection/README.md | 2 +- src/plugins/usage_collection/server/routes/stats/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/usage_collection/README.md b/src/plugins/usage_collection/README.md index 49df272d2fc3d..aae633a956c48 100644 --- a/src/plugins/usage_collection/README.md +++ b/src/plugins/usage_collection/README.md @@ -328,5 +328,5 @@ The only caveat is that it makes it harder to consume in Kibana when analysing e # Routes registered by this plugin -- `/api/ui_metric/report`: Used by UI Metrics to report the metrics to the server +- `/api/ui_metric/report`: Used by `ui_metrics` usage collector instances to report their usage data to the server - `/api/stats`: Get the metrics and usage ([details](./server/routes/stats/README.md)) diff --git a/src/plugins/usage_collection/server/routes/stats/README.md b/src/plugins/usage_collection/server/routes/stats/README.md index 51dc512d13f1a..09dabefbab44a 100644 --- a/src/plugins/usage_collection/server/routes/stats/README.md +++ b/src/plugins/usage_collection/server/routes/stats/README.md @@ -2,7 +2,7 @@ This API returns the metrics for the Kibana server and usage stats. It allows the [Metricbeat Kibana module](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-kibana.html) to collect the [stats metricset](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-kibana-stats.html). -By default, it returns the simplest level of stats; consisting on the Kibana server's ops metrics, version, status, and basic config like the server name, host, port, and locale. +By default, it returns the simplest level of stats; consisting of the Kibana server's ops metrics, version, status, and basic config like the server name, host, port, and locale. However, the information detailed above can be extended, with the combination of the following 3 query parameters: