Skip to content

[work in progress] Add products frontmatter, update applies_to as needed #1336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Prev Previous commit
Next Next commit
validate frontmatter structure
  • Loading branch information
colleenmcginnis committed May 1, 2025
commit da373007e8b10b1555083281aceb50502a293d81
2 changes: 1 addition & 1 deletion deploy-manage/remote-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ applies_to:
eck: ga
ess: ga
self: ga
serverless: unavailable
serverless: unavailable
---

# Remote clusters [remote-clusters]
Expand Down
26 changes: 15 additions & 11 deletions frontmatter.config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
valid_items:
- key: layout
type: string
valid_values:
- archive
- landing-page
- not-found
- key: navigation_title
type: string
- key: description
type: string
- key: mapped_pages
type: array
- key: applies_to
type: object
children:
Expand Down Expand Up @@ -26,16 +38,6 @@ valid_items:
type: string
- key: product
type: string
- key: layout
type: string
valid_values:
- archive
- landing-page
- not-found
- key: mapped_pages
type: array
- key: navigation_title
type: string
- key: products
type: array
valid_values:
Expand Down Expand Up @@ -102,4 +104,6 @@ valid_items:
- Observability
- Reference Architectures
- Search UI
- Security
- Security
- key: sub
type: object
3 changes: 2 additions & 1 deletion manage-data/ingest/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ applies_to:
serverless: ga
products:
- Cloud Hosted
- Fleet Elastic Agent
- Fleet
- Elastic Agent
- Kibana
- Cloud Serverless
---
Expand Down
3 changes: 2 additions & 1 deletion reference/fleet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ applies_to:
stack:
products:
- Cloud Serverless
- Fleet Elastic Agent
- Fleet
- Elastic Agent
- Kibana
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
mapped_urls:
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/collect-data-with-native-otlp.html
applies_to:
serverless:
Expand Down Expand Up @@ -64,7 +64,7 @@ The Elastic Cloud Managed OTLP Endpoint ensures that OpenTelemetry data is store
The response should be similar to:

```txt
{"partialSuccess":{}}%
{"partialSuccess":{}}%
```

### Send data to your Elastic Cloud Managed OTLP endpoint
Expand Down Expand Up @@ -100,7 +100,7 @@ See the [EDOT Language SDK documentation](https://elastic.github.io/opentelemetr

Configure your OTel SDK with the following environment variables:

* Elastic Cloud Managed OTLP endpoint: `OTEL_EXPORTER_OTLP_ENDPOINT`
* Elastic Cloud Managed OTLP endpoint: `OTEL_EXPORTER_OTLP_ENDPOINT`
* Elastic API key: `OTEL_EXPORTER_OTLP_HEADERS`

For example:
Expand Down
2 changes: 1 addition & 1 deletion solutions/observability/otlp-visualize.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
mapped_urls:
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/otlp-visualize.html
applies_to:
serverless:
Expand Down
Loading