|
| 1 | +Security feature availability varies by deployment type, with each feature having one of the following statuses: |
| 2 | + |
| 3 | +| Status | Description | |
| 4 | +|--------|-------------| |
| 5 | +| **Managed** | Handled automatically by Elastic with no user configuration needed | |
| 6 | +| **Configurable** | Built-in feature that needs your configuration (like IP filters or passwords) | |
| 7 | +| **Self-managed** | Infrastructure-level security you implement and maintain | |
| 8 | +| **N/A** | Not available for this deployment type | |
| 9 | + |
| 10 | +Select your deployment type below to see what's available and how implementation responsibilities are distributed: |
| 11 | + |
| 12 | +::::{tab-set} |
| 13 | +:group: deployment-type |
| 14 | + |
| 15 | +:::{tab-item} {{ech}} |
| 16 | +:sync: cloud-hosted |
| 17 | + |
| 18 | +| Category | Security feature | Status | Description | |
| 19 | +|------------------|------------|--------------|-------------| |
| 20 | +| **Communication** | TLS (HTTP Layer) | Managed | Automatically configured by Elastic | |
| 21 | +| | TLS (Transport Layer) | Managed | Automatically configured by Elastic | |
| 22 | +| **Network** | IP traffic filtering | Configurable | Configure IP-based access restrictions | |
| 23 | +| | Private link | Configurable | Establish secure VPC connection | |
| 24 | +| | Static IPs | Configurable | Enable fixed IP addresses | |
| 25 | +| **Data** | Encryption at rest | Managed | Automatically encrypted by Elastic | |
| 26 | +| | Bring your own encryption key | Configurable | Implement customer-provided keys | |
| 27 | +| | Keystore security | Managed | Automatically protected by Elastic | |
| 28 | +| | Saved object encryption | Managed | Automatically encrypted by Elastic | |
| 29 | +| **User Session** | Kibana Sessions | Configurable | Customize session parameters | |
| 30 | + |
| 31 | +::: |
| 32 | + |
| 33 | +:::{tab-item} {{serverless-full}} |
| 34 | +:sync: serverless |
| 35 | + |
| 36 | +| Category| Security feature | Status | Description | |
| 37 | +|------------------|------------|--------------|-------------| |
| 38 | +| **Communication** | TLS (HTTP Layer) | Managed | Automatically configured by Elastic | |
| 39 | +| | TLS (Transport Layer) | Managed | Automatically configured by Elastic | |
| 40 | +| **Network** | IP traffic filtering | Configurable | Configure IP-based access restrictions | |
| 41 | +| | Private link | N/A | X | |
| 42 | +| | Static IPs | Configurable | Enable fixed IP addresses | |
| 43 | +| **Data** | Encryption at rest | Managed | Automatically encrypted by Elastic | |
| 44 | +| | Bring your own encryption key | N/A | X | |
| 45 | +| | Keystore security | Managed | Automatically protected by Elastic | |
| 46 | +| | Saved object encryption | Managed | Automatically encrypted by Elastic | |
| 47 | +| **User Session** | Kibana Sessions | Managed | Automatically configured by Elastic | |
| 48 | + |
| 49 | +::: |
| 50 | + |
| 51 | +:::{tab-item} ECE/ECK |
| 52 | +:sync: ece-eck |
| 53 | + |
| 54 | +| Category| Security feature | Status | Description | |
| 55 | +|------------------|------------|--------------|-------------| |
| 56 | +| **Communication** | TLS (HTTP Layer) | Configurable | Configure custom certificates | |
| 57 | +| | TLS (Transport Layer) | Managed | Automatically configured by Elastic | |
| 58 | +| **Network** | IP traffic filtering | Configurable | Configure IP-based access restrictions | |
| 59 | +| | Private link | N/A | X | |
| 60 | +| | Static IPs | N/A | X | |
| 61 | +| **Data** | Encryption at rest | Self-managed | Implement at infrastructure level | |
| 62 | +| | Bring your own encryption key | N/A | X | |
| 63 | +| | Keystore security | Configurable | Configure secure settings storage | |
| 64 | +| | Saved object encryption | Configurable | Enable encryption for saved objects | |
| 65 | +| **User Session** | Kibana Sessions | Configurable | Customize session parameters | |
| 66 | + |
| 67 | +::: |
| 68 | + |
| 69 | +:::{tab-item} Self-managed |
| 70 | +:sync: self-managed |
| 71 | + |
| 72 | +| Category| Security feature | Status | Description | |
| 73 | +|------------------|------------|--------------|-------------| |
| 74 | +| **Communication** | TLS (HTTP Layer) | Self-managed | Implement and maintain certificates | |
| 75 | +| | TLS (Transport Layer) | Self-managed | Implement and maintain certificates | |
| 76 | +| **Network** | IP traffic filtering | Configurable | Configure IP-based access restrictions | |
| 77 | +| | Private link | N/A | X | |
| 78 | +| | Static IPs | N/A | X | |
| 79 | +| **Data** | Encryption at rest | Self-managed | Implement at infrastructure level | |
| 80 | +| | Bring your own encryption key | N/A | X | |
| 81 | +| | Keystore security | Configurable | Configure secure settings storage | |
| 82 | +| | Saved object encryption | Configurable | Enable encryption for saved objects | |
| 83 | +| **User Session** | Kibana Sessions | Configurable | Customize session parameters | |
| 84 | + |
| 85 | +::: |
| 86 | +:::: |
0 commit comments