Skip to content

Commit

Permalink
Add limitations to EEM docs (#4281)
Browse files Browse the repository at this point in the history
* add eem limitations to serverless docs

* add eem limitations to stateful docs
  • Loading branch information
colleenmcginnis authored Sep 23, 2024
1 parent 5028ccd commit 86fd7fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/observability/elastic-entity-model.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-*`.
5 changes: 5 additions & 0 deletions docs/en/serverless/elastic-entity-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ the Elastic Entity Model is enabled when you turn on the entity-centric service
<Roles role="Admin" goal="enable the Elastic Entity Model" />

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-*`.

0 comments on commit 86fd7fc

Please sign in to comment.