-
Notifications
You must be signed in to change notification settings - Fork 159
[Observability] Add docs on schema selection for host data #2707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
b458a86
b00f20e
c5e7a8f
15884d1
e9ba599
385e8d5
552b9f8
5fd6954
d0efe63
911828d
9cb4beb
08ac259
5fe603f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -36,9 +36,12 @@ To learn more about the metrics shown on this page, refer to the [Metrics refere | |||||||||||
::::{note} | ||||||||||||
**Don’t see any metrics?** | ||||||||||||
|
||||||||||||
If you haven’t added data yet, click **Add data** to search for and install an Elastic integration. | ||||||||||||
|
||||||||||||
Need help getting started? Follow the steps in [Get started with system metrics](/solutions/observability/infra-and-hosts/get-started-with-system-metrics.md). | ||||||||||||
If you haven’t added data yet, click **Add data → Host** and select how you want to monitor your host—OpenTelemetry or Elastic Agent. | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if you need to add the
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Add data steps and OTel option did exist in 9.0, but this integration language was out of date. OTel data has been available, it's just the schema selection that is new. |
||||||||||||
|
||||||||||||
For more on collecting host data, refer to: | ||||||||||||
* [OpenTelemetry](opentelemetry://reference/edot-collector/config/configure-metrics-collection.md#process-metrics) | ||||||||||||
* [Elastic System Integration](integration-docs://reference/system.md) | ||||||||||||
|
||||||||||||
:::: | ||||||||||||
|
||||||||||||
|
@@ -152,6 +155,10 @@ To learn more about creating and managing rules, refer to [Alerting](/solutions/ | |||||||||||
|
||||||||||||
:::: | ||||||||||||
|
||||||||||||
## Select data collection schema | ||||||||||||
|
||||||||||||
The **Schema** selector shows the available data collection schemas for the current query. If host data from both the Elastic System Integration and OpenTelemetry are available, the selector defaults to **OpenTelemetry**. Select **Elastic System Integration** to see host data collected using the Elastic System Integration. | ||||||||||||
|
||||||||||||
mdbirnstiehl marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||
|
||||||||||||
|
||||||||||||
## View host details [view-host-details] | ||||||||||||
|
@@ -402,4 +409,7 @@ When a host is detected by APM, but is not collecting full metrics (for example, | |||||||||||
|
||||||||||||
This could mean that the APM agent has not been configured to use the correct host name. Instead, the host name might be the container name or the Kubernetes pod name. | ||||||||||||
|
||||||||||||
To get the correct host name, you need to set some additional configuration options, specifically `system.kubernetes.node.name` as described in [Kubernetes data](/solutions/observability/apm/managed-intake-service-event-api.md#kubernetes-data). | ||||||||||||
To get the correct host name, you need to set some additional configuration options, specifically `system.kubernetes.node.name` as described in [Kubernetes data](/solutions/observability/apm/managed-intake-service-event-api.md#kubernetes-data). | ||||||||||||
|
||||||||||||
### I don't see all of my host data [observability-analyze-hosts-i-dont-see-all-of-my-host-data] | ||||||||||||
If you have host data from both the Elastic System Integration and OpenTelemetry (OTel), the selector defaults to OTel. If you want to see Elastic System Integration data for your current query, select **Elastic System Integration** from the **Schema** selector. |
Uh oh!
There was an error while loading. Please reload this page.