Skip to content

Commit a311710

Browse files
Add topic about missing fields (#4183)
* Add topic about missing fields * Add troubleshooting section to infra monitoring * Add link to the main TS topic * Update docs/en/observability/handle-no-results-found-message.asciidoc Co-authored-by: Mike Birnstiehl <[email protected]> --------- Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent e425e87 commit a311710

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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]
94.9 KB
Loading

docs/en/observability/index.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ include::monitor-infra/inspect-metric-anomalies.asciidoc[leveloffset=+2]
8585

8686
include::monitor-infra/configure-metrics-sources.asciidoc[leveloffset=+2]
8787

88+
include::troubleshooting-infra.asciidoc[leveloffset=+2]
89+
90+
include::handle-no-results-found-message.asciidoc[leveloffset=+3]
91+
8892
include::monitor-infra/metrics-reference.asciidoc[leveloffset=+2]
8993

9094
// AWS monitoring
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[[troubleshooting-infrastructure-monitoring]]
2+
= Troubleshooting
3+
4+
Learn how to troubleshoot common issues on your own or ask for help.
5+
6+
* <<handle-no-results-found-message>>
7+
8+
[discrete]
9+
[[troubleshooting-infra-support]]
10+
=== Elastic Support
11+
12+
We offer a support experience unlike any other.
13+
Our team of professionals 'speak human and code' and love making your day.
14+
https://www.elastic.co/subscriptions[Learn more about subscriptions].
15+
16+
[discrete]
17+
[[troubleshooting-infra-forum]]
18+
=== Discussion forum
19+
20+
For other questions and feature requests,
21+
visit our https://discuss.elastic.co/c/observability[discussion forum].

0 commit comments

Comments
 (0)