Skip to content

Commit 28df1ec

Browse files
authored
Add new product to product list (#1359)
* Add EDOT CF to syntax doc * Add product to Products cs
1 parent b09c93c commit 28df1ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/syntax/frontmatter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The products frontmatter is a list of objects, each object has an `id` field.
6161
| `cloud-terraform` | Elastic Cloud Terraform |
6262
| `ecs` | Elastic Common Schema (ECS) |
6363
| `ecs-logging` | ECS Logging |
64+
| `edot-cf` | EDOT Cloud Forwarder |
6465
| `edot-sdk` | Elastic Distribution of OpenTelemetry SDK |
6566
| `edot-collector` | Elastic Distribution of OpenTelemetry Collector |
6667
| `elastic-agent` | Elastic Agent |

src/Elastic.Documentation.Configuration/Builder/Products.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static class Products
2323
new("cloud-terraform", "Elastic Cloud Terraform"),
2424
new("ecs", "Elastic Common Schema (ECS)"),
2525
new("ecs-logging", "ECS Logging"),
26+
new("edot-cf", "EDOT Cloud Forwarder"),
2627
new("edot-sdk", "Elastic Distribution of OpenTelemetry SDK"),
2728
new("edot-collector", "Elastic Distribution of OpenTelemetry Collector"),
2829
new("elastic-agent", "Elastic Agent"),

0 commit comments

Comments
 (0)