Skip to content

Commit 95d5fa5

Browse files
committed
Merge branch 'self-managed' of github.com:elastic/docs-content into self-managed
2 parents 9840696 + fa86a58 commit 95d5fa5

12 files changed

+38
-9
lines changed

deploy-manage/deploy/cloud-on-k8s.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Alpha, beta, and stable API versions follow the same [conventions used by Kubern
8080

8181
ECK is compatible with the following Elastic Stack applications:
8282

83-
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+, 8+
84-
* Enterprise Search: 7.7+, 8+
85-
* Beats: 7.0+, 8+
86-
* Elastic Agent: 7.10+ (standalone), 7.14+ (Fleet), 8+
87-
* Elastic Maps Server: 7.11+, 8+
83+
* Elasticsearch, Kibana, APM Server: 7.17+, 8+
84+
* Enterprise Search: 7.17+, 8+
85+
* Beats: 7.17+, 8+
86+
* Elastic Agent: 7.10+ (standalone), 7.17+ (Fleet), 8+
87+
* Elastic Maps Server: 7.17+, 8+
8888
* Logstash: 8.7+
8989

9090
Elastic Stack application images for the OpenShift-certified Elasticsearch (ECK) Operator are only available from version 7.10 and later.

solutions/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ mapped_urls:
33
- https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html
44
- https://www.elastic.co/guide/en/observability/current/index.html
55
applies_to:
6-
stack: ga
7-
serverless: ga
6+
stack:
7+
serverless:
88
---
99

1010
# Observability

solutions/observability/cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
navigation_title: "Cloud"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/observability/current/cloud-monitoring.html
5+
applies_to:
6+
stack:
57
---
68

79

solutions/observability/incident-management.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
mapped_urls:
33
- https://www.elastic.co/guide/en/observability/current/incident-management.html
44
- https://www.elastic.co/guide/en/serverless/current/incident-management.html
5+
applies_to:
6+
stack:
7+
serverless:
58
---
69

710
# Incident management [incident-management]

solutions/observability/infra-and-hosts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/infrastructure-and-host-monitoring-intro.html
55

66
navigation_title: "Infrastructure and hosts"
7+
applies_to:
8+
stack:
9+
serverless:
710
---
811

912
# Infrastructure and host monitoring [infrastructure-and-host-monitoring-intro]

solutions/observability/infra-and-hosts/analyze-compare-hosts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
mapped_urls:
33
- https://www.elastic.co/guide/en/observability/current/analyze-hosts.html
44
- https://www.elastic.co/guide/en/serverless/current/observability-analyze-hosts.html
5+
applies_to:
6+
stack:
7+
serverless:
58
---
69

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

19-
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).
22+
To access the **Hosts** page in:
23+
- **Elastic Stack,** find **Infrastructure** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
24+
- **Serverless,** go to **Infrastructure → Hosts** in your Elastic Observability Serverless project.
2025

2126
:::{image} ../../../images/serverless-hosts.png
2227
:alt: Screenshot of the Hosts page

solutions/observability/infra-and-hosts/analyze-infrastructure-host-metrics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
mapped_urls:
33
- https://www.elastic.co/guide/en/observability/current/monitor-infrastructure-and-hosts.html
44
- https://www.elastic.co/guide/en/serverless/current/observability-infrastructure-monitoring.html
5+
applies_to:
6+
stack:
7+
serverless:
58
---
69

710
# Analyze infrastructure and host metrics [observability-infrastructure-monitoring]

solutions/observability/infra-and-hosts/explore-infrastructure-metrics-over-time.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/explore-metrics.html
4+
applies_to:
5+
stack:
46
---
57

68
# Explore infrastructure metrics over time [explore-metrics]

solutions/observability/infra-and-hosts/tutorial-observe-kubernetes-deployments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/monitor-kubernetes.html
4+
applies_to:
5+
stack:
46
---
57

68
# Tutorial: Observe your Kubernetes deployments [monitor-kubernetes]

solutions/observability/infra-and-hosts/tutorial-observe-nginx-instances.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/monitor-nginx.html
4+
applies_to:
5+
stack:
46
---
57

68
# Tutorial: Observe your nginx instances [monitor-nginx]

0 commit comments

Comments
 (0)