File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ Features may have different availability states between:
3939| ** Generally Available (GA)** | Production-ready feature (default if not specified) |
4040| ** Beta** | Feature is nearing general availability but not yet production-ready |
4141| ** Technical preview** | Feature is in early development stage |
42- | ** Coming** | Feature announced for a future release |
43- | ** Discontinued** | Feature is being phased out |
4442| ** Unavailable** | Feature is not supported in this deployment type or version |
4543
4644### Where feature availability may differ
@@ -100,14 +98,14 @@ serverless:
10098 - Beta for Security projects
10199 - Generally Available for Elasticsearch projects
102100
103- #### Example #3: Discontinued feature on one deployment type
101+ #### Example #3: Deprecated feature on one deployment type
104102
105103` ` ` yaml {applies_to}
106104deployment :
107- ece : discontinued 4.1.0
105+ ece : deprecated 4.1.0
108106` ` `
109107- **Deployment type**: Elastic Cloud Enterprise
110- - **Lifecycle**: Discontinued
108+ - **Lifecycle**: Deprecated
111109- **Version**: 4.1.0
112110
113111:::{tip}
You can’t perform that action at this time.
0 commit comments