From 86fd7fcce4bc0967c2fe30fdacbe79ba988d71c5 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 23 Sep 2024 09:11:36 -0500 Subject: [PATCH] Add limitations to EEM docs (#4281) * add eem limitations to serverless docs * add eem limitations to stateful docs --- docs/en/observability/elastic-entity-model.asciidoc | 8 ++++++++ docs/en/serverless/elastic-entity-model.mdx | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/docs/en/observability/elastic-entity-model.asciidoc b/docs/en/observability/elastic-entity-model.asciidoc index f7b2ad438b..396e741a01 100644 --- a/docs/en/observability/elastic-entity-model.asciidoc +++ b/docs/en/observability/elastic-entity-model.asciidoc @@ -65,3 +65,11 @@ The following {es} privileges are required to delete {es} resources: |application: `kibana-.kibana`, privileges: [`saved_object:entity-definition/delete`, `saved_object:entity-discovery-api-key/delete`], resources: [*] |==== +[discrete] +[[elastic-entity-model-limitations]] +== Limitations + +* {ref}/modules-cross-cluster-search.html[Cross-cluster search (CCS)] is not supported. + EEM cannot leverage data stored on a remote cluster. +* Services are only detected from documents where `service.name` is detected in index + patterns that match either `logs-*` or `apm-*`. diff --git a/docs/en/serverless/elastic-entity-model.mdx b/docs/en/serverless/elastic-entity-model.mdx index 012b6e85ff..f4e352e4c0 100644 --- a/docs/en/serverless/elastic-entity-model.mdx +++ b/docs/en/serverless/elastic-entity-model.mdx @@ -39,3 +39,8 @@ the Elastic Entity Model is enabled when you turn on the entity-centric service From the Dev Console, run the command: `DELETE kbn:/internal/entities/managed/enablement` + +## Limitations + +* [Cross-cluster search (CCS)](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html) is not supported. EEM cannot leverage data stored on a remote cluster. +* Services are only detected from documents where `service.name` is detected in index patterns that match either `logs-*` or `apm-*`.