Skip to content

Commit 8368e33

Browse files
Apply fixes from code review
Co-authored-by: florent-leborgne <[email protected]>
1 parent 9f48d07 commit 8368e33

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

deploy-manage/security.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $$$maintaining-audit-trail$$$
7575

7676
# Security
7777

78-
This section covers how to secure your Elastic Stack at the infrastructure and communication levels. Learn how to implement TLS encryption, network security controls, and data protection measures.
78+
This section covers how to secure your Elastic environment. Learn how to implement TLS encryption, network security controls, and data protection measures.
7979

8080
## Security overview
8181

@@ -85,7 +85,7 @@ To keep your data secured, Elastic offers comprehensive security features that:
8585
- Prevent unauthorized access to your deployment
8686
- Encrypt communications between components
8787
- Protect data at rest
88-
- Secure configuration settings and saved objects
88+
- Secure sensitive settings and saved objects
8989

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

@@ -97,22 +97,22 @@ See the [Deployment overview](/deploy-manage/deploy.md) to understand your optio
9797

9898
#### Communication security
9999

100-
| **Security feature** | Serverless | Elastic Cloud | ECE | ECK | Self-managed |
100+
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
101101
|------------------|------------|--------------|-----|-----|--------------|
102102
| **TLS (HTTP Layer)** | ✓ Managed | ✓ Managed | ✓ Configurable | ✓ Configurable | ✓ Manual |
103103
| **TLS (Transport Layer)** | ✓ Managed | ✓ Managed | ✓ Managed | ✓ Managed | ✓ Manual |
104104

105105
#### Network security
106106

107-
| **Security feature** | Serverless | Elastic Cloud | ECE | ECK | Self-managed |
107+
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
108108
|------------------|------------|--------------|-----|-----|--------------|
109109
| **IP Traffic Filtering** | ✓ Available | ✓ Available | ✓ Available | ✓ Available | ✓ Available |
110110
| **Private Link** | ✗ N/A | ✓ Available | ✗ N/A | ✗ N/A | ✗ N/A |
111111
| **Static IPs** | ✓ Available | ✓ Available | ✗ N/A | ✗ N/A | ✗ N/A |
112112

113113
#### Data security
114114

115-
| **Security feature** | Serverless | Elastic Cloud | ECE | ECK | Self-managed |
115+
| **Security feature** | Serverless | Elastic Cloud Hosted | ECE | ECK | Self-managed |
116116
|------------------|------------|--------------|-----|-----|--------------|
117117
| **Encryption at Rest** | ✓ Default | ✓ Default | ✗ Manual | ✗ Manual | ✗ Manual |
118118
| **BYOK/CMEK** | ✗ N/A | ✓ Available | ✗ N/A | ✗ N/A | ✗ N/A |
@@ -141,15 +141,15 @@ This security documentation is organized into four main areas:
141141

142142
The security of your hosting environment forms the foundation of your overall security posture. This section covers environment-specific security controls:
143143

144-
- **Self-managed environments**: TLS certificates, HTTPS configuration
145-
- **Elastic Cloud Enterprise**: TLS certificates, Cloud RBAC
146144
- **Elastic Cloud Hosted and Serverless**: Organization-level SSO, role-based access control, and cloud API keys
145+
- **Elastic Cloud Enterprise**: TLS certificates, role-based access control, and cloud API keys
146+
- **Self-managed environments**: TLS certificates, HTTPS configuration
147147

148148
### 2. Secure your deployments and clusters
149149

150150
Protect your deployments with features available across all deployment types:
151151

152-
- **Authentication and access controls**: User management, authentication protocols, and traffic filtering
152+
- **Authentication and access controls**: User management, API keys, authentication protocols, and traffic filtering
153153
- **Data protection**: Encryption, sensitive settings, and document-level security
154154
- **Monitoring and compliance**: Audit logging and security best practices
155155

@@ -158,7 +158,6 @@ Protect your deployments with features available across all deployment types:
158158
Individual user security helps prevent unauthorized access:
159159

160160
- **Multi-factor authentication**: Add an extra layer of security to your login process
161-
- **API key management**: Secure programmatic access to Elastic resources
162161

163162
### 4. Secure your clients and integrations
164163

0 commit comments

Comments
 (0)