|
| 1 | +[[handle-no-results-found-message]] |
| 2 | += Understanding "no results found" message |
| 3 | + |
| 4 | +To correctly render visualizations in the {observability} UI, |
| 5 | +all metrics used by the UI must be present in the collected data. |
| 6 | +For a description of these metrics, refer to <<metrics-reference>>. |
| 7 | + |
| 8 | +There are several reasons why metrics might be missing from the collected data: |
| 9 | + |
| 10 | +**The visualization requires a metric that's not relevant to your monitored hosts** |
| 11 | + |
| 12 | +For example, if you're only observing Windows hosts, the 'load' metric is not collected because 'load' is not a Windows concept. |
| 13 | +In this situation, you can ignore the "no results found" message. |
| 14 | + |
| 15 | +**You may not be collecting all the required metrics** |
| 16 | + |
| 17 | +This could be for any of these reasons: |
| 18 | + |
| 19 | +* The integration that collects the missing metrics is not installed. |
| 20 | +For example, to collect metrics from your host system, you can use the {integrations-docs}/system[System integration]. |
| 21 | +To fix the problem, install the integration and configure it to send the missing metrics. |
| 22 | ++ |
| 23 | +TIP: Follow one of our quickstarts under **Observability** → **Add data** → **Collect and analyze logs** to make sure the correct integrations are installed and all required metrics are collected. |
| 24 | + |
| 25 | +* You are not using the Elastic Distribution of the OpenTelemetry Collector, which automatically maps data to the Elastic Common Schema (ECS) fields expected by the visualization. |
| 26 | ++ |
| 27 | +TIP: Follow our OpenTelemetry quickstart under **Observability** → **Add data** → **Monitor infrastructure** to make sure OpenTelemetry data is correctly mapped to ECS-compliant fields. |
| 28 | + |
| 29 | +//TODO: Make quickstarts an active link after the docs are merged. |
| 30 | + |
| 31 | +* You have explicitly chosen not to send these metrics. |
| 32 | +You may choose to limit the metrics sent to Elastic to save on space and improve cluster performance. |
| 33 | +For example, the System integration has options to choose which metrics you want to send. |
| 34 | +You can {fleet-guide}/edit-or-delete-integration-policy.html[edit the integration policy] to begin collecting the missing metrics. For example: |
| 35 | ++ |
| 36 | +[role="screenshot"] |
| 37 | +image::images/turn-on-system-metrics.png[Screenshot showing system cpu and diskio metrics selected for collection] |
0 commit comments