Skip to content

Commit 96fcc48

Browse files
committed
Adjust configuration files
1 parent 20670d2 commit 96fcc48

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

config/legacy-url-mappings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ mappings:
138138
legacy_versions: *stack
139139
en/elasticsearch/client/curator/:
140140
product: curator
141-
legacy_versions: [ '8.0.21', '7.0', '6.0', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', '4.3', '4.2', '4.1', '4.0', '3.5', '3.4', '3.3' ]
141+
legacy_versions: [ '7.0', '6.0', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', '4.3', '4.2', '4.1', '4.0', '3.5', '3.4', '3.3' ]
142142
en/elasticsearch/client/eland/:
143143
product: eland
144144
legacy_versions: []
@@ -185,10 +185,10 @@ mappings:
185185
product: elastic-agent
186186
legacy_versions: *stack
187187
en/ingest-overview/:
188-
product: elasticsearch
188+
product: elastic-stack
189189
legacy_versions: []
190190
en/ingest/:
191-
product: elasticsearch
191+
product: elastic-stack
192192
legacy_versions: *stack
193193
en/integrations-developer/:
194194
product: integrations
@@ -224,5 +224,5 @@ mappings:
224224
product: cloud-serverless
225225
legacy_versions: []
226226
en/starting-with-the-elasticsearch-platform-and-its-solutions/:
227-
product: elasticsearch
227+
product: elastic-stack
228228
legacy_versions: *stack

config/products.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ products:
5151
display: 'Beats'
5252
versioning: 'stack'
5353
cloud-control-ecctl:
54-
display: 'Elastic Cloud Control ECCTL'
54+
display: 'Elastic Cloud Control'
5555
versioning: 'ecctl'
5656
cloud-enterprise:
5757
display: 'Elastic Cloud Enterprise'
@@ -60,14 +60,14 @@ products:
6060
display: 'Elastic Cloud Hosted'
6161
versioning: 'ech'
6262
cloud-kubernetes:
63-
display: 'Elastic Cloud Kubernetes'
63+
display: 'Elastic Cloud on Kubernetes'
6464
versioning: 'eck'
6565
cloud-serverless:
6666
display: 'Elastic Cloud Serverless'
6767
versioning: 'serverless'
6868
cloud-terraform:
69-
display: 'Elastic Cloud Terraform'
70-
versioning: 'stack'
69+
display: 'Elastic Cloud Terraform Provider'
70+
versioning: 'cloud_terraform'
7171
curator:
7272
display: 'Elasticsearch Curator'
7373
versioning: 'curator'
@@ -78,7 +78,7 @@ products:
7878
display: 'ECS Logging'
7979
versioning: 'stack'
8080
ecs-dotnet:
81-
display: 'Elastic Common Schema support for .NET'
81+
display: 'Elastic Common Schema (ECS) support for .NET'
8282
versioning: 'ecs_logging_dotnet'
8383
ecs-logging-go-logrus:
8484
display: 'Elastic Common Schema (ECS) support for Logrus'
@@ -90,13 +90,13 @@ products:
9090
display: 'Elastic Common Schema (ECS) support for zerolog'
9191
versioning: 'ecs_logging_go_zerolog'
9292
ecs-logging-java:
93-
display: 'ECS_based logging for Java applications'
93+
display: 'Elastic Common Schema (ECS) support for Java applications'
9494
versioning: 'ecs_logging_java'
9595
ecs-logging-nodejs:
9696
display: 'Elastic Common Schema (ECS) support for Node js'
9797
versioning: 'ecs_logging_nodejs'
9898
ecs-logging-php:
99-
display: 'ECS Logging for PHP'
99+
display: 'Elastic Common Schema (ECS) support for PHP'
100100
versioning: 'ecs_logging_php'
101101
ecs-logging-python:
102102
display: 'Elastic Common Schema (ECS) support for Python'

config/versions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,9 @@ versioning_systems:
135135
current: 1.21.0
136136
search_ui:
137137
base: 1.0
138-
current: 1.24.2
138+
current: 1.24.2
139+
140+
# Other
141+
cloud_terraform:
142+
base: 0.11
143+
current: 0.11.17

0 commit comments

Comments
 (0)