You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/security.md
+20-11Lines changed: 20 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -87,43 +87,52 @@ To keep your data secured, Elastic offers comprehensive security features that:
87
87
- Protect data at rest
88
88
- Secure sensitive settings and saved objects
89
89
90
-
Different deployment types have different security requirements and capabilities. Some security features are managed automatically, while others require manual configuration depending on your deployment type.
90
+
Security requirements and capabilities vary by deployment. Features may be managed automatically by Elastic, require configuration, or must be fully self-managed. Refer to [Security by deployment type](#security-by-deployment-type) for details.
91
91
92
92
::::{tip}
93
93
See the [Deployment overview](/deploy-manage/deploy.md) to understand your options for deploying Elastic.
94
94
::::
95
95
96
96
### Security by deployment type
97
97
98
+
Security features have one of these statuses across deployment types:
99
+
100
+
| Status | Description |
101
+
|--------|-------------|
102
+
|**Managed**| Feature is handled automatically by Elastic |
103
+
|**Configurable**| Feature is available but requires user configuration |
104
+
|**Self-managed**| Feature must be implemented and maintained by you |
0 commit comments