Skip to content

Commit 47e2029

Browse files
[observability] Hide EEM and inventory pages (#1057)
Related to elastic/observability-docs#4690, elastic/observability-docs#4872 Hides the [EEM](https://www.elastic.co/guide/en/serverless/current/observability-elastic-entity-model.html) and [Inventory](https://www.elastic.co/guide/en/serverless/current/observability-inventory.html) pages from appearing in the table of contents and from search engines. However, the pages will still be published in case any users have explicitly enabled `entityCentricExperience`.
1 parent 49eda95 commit 47e2029

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

reference/observability/elastic-entity-model.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ mapped_pages:
1010
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
1111
::::
1212

13-
1413
The Elastic Entity Model consists of:
1514

1615
* a data model and related entity indices

reference/observability/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ toc:
33
- file: fields-and-object-schemas.md
44
children:
55
- file: fields-and-object-schemas/metrics-app-fields.md
6-
- file: elastic-entity-model.md
7-
- file: serverless/infrastructure-app-fields.md
6+
- file: serverless/infrastructure-app-fields.md
7+
- hidden: elastic-entity-model.md

solutions/observability/apps/inventory.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ applies_to:
88
serverless:
99
---
1010

11-
12-
1311
# Inventory [inventory]
1412

15-
16-
Inventory provides a single place to observe the status of your entire ecosystem of hosts, containers, and services at a glance, even just from logs. From there, you can monitor and understand the health of your entities, check what needs attention, and start your investigations.
17-
1813
::::{note}
1914
The new Inventory requires the Elastic Entity Model (EEM). To learn more, refer to [Elastic Entity Model](/reference/observability/elastic-entity-model.md).
2015
::::
2116

17+
Inventory provides a single place to observe the status of your entire ecosystem of hosts, containers, and services at a glance, even just from logs. From there, you can monitor and understand the health of your entities, check what needs attention, and start your investigations.
2218

2319
:::{image} /solutions/images/observability-inventory-catalog.png
2420
:alt: Inventory catalog

solutions/observability/apps/services.md

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ In addition to health status, active alerts for each service are prominently dis
2020
:screenshot:
2121
:::
2222

23-
% Stateful only for the following tip?
24-
25-
::::{tip}
26-
Want to monitor service logs without instrumenting all your services? Learn about our [Inventory](../../../solutions/observability/apps/inventory.md).
27-
::::
28-
29-
3023
## Service groups [service-groups]
3124

3225
::::{note}

solutions/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ toc:
142142
- file: observability/apps/service-map.md
143143
- file: observability/apps/service-overview.md
144144
- file: observability/apps/mobile-service-overview.md
145-
- file: observability/apps/inventory.md
145+
- hidden: observability/apps/inventory.md
146146
- file: observability/apps/drill-down-into-data.md
147147
children:
148148
- file: observability/apps/transactions-2.md

0 commit comments

Comments
 (0)