Skip to content

Commit 8e2764e

Browse files
committed
Make availability terms explicit, remove sueperfluous ticks
1 parent f0f7a9e commit 8e2764e

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

deploy-manage/security.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,43 +87,52 @@ To keep your data secured, Elastic offers comprehensive security features that:
8787
- Protect data at rest
8888
- Secure sensitive settings and saved objects
8989

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.
9191

9292
::::{tip}
9393
See the [Deployment overview](/deploy-manage/deploy.md) to understand your options for deploying Elastic.
9494
::::
9595

9696
### Security by deployment type
9797

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 |
105+
| **✗ N/A** | Feature is not available |
106+
98107
#### Communication security
99108

100109
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
101110
|------------------|------------|--------------|-----|-----|--------------|
102-
| **TLS (HTTP Layer)** | Managed | Managed | Configurable | Configurable | Self-managed |
103-
| **TLS (Transport Layer)** | Managed | Managed | Managed | Managed | Self-managed |
111+
| **TLS (HTTP Layer)** | Managed | Managed | Configurable | Configurable | Self-managed |
112+
| **TLS (Transport Layer)** | Managed | Managed | Managed | Managed | Self-managed |
104113

105114
#### Network security
106115

107116
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
108117
|------------------|------------|--------------|-----|-----|--------------|
109-
| **IP traffic filtering** | Configurable | Configurable | Configurable | Configurable | Configurable |
110-
| **Private link** | ✗ N/A | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
111-
| **Static IPs** | Configurable | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
118+
| **IP traffic filtering** | Configurable | Configurable | Configurable | Configurable | Configurable |
119+
| **Private link** | ✗ N/A | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
120+
| **Static IPs** | Configurable | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
112121

113122
#### Data security
114123

115124
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
116125
|------------------|------------|--------------|-----|-----|--------------|
117-
| **Encryption at rest** | Managed | Managed | Self-managed | Self-managed | Self-managed |
118-
| **Bring your own encryption key** | ✗ N/A | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
119-
| **Keystore security** | Managed | Managed | Configurable | Configurable | Configurable |
120-
| **Saved object encryption** | Managed | Managed | Configurable | Configurable | Configurable |
126+
| **Encryption at rest** | Managed | Managed | Self-managed | Self-managed | Self-managed |
127+
| **Bring your own encryption key** | ✗ N/A | Configurable | ✗ N/A | ✗ N/A | ✗ N/A |
128+
| **Keystore security** | Managed | Managed | Configurable | Configurable | Configurable |
129+
| **Saved object encryption** | Managed | Managed | Configurable | Configurable | Configurable |
121130

122131
#### User session security
123132

124133
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
125134
|------------------|------------|--------------|-----|-----|--------------|
126-
| **Kibana Sessions** | Managed | Configurable | Configurable | Configurable | Configurable |
135+
| **Kibana Sessions** | Managed | Configurable | Configurable | Configurable | Configurable |
127136

128137
### Using this documentation
129138

0 commit comments

Comments
 (0)