Skip to content

[obs] Fixes and versioning #712

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

Merged
merged 2 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions solutions/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html
- https://www.elastic.co/guide/en/observability/current/index.html
applies_to:
stack: ga
serverless: ga
stack:
serverless:
---

# Observability
Expand Down
2 changes: 2 additions & 0 deletions solutions/observability/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
navigation_title: "Cloud"
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/cloud-monitoring.html
applies_to:
stack:
---


Expand Down
3 changes: 3 additions & 0 deletions solutions/observability/incident-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/observability/current/incident-management.html
- https://www.elastic.co/guide/en/serverless/current/incident-management.html
applies_to:
stack:
serverless:
---

# Incident management [incident-management]
Expand Down
3 changes: 3 additions & 0 deletions solutions/observability/infra-and-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ mapped_urls:
- https://www.elastic.co/guide/en/serverless/current/infrastructure-and-host-monitoring-intro.html

navigation_title: "Infrastructure and hosts"
applies_to:
stack:
serverless:
---

# Infrastructure and host monitoring [infrastructure-and-host-monitoring-intro]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/observability/current/analyze-hosts.html
- https://www.elastic.co/guide/en/serverless/current/observability-analyze-hosts.html
applies_to:
stack:
serverless:
---

# Analyze and compare hosts [observability-analyze-hosts]
Expand All @@ -16,7 +19,9 @@ The **Hosts** page provides a metrics-driven view of your infrastructure backed
* View historical data to rule out false alerts and identify root causes.
* Filter and search the data to focus on the hosts you care about the most.

To open **Hosts**, find **Infrastructure** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
To access the **Hosts** page in:
- **Elastic Stack,** find **Infrastructure** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
- **Serverless,** go to **Infrastructure → Hosts** in your Elastic Observability Serverless project.

:::{image} ../../../images/serverless-hosts.png
:alt: Screenshot of the Hosts page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_urls:
- https://www.elastic.co/guide/en/observability/current/monitor-infrastructure-and-hosts.html
- https://www.elastic.co/guide/en/serverless/current/observability-infrastructure-monitoring.html
applies_to:
stack:
serverless:
---

# Analyze infrastructure and host metrics [observability-infrastructure-monitoring]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/explore-metrics.html
applies_to:
stack:
---

# Explore infrastructure metrics over time [explore-metrics]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/monitor-kubernetes.html
applies_to:
stack:
---

# Tutorial: Observe your Kubernetes deployments [monitor-kubernetes]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/monitor-nginx.html
applies_to:
stack:
---

# Tutorial: Observe your nginx instances [monitor-nginx]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/universal-profiling.html
applies_to:
stack:
---

# Universal Profiling [universal-profiling]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
mapped_urls:
- https://www.elastic.co/guide/en/observability/current/view-infrastructure-metrics.html
- https://www.elastic.co/guide/en/serverless/current/observability-view-infrastructure-metrics.html
applies_to:
stack:
serverless:
---

# View infrastructure metrics by resource type [observability-view-infrastructure-metrics]

The **Infrastructure Inventory** page provides a metrics-driven view of your entire infrastructure grouped by the resources you are monitoring. All monitored resources emitting a core set of infrastructure metrics are displayed to give you a quick view of the overall health of your infrastructure.

To open **Infrastructure inventory**, find **Infrastructure** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
To open the **Infrastructure inventory** page in:
- **Elastic Stack,** find **Infrastructure** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
- **Serverless,** go to **Infrastructure inventory** in your Observability Serverless project.

:::{image} ../../../images/observability-metrics-app.png
:alt: Infrastructure UI in {kib}
Expand Down