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
-[Elastic Cloud on Kubernetes (ECK)](/deploy-manage/deploy/cloud-on-k8s.md)
41
52
- ECK deployment versions (for example, 3.0.0)
53
+
-**Serverless project types**
54
+
- Security
55
+
- Elasticsearch
56
+
- Observability
57
+
58
+
### Important tips when reading the docs
59
+
60
+
- Always check feature lifecycle state for your specific deployment type and version
61
+
- Pay attention to Elastic Stack version requirements
62
+
- Note that Serverless features may vary by project type
63
+
64
+
### Availability badges in the docs
65
+
66
+
Our documentation uses badges to help you quickly identify where and when features are available for your specific environment.
67
+
68
+
Badges can appear in two places:
69
+
1.**Page headers**: Shows the overall availability across all deployment types
70
+
2.**Section headers**: Indicates specific availability for content in that section
71
+
72
+
### How to read the badges
73
+
74
+
Here are some examples to help you understand how to read the availability badges.
75
+
76
+
#### Example #1: Stack only feature
77
+
78
+
```yaml {applies_to}
79
+
stack: ga 9.1
80
+
```
81
+
- **Deployment type**: Elastic Stack
82
+
- **Version**: 9.1
83
+
- **Lifecycle**: Generally Available (GA) — default state
84
+
85
+
#### Example #2: Serverless-only feature with project differences
86
+
87
+
```yaml {applies_to}
88
+
serverless:
89
+
security: beta
90
+
elasticsearch: ga
91
+
```
92
+
- **Deployment type**: Serverless
93
+
- **Lifecycle**:
94
+
- Beta for Security projects
95
+
- Generally Available for Elasticsearch projects
96
+
97
+
#### Example #3: Discontinued feature on one deployment type
42
98
43
-
When reading the Elastic documentation be sure to:
99
+
```yaml {applies_to}
100
+
deployment:
101
+
ece: discontinued 4.1.0
102
+
```
103
+
- **Deployment type**: Elastic Cloud Enterprise
104
+
- **Lifecycle**: Discontinued
105
+
- **Version**: 4.1.0
44
106
45
-
- Check feature availability for your deployment type and version
46
-
- Note stack version requirements
47
-
- Be aware that Serverless features may vary by project type
107
+
:::{tip}
108
+
For contributors and those interested in the technical details, see the [Elastic docs syntax guide](https://elastic.github.io/docs-builder/syntax/applies/) for more information on how these badges are implemented.
0 commit comments