Skip to content

Commit 86fd7fc

Browse files
Add limitations to EEM docs (#4281)
* add eem limitations to serverless docs * add eem limitations to stateful docs
1 parent 5028ccd commit 86fd7fc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/en/observability/elastic-entity-model.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ The following {es} privileges are required to delete {es} resources:
6565
|application: `kibana-.kibana`, privileges: [`saved_object:entity-definition/delete`, `saved_object:entity-discovery-api-key/delete`], resources: [*]
6666
|====
6767

68+
[discrete]
69+
[[elastic-entity-model-limitations]]
70+
== Limitations
71+
72+
* {ref}/modules-cross-cluster-search.html[Cross-cluster search (CCS)] is not supported.
73+
EEM cannot leverage data stored on a remote cluster.
74+
* Services are only detected from documents where `service.name` is detected in index
75+
patterns that match either `logs-*` or `apm-*`.

docs/en/serverless/elastic-entity-model.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ the Elastic Entity Model is enabled when you turn on the entity-centric service
3939
<Roles role="Admin" goal="enable the Elastic Entity Model" />
4040

4141
From the Dev Console, run the command: `DELETE kbn:/internal/entities/managed/enablement`
42+
43+
## Limitations
44+
45+
* [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.
46+
* Services are only detected from documents where `service.name` is detected in index patterns that match either `logs-*` or `apm-*`.

0 commit comments

Comments
 (0)