Skip to content

Adds native authentication to serverless and ECH comparison #2202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ This table compares Security capabilities between {{ech}} deployments and Server
|---------|---------------------|------------------------------|------------------|
| **[Advanced Entity Analytics](/solutions/security/advanced-entity-analytics.md)** | ✅ | ✅ | |
| **[AI Assistant](/solutions/security/ai/ai-assistant.md)** | ✅ | ✅ | |
| **API keys** | ✅ | ✅ | |
| **[API keys](/deploy-manage/api-keys.md)** | ✅ | ✅ | |
| **[Cloud Security](/solutions/security/cloud.md)** | ✅ | ✅ | |
| [**Defend for Containers integration**](https://www.elastic.co/guide/en/security/8.18/d4c-overview.html) | ✅ (deprecated in 9.0) | ❌ | Not available in Serverless |
| **[Endpoint security](/solutions/security/configure-elastic-defend.md)** | ✅ | ✅ | |
| **[Kibana Alerts](/deploy-manage/monitor/monitoring-data/configure-stack-monitoring-alerts.md)** | ✅ | ✅ | |
| **Kibana navigation** | Standard layout | Different layout | UI differences in Security projects |
| **[LogsDB](/manage-data/data-store/data-streams/logs-data-stream.md)** | Optional | ✅ | - Enabled by default <br>- Cannot be disabled |
| **[Native realm authentication](/deploy-manage/users-roles/cluster-or-deployment-auth/native.md)** | ✅ | ❌ | Only API key-based authentication is supported at the project level. User authentication, including SAML SSO, is managed at the [organization level](/deploy-manage/users-roles/cloud-organization.md). |
| **Role-based access control** | ✅ | Limited | Core RBAC functionality supported |
| **SIEM capabilities** | ✅ | ✅ | Core functionality supported |

Expand Down
Loading