From 92187bdf5c55ae6a290ddb311f783f3745a281e2 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Mon, 27 Apr 2026 14:42:00 -0400 Subject: [PATCH 1/2] [DOCS-14178] Rename /cloudprem/ URL path to /byoc-logs/ and apply confirmed UI changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename content/en/cloudprem/ directory to content/en/byoc-logs/ - Add /cloudprem/* Hugo aliases to all 29 pages for backward-compatible redirects - Update nav menu URLs in main.en.yaml - Update all internal cross-links and further_reading refs to /byoc-logs/ - Update all_guides.md, OP destinations page, and OP guides index - Apply confirmed UI changes from François Massot (DOCS-14178 comment): - Remove product preview callout link (preview form removed); show preview status only - Update app.datadoghq.com/cloudprem → app.datadoghq.com/byoc-logs - Update index name format cloudprem-- → byoc-- in code examples - Update CLOUDPREM INDEXES → BYOC INDEXES (also resolves conflict markers accidentally committed in PR #36186) - Update install/_index.md to remove broken preview signup link Co-Authored-By: Claude Sonnet 4.6 --- config/_default/menus/main.en.yaml | 52 +++++++++---------- content/en/all_guides.md | 2 +- content/en/{cloudprem => byoc-logs}/_index.md | 18 ++++--- .../configure/_index.md | 17 +++--- .../configure/indexes.md | 13 ++--- .../configure/ingress.md | 10 ++-- .../configure/lambda.md | 10 ++-- .../configure/pipelines.md | 9 ++-- .../{cloudprem => byoc-logs}/guides/_index.md | 10 ++-- .../guides/query_logs_with_mcp.md | 41 ++++++--------- .../send_otel_logs_observability_pipelines.md | 17 +++--- .../{cloudprem => byoc-logs}/ingest/_index.md | 14 ++--- .../{cloudprem => byoc-logs}/ingest/agent.md | 9 ++-- .../en/{cloudprem => byoc-logs}/ingest/api.md | 9 ++-- .../ingest/observability_pipelines.md | 9 ++-- .../install/_index.md | 21 ++++---- .../install/aws_eks.md | 11 ++-- .../install/azure_aks.md | 7 +-- .../install/custom_k8s.md | 14 ++--- .../install/docker.md | 12 +++-- .../install/gcp_gke.md | 10 ++-- .../introduction/_index.md | 18 ++++--- .../introduction/architecture.md | 11 ++-- .../introduction/features.md | 6 ++- .../introduction/network.md | 8 +-- content/en/byoc-logs/operate/_index.md | 21 ++++++++ .../operate/monitoring.md | 6 ++- .../operate/search_logs.md | 12 +++-- .../operate/sizing.md | 11 ++-- .../operate/troubleshooting.md | 7 +-- .../en/{cloudprem => byoc-logs}/quickstart.md | 17 +++--- content/en/cloudprem/operate/_index.md | 19 ------- .../destinations/datadog_byoc_logs.md | 2 +- .../observability_pipelines/guide/_index.md | 2 +- 34 files changed, 243 insertions(+), 212 deletions(-) rename content/en/{cloudprem => byoc-logs}/_index.md (67%) rename content/en/{cloudprem => byoc-logs}/configure/_index.md (66%) rename content/en/{cloudprem => byoc-logs}/configure/indexes.md (87%) rename content/en/{cloudprem => byoc-logs}/configure/ingress.md (94%) rename content/en/{cloudprem => byoc-logs}/configure/lambda.md (95%) rename content/en/{cloudprem => byoc-logs}/configure/pipelines.md (95%) rename content/en/{cloudprem => byoc-logs}/guides/_index.md (64%) rename content/en/{cloudprem => byoc-logs}/guides/query_logs_with_mcp.md (76%) rename content/en/{cloudprem => byoc-logs}/guides/send_otel_logs_observability_pipelines.md (93%) rename content/en/{cloudprem => byoc-logs}/ingest/_index.md (81%) rename content/en/{cloudprem => byoc-logs}/ingest/agent.md (96%) rename content/en/{cloudprem => byoc-logs}/ingest/api.md (82%) rename content/en/{cloudprem => byoc-logs}/ingest/observability_pipelines.md (94%) rename content/en/{cloudprem => byoc-logs}/install/_index.md (71%) rename content/en/{cloudprem => byoc-logs}/install/aws_eks.md (97%) rename content/en/{cloudprem => byoc-logs}/install/azure_aks.md (98%) rename content/en/{cloudprem => byoc-logs}/install/custom_k8s.md (96%) rename content/en/{cloudprem => byoc-logs}/install/docker.md (94%) rename content/en/{cloudprem => byoc-logs}/install/gcp_gke.md (98%) rename content/en/{cloudprem => byoc-logs}/introduction/_index.md (77%) rename content/en/{cloudprem => byoc-logs}/introduction/architecture.md (90%) rename content/en/{cloudprem => byoc-logs}/introduction/features.md (89%) rename content/en/{cloudprem => byoc-logs}/introduction/network.md (89%) create mode 100644 content/en/byoc-logs/operate/_index.md rename content/en/{cloudprem => byoc-logs}/operate/monitoring.md (93%) rename content/en/{cloudprem => byoc-logs}/operate/search_logs.md (75%) rename content/en/{cloudprem => byoc-logs}/operate/sizing.md (95%) rename content/en/{cloudprem => byoc-logs}/operate/troubleshooting.md (95%) rename content/en/{cloudprem => byoc-logs}/quickstart.md (85%) delete mode 100644 content/en/cloudprem/operate/_index.md diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index e066e57b82b..41b6af3dd84 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -7012,132 +7012,132 @@ menu: weight: 1101 - name: BYOC Logs pre: upload-wui - url: cloudprem/ + url: byoc-logs/ parent: log_management_heading identifier: cloudprem weight: 30000 - name: Introduction - url: /cloudprem/introduction/ + url: /byoc-logs/introduction/ parent: cloudprem identifier: cloudprem_introduction weight: 1 - name: Architecture - url: /cloudprem/introduction/architecture + url: /byoc-logs/introduction/architecture parent: cloudprem_introduction identifier: cloudprem_architecture weight: 101 - name: Network - url: /cloudprem/introduction/network + url: /byoc-logs/introduction/network parent: cloudprem_introduction identifier: cloudprem_network weight: 102 - name: Supported Features - url: /cloudprem/introduction/features + url: /byoc-logs/introduction/features parent: cloudprem_introduction identifier: cloudprem_features weight: 104 - name: Quickstart - url: /cloudprem/quickstart + url: /byoc-logs/quickstart parent: cloudprem identifier: cloudprem_quickstart weight: 2 - name: Install - url: /cloudprem/install/ + url: /byoc-logs/install/ parent: cloudprem identifier: cloudprem_install weight: 3 - name: AWS EKS - url: /cloudprem/install/aws_eks + url: /byoc-logs/install/aws_eks parent: cloudprem_install identifier: cloudprem_aws_eks weight: 301 - name: Azure AKS - url: /cloudprem/install/azure_aks + url: /byoc-logs/install/azure_aks parent: cloudprem_install identifier: cloudprem_azure_aks weight: 302 - name: GCP GKE - url: /cloudprem/install/gcp_gke + url: /byoc-logs/install/gcp_gke parent: cloudprem_install identifier: cloudprem_gcp_gke weight: 303 - name: Docker (Local) - url: /cloudprem/install/docker + url: /byoc-logs/install/docker parent: cloudprem_install identifier: cloudprem_docker weight: 304 - name: Custom Kubernetes - url: /cloudprem/install/custom_k8s + url: /byoc-logs/install/custom_k8s parent: cloudprem_install identifier: cloudprem_custom_k8s weight: 305 - name: Ingest - url: /cloudprem/ingest/ + url: /byoc-logs/ingest/ parent: cloudprem identifier: cloudprem_ingest weight: 4 - name: Datadog Agent - url: /cloudprem/ingest/agent + url: /byoc-logs/ingest/agent parent: cloudprem_ingest identifier: cloudprem_ingest_agent weight: 401 - name: Observability Pipelines - url: /cloudprem/ingest/observability_pipelines + url: /byoc-logs/ingest/observability_pipelines parent: cloudprem_ingest identifier: cloudprem_ingest_op weight: 402 - name: REST API - url: /cloudprem/ingest/api + url: /byoc-logs/ingest/api parent: cloudprem_ingest identifier: cloudprem_ingest_api weight: 403 - name: Configure - url: /cloudprem/configure/ + url: /byoc-logs/configure/ parent: cloudprem identifier: cloudprem_configure weight: 5 - name: Indexes - url: /cloudprem/configure/indexes + url: /byoc-logs/configure/indexes parent: cloudprem_configure identifier: cloudprem_configure_indexes weight: 500 - name: Ingress - url: /cloudprem/configure/ingress + url: /byoc-logs/configure/ingress parent: cloudprem_configure identifier: cloudprem_ingress weight: 503 - name: Lambda Search Offloading - url: /cloudprem/configure/lambda + url: /byoc-logs/configure/lambda parent: cloudprem_configure identifier: cloudprem_configure_lambda weight: 504 - name: Operate - url: /cloudprem/operate/ + url: /byoc-logs/operate/ parent: cloudprem identifier: cloudprem_operate weight: 6 - name: Sizing - url: /cloudprem/operate/sizing + url: /byoc-logs/operate/sizing parent: cloudprem_operate identifier: cloudprem_operate_sizing weight: 600 - name: Monitoring - url: /cloudprem/operate/monitoring + url: /byoc-logs/operate/monitoring parent: cloudprem_operate identifier: cloudprem_operate_monitoring weight: 601 - name: Troubleshooting - url: /cloudprem/operate/troubleshooting + url: /byoc-logs/operate/troubleshooting parent: cloudprem_operate identifier: cloudprem_operate_troubleshooting weight: 602 - name: Search Logs - url: /cloudprem/operate/search_logs + url: /byoc-logs/operate/search_logs parent: cloudprem_operate identifier: cloudprem_operate_search weight: 603 - name: Guides - url: /cloudprem/guides/ + url: /byoc-logs/guides/ parent: cloudprem identifier: cloudprem_guides weight: 10 diff --git a/content/en/all_guides.md b/content/en/all_guides.md index 83cad1e006b..fdfb08ead0b 100644 --- a/content/en/all_guides.md +++ b/content/en/all_guides.md @@ -61,7 +61,7 @@ Guides in the Datadog documentation are pages that provide background knowledge, {{< whatsnext desc="Log Management:">}} {{< nextlink href="/logs/guide" >}}    Log Management{{< /nextlink >}} {{< nextlink href="/observability_pipelines/guide" >}}    Observability Pipelines{{< /nextlink >}} -{{< nextlink href="/cloudprem/guides/" >}}    BYOC Logs{{< /nextlink >}} +{{< nextlink href="/byoc-logs/guides/" >}}    BYOC Logs{{< /nextlink >}} {{< /whatsnext >}} {{< whatsnext desc="Administration:">}} diff --git a/content/en/cloudprem/_index.md b/content/en/byoc-logs/_index.md similarity index 67% rename from content/en/cloudprem/_index.md rename to content/en/byoc-logs/_index.md index 809048f9bff..acfa439534e 100644 --- a/content/en/cloudprem/_index.md +++ b/content/en/byoc-logs/_index.md @@ -5,10 +5,12 @@ further_reading: - link: "https://www.datadoghq.com/blog/introducing-datadog-cloudprem/" tag: "Blog" text: "Store and search logs at petabyte scale in your own infrastructure with Datadog BYOC Logs" +aliases: + - /cloudprem/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} BYOC Logs is Datadog's log management solution for organizations that want to keep their data in their own cloud accounts and control costs using their existing cloud provider discounts. It is built to meet stringent security, data residency, regulatory, and high-volume requirements. @@ -17,12 +19,12 @@ BYOC Logs is Datadog's log management solution for organizations that want to ke ## Get started {{< whatsnext desc="Follow our guides to get BYOC Logs up and running:">}} - {{< nextlink href="/cloudprem/introduction/" >}}What is BYOC Logs?{{< /nextlink >}} - {{< nextlink href="/cloudprem/quickstart/" >}}Quickstart: Run BYOC Logs locally in 5 minutes{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/" >}}Installation - Deploy BYOC Logs on AWS, Azure, or custom Kubernetes{{< /nextlink >}} - {{< nextlink href="/cloudprem/ingest/agent/" >}}Ingest Logs - Configure the Datadog Agent to send logs to BYOC Logs{{< /nextlink >}} - {{< nextlink href="/cloudprem/operate/search_logs" >}}Search Logs - Explore your logs in the Datadog Log Explorer{{< /nextlink >}} - {{< nextlink href="/cloudprem/guides/" >}}Guides - Step-by-step guides for BYOC Logs features and integrations{{< /nextlink >}} + {{< nextlink href="/byoc-logs/introduction/" >}}What is BYOC Logs?{{< /nextlink >}} + {{< nextlink href="/byoc-logs/quickstart/" >}}Quickstart: Run BYOC Logs locally in 5 minutes{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/" >}}Installation - Deploy BYOC Logs on AWS, Azure, or custom Kubernetes{{< /nextlink >}} + {{< nextlink href="/byoc-logs/ingest/agent/" >}}Ingest Logs - Configure the Datadog Agent to send logs to BYOC Logs{{< /nextlink >}} + {{< nextlink href="/byoc-logs/operate/search_logs" >}}Search Logs - Explore your logs in the Datadog Log Explorer{{< /nextlink >}} + {{< nextlink href="/byoc-logs/guides/" >}}Guides - Step-by-step guides for BYOC Logs features and integrations{{< /nextlink >}} {{< /whatsnext >}} ## Further reading diff --git a/content/en/cloudprem/configure/_index.md b/content/en/byoc-logs/configure/_index.md similarity index 66% rename from content/en/cloudprem/configure/_index.md rename to content/en/byoc-logs/configure/_index.md index 88e4db231bf..3763e80ca3a 100644 --- a/content/en/cloudprem/configure/_index.md +++ b/content/en/byoc-logs/configure/_index.md @@ -2,16 +2,18 @@ title: Configure BYOC Logs description: Learn how to configure and customize your BYOC Logs deployment for optimal performance and security further_reading: -- link: "/cloudprem/install/" +- link: "/byoc-logs/install/" tag: "Documentation" text: "Install BYOC Logs" -- link: "/cloudprem/operate/sizing/" +- link: "/byoc-logs/operate/sizing/" tag: "Documentation" text: "Size your cluster" +aliases: + - /cloudprem/configure/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -21,13 +23,12 @@ After installing BYOC Logs, you can configure your deployment to meet your envir If you don't see the BYOC Logs entry in the Logs menu, it means BYOC Logs is not activated on your account. Join the [BYOC Logs Preview][1] to activate BYOC Logs on your account. {{< whatsnext desc="Customize your BYOC Logs deployment:">}} - {{< nextlink href="/cloudprem/configure/indexes/" >}}Configure indexes{{< /nextlink >}} - {{< nextlink href="/cloudprem/configure/ingress/" >}}Configure Ingress{{< /nextlink >}} - {{< nextlink href="/cloudprem/configure/lambda/" >}}Lambda Search Offloading{{< /nextlink >}} + {{< nextlink href="/byoc-logs/configure/indexes/" >}}Configure indexes{{< /nextlink >}} + {{< nextlink href="/byoc-logs/configure/ingress/" >}}Configure Ingress{{< /nextlink >}} + {{< nextlink href="/byoc-logs/configure/lambda/" >}}Lambda Search Offloading{{< /nextlink >}} {{< /whatsnext >}} ## Further reading {{< partial name="whats-next/whats-next.html" >}} -[1]: https://www.datadoghq.com/product-preview/cloudprem/ diff --git a/content/en/cloudprem/configure/indexes.md b/content/en/byoc-logs/configure/indexes.md similarity index 87% rename from content/en/cloudprem/configure/indexes.md rename to content/en/byoc-logs/configure/indexes.md index a65105ceefc..ddb1a0c1a41 100644 --- a/content/en/cloudprem/configure/indexes.md +++ b/content/en/byoc-logs/configure/indexes.md @@ -3,17 +3,18 @@ title: Indexes description: Learn how to configure multiple indexes with custom filters and retention policies for your BYOC Logs cluster aliases: - /cloudprem/configure/retention/ + - /cloudprem/configure/indexes/ further_reading: -- link: "/cloudprem/configure/pipelines/" +- link: "/byoc-logs/configure/pipelines/" tag: "Documentation" text: "Configure Processing Pipelines" -- link: "/cloudprem/operate/search_logs/" +- link: "/byoc-logs/operate/search_logs/" tag: "Documentation" text: "Search Logs" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} By default, a BYOC Logs cluster stores all logs in a single index with a single retention policy. With multiple indexes, you can segment logs by defining filter queries and assigning a different retention period to each index. For example, you can retain audit logs for 1 year while keeping debug logs for only 3 days. @@ -48,6 +49,6 @@ For more information, see [Search BYOC Logs][3]. {{< partial name="whats-next/whats-next.html" >}} -[1]: https://app.datadoghq.com/cloudprem +[1]: https://app.datadoghq.com/byoc-logs [2]: /logs/explorer/ -[3]: /cloudprem/operate/search_logs +[3]: /byoc-logs/operate/search_logs diff --git a/content/en/cloudprem/configure/ingress.md b/content/en/byoc-logs/configure/ingress.md similarity index 94% rename from content/en/cloudprem/configure/ingress.md rename to content/en/byoc-logs/configure/ingress.md index 51dc17a499c..bda04346ff7 100644 --- a/content/en/cloudprem/configure/ingress.md +++ b/content/en/byoc-logs/configure/ingress.md @@ -2,16 +2,18 @@ title: BYOC Logs Ingress Configuration description: Learn how to configure and manage ingress controllers for your BYOC Logs deployment further_reading: -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Set up Log Ingestion" -- link: "/cloudprem/operate/monitoring/" +- link: "/byoc-logs/operate/monitoring/" tag: "Documentation" text: "Monitor BYOC Logs" +aliases: + - /cloudprem/configure/ingress/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/configure/lambda.md b/content/en/byoc-logs/configure/lambda.md similarity index 95% rename from content/en/cloudprem/configure/lambda.md rename to content/en/byoc-logs/configure/lambda.md index 9ca6ec2ab54..9d7318953ab 100644 --- a/content/en/cloudprem/configure/lambda.md +++ b/content/en/byoc-logs/configure/lambda.md @@ -2,16 +2,18 @@ title: Lambda Search Offloading description: Learn how to configure Lambda-based search offloading for BYOC Logs on AWS further_reading: -- link: "/cloudprem/configure/" +- link: "/byoc-logs/configure/" tag: "Documentation" text: "Configure BYOC Logs" -- link: "/cloudprem/operate/sizing/" +- link: "/byoc-logs/operate/sizing/" tag: "Documentation" text: "Size your cluster" +aliases: + - /cloudprem/configure/lambda/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}}
Lambda search offloading is an experimental feature.
diff --git a/content/en/cloudprem/configure/pipelines.md b/content/en/byoc-logs/configure/pipelines.md similarity index 95% rename from content/en/cloudprem/configure/pipelines.md rename to content/en/byoc-logs/configure/pipelines.md index ab9be9933c4..dbff8758f1e 100644 --- a/content/en/cloudprem/configure/pipelines.md +++ b/content/en/byoc-logs/configure/pipelines.md @@ -2,18 +2,19 @@ title: Processing Configuration aliases: - /cloudprem/configure/processing/ +- /cloudprem/configure/pipelines/ description: Learn how to configure your processing pipelines in BYOC Logs further_reading: -- link: "/cloudprem/architecture/" +- link: "/byoc-logs/architecture/" tag: "Documentation" text: "Learn more about BYOC Logs Architecture" -- link: "/cloudprem/troubleshooting/" +- link: "/byoc-logs/troubleshooting/" tag: "Documentation" text: "Troubleshooting" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/guides/_index.md b/content/en/byoc-logs/guides/_index.md similarity index 64% rename from content/en/cloudprem/guides/_index.md rename to content/en/byoc-logs/guides/_index.md index c022db7d262..cb5f01fae11 100644 --- a/content/en/cloudprem/guides/_index.md +++ b/content/en/byoc-logs/guides/_index.md @@ -12,14 +12,16 @@ cascade: rank: 20 category: Guide subcategory: BYOC Logs Guides +aliases: + - /cloudprem/guides/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} {{< whatsnext desc="Explore the following guides:">}} - {{< nextlink href="/cloudprem/guides/query_logs_with_mcp/" >}}Query BYOC Logs with the Datadog MCP Server{{< /nextlink >}} - {{< nextlink href="/cloudprem/guides/send_otel_logs_observability_pipelines/" >}}Send OpenTelemetry Logs to BYOC Logs through Observability Pipelines{{< /nextlink >}} + {{< nextlink href="/byoc-logs/guides/query_logs_with_mcp/" >}}Query BYOC Logs with the Datadog MCP Server{{< /nextlink >}} + {{< nextlink href="/byoc-logs/guides/send_otel_logs_observability_pipelines/" >}}Send OpenTelemetry Logs to BYOC Logs through Observability Pipelines{{< /nextlink >}} {{< /whatsnext >}} \ No newline at end of file diff --git a/content/en/cloudprem/guides/query_logs_with_mcp.md b/content/en/byoc-logs/guides/query_logs_with_mcp.md similarity index 76% rename from content/en/cloudprem/guides/query_logs_with_mcp.md rename to content/en/byoc-logs/guides/query_logs_with_mcp.md index e4c17c88231..f0caf1c5caa 100644 --- a/content/en/cloudprem/guides/query_logs_with_mcp.md +++ b/content/en/byoc-logs/guides/query_logs_with_mcp.md @@ -8,13 +8,15 @@ further_reading: - link: "/ide_plugins/vscode/?tab=cursor#installation" tag: "Documentation" text: "Datadog Extension for VS Code & Cursor" -- link: "/cloudprem/operate/search_logs/" +- link: "/byoc-logs/operate/search_logs/" tag: "Documentation" text: "Search Logs in BYOC Logs" +aliases: + - /cloudprem/guides/query_logs_with_mcp/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -28,11 +30,7 @@ The [Datadog MCP (Model Context Protocol) server][1] allows you to query your Da - A running BYOC Logs deployment with logs ingested. - Access to the [Datadog MCP server][1]. -<<<<<<< fmassot/byoc-indexes-rename -- Your BYOC index name (visible in the [Datadog Log Explorer][2] under **BYOC INDEXES**). -======= -- Your BYOC Logs index name (visible in the [Datadog Log Explorer][2] under {{< ui >}}CLOUDPREM INDEXES{{< /ui >}}). ->>>>>>> master +- Your BYOC Logs index name (visible in the [Datadog Log Explorer][2] under {{< ui >}}BYOC INDEXES{{< /ui >}}). ## Querying BYOC Logs @@ -53,7 +51,7 @@ The following table describes the key parameters used when querying logs with th | Parameter | Description | Example | |-----------|-------------|---------| | `query` | Log search query using Datadog query syntax | `"*"` (all logs), `"service:web"`, `"status:error"` | -| `indexes` | Array of BYOC Logs index names to search | `["cloudprem--dev--main"]` | +| `indexes` | Array of BYOC Logs index names to search | `["byoc--dev--main"]` | | `storage_tier` | Storage tier to query (must be `"cloudprem"` for BYOC Logs) | `"cloudprem"` | | `from` | Start time for the query | `"now-1h"`, `"now-24h"`, `"2024-01-15T00:00:00Z"` | | `to` | End time for the query | `"now"`, `"2024-01-15T23:59:59Z"` | @@ -66,13 +64,8 @@ For examples of parameter and natural language queries, see [Advanced query exam To find your BYOC Logs index name: 1. Navigate to the [Datadog Log Explorer][2]. -<<<<<<< fmassot/byoc-indexes-rename -2. Look for the **BYOC INDEXES** section in the left facet panel. -3. Your CloudPrem indexes are listed there, in the format `cloudprem----`. -======= -2. Look for the {{< ui >}}CLOUDPREM INDEXES{{< /ui >}} section in the left facet panel. -3. Your BYOC Logs indexes are listed there, in the format `cloudprem----`. ->>>>>>> master +2. Look for the {{< ui >}}BYOC INDEXES{{< /ui >}} section in the left facet panel. +3. Your BYOC Logs indexes are listed there, in the format `byoc----`. You can also find your index names in the [BYOC Logs console][3] by selecting a cluster and clicking {{< ui >}}View Indexes{{< /ui >}}. @@ -82,13 +75,13 @@ When using AI-powered tools with the Datadog MCP server, you can ask questions i ### Error logs from a specific service **Prompt**: -"Show me error logs from the nginx service in the cloudprem--dev--main index in the last hour." +"Show me error logs from the nginx service in the byoc--dev--main index in the last hour." **Translates to**: ```json { "query": "service:nginx status:error", - "indexes": ["cloudprem--dev--main"], + "indexes": ["byoc--dev--main"], "storage_tier": "cloudprem", "from": "now-1h", "to": "now" @@ -97,13 +90,13 @@ When using AI-powered tools with the Datadog MCP server, you can ask questions i ### Search for specific log content **Prompt**: -"Find logs containing 'connection timeout' from the API service in cloudprem--prod--main from the last 24 hours." +"Find logs containing 'connection timeout' from the API service in byoc--prod--main from the last 24 hours." **Translates to**: ```json { "query": "service:api \"connection timeout\"", - "indexes": ["cloudprem--prod--main"], + "indexes": ["byoc--prod--main"], "storage_tier": "cloudprem", "from": "now-24h", "to": "now" @@ -112,13 +105,13 @@ When using AI-powered tools with the Datadog MCP server, you can ask questions i ### Filter by HTTP status code **Prompt**: -"Get all 500 status code logs from the cloudprem--prod--main index in the last day." +"Get all 500 status code logs from the byoc--prod--main index in the last day." **Translates to**: ```json { "query": "status:500", - "indexes": ["cloudprem--prod--main"], + "indexes": ["byoc--prod--main"], "storage_tier": "cloudprem", "from": "now-1d", "to": "now" @@ -129,7 +122,7 @@ When using AI-powered tools with the Datadog MCP server, you can ask questions i - **Both `storage_tier` and `indexes` are required** when querying BYOC Logs. Without these parameters, queries will search standard Datadog indexes instead. - `storage_tier` must always be set to `"cloudprem"`. -- The `indexes` parameter must contain valid BYOC Logs index names (in the format `cloudprem----`). +- The `indexes` parameter must contain valid BYOC Logs index names (in the format `byoc----`). - When using natural language queries, explicitly mention your BYOC Logs index name in your prompt. - BYOC Logs data is queryable in real-time as soon as it is indexed. - Query syntax follows standard [Datadog log search syntax][4]. @@ -140,5 +133,5 @@ When using AI-powered tools with the Datadog MCP server, you can ask questions i [1]: /bits_ai/mcp_server/ [2]: https://app.datadoghq.com/logs -[3]: https://app.datadoghq.com/cloudprem +[3]: https://app.datadoghq.com/byoc-logs [4]: /logs/explorer/search_syntax/ diff --git a/content/en/cloudprem/guides/send_otel_logs_observability_pipelines.md b/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md similarity index 93% rename from content/en/cloudprem/guides/send_otel_logs_observability_pipelines.md rename to content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md index b43e4e14696..e412e5d0415 100644 --- a/content/en/cloudprem/guides/send_otel_logs_observability_pipelines.md +++ b/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md @@ -2,19 +2,21 @@ title: Send OpenTelemetry logs with Observability Pipelines description: A quick guide to send OpenTelemetry logs through Observability Pipelines to BYOC Logs in less than 5 minutes further_reading: -- link: "/cloudprem/quickstart/" +- link: "/byoc-logs/quickstart/" tag: "Documentation" text: "BYOC Logs Quickstart" - link: "/observability_pipelines/sources/opentelemetry/" tag: "Documentation" text: "OpenTelemetry Source for Observability Pipelines" -- link: "/cloudprem/ingest/observability_pipelines/" +- link: "/byoc-logs/ingest/observability_pipelines/" tag: "Documentation" text: "Send logs to BYOC Logs with Observability Pipelines" +aliases: + - /cloudprem/guides/send_otel_logs_observability_pipelines/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -203,11 +205,7 @@ docker logs opw --tail 20 ## Step 5: View logs in Datadog 1. Go to the [Datadog Log Explorer][5]. -<<<<<<< fmassot/byoc-indexes-rename -2. In the left facet panel, select your CloudPrem index under **BYOC INDEXES**. -======= -2. In the left facet panel, select your BYOC Logs index under {{< ui >}}CLOUDPREM INDEXES{{< /ui >}}. ->>>>>>> master +2. In the left facet panel, select your BYOC Logs index under {{< ui >}}BYOC INDEXES{{< /ui >}}. 3. You should see your OpenTelemetry logs from the `otel-demo` service with custom tags: `pipeline:observability-pipelines` and `source:opentelemetry`. {{< img src="/cloudprem/guides/otel-op-cloudprem/cloudprem_logs.png" alt="BYOC Logs data available in the Datadog Log Explorer" style="width:100%;" >}} @@ -232,7 +230,6 @@ docker rm byoc-logs opw {{< partial name="whats-next/whats-next.html" >}} -[1]: https://www.datadoghq.com/product-preview/cloudprem/ [2]: /account_management/api-app-keys/#add-an-api-key-or-client-token [3]: /account_management/api-app-keys/#add-application-keys [4]: https://docs.docker.com/get-docker/ diff --git a/content/en/cloudprem/ingest/_index.md b/content/en/byoc-logs/ingest/_index.md similarity index 81% rename from content/en/cloudprem/ingest/_index.md rename to content/en/byoc-logs/ingest/_index.md index 1cafa8096a8..51438bf565e 100644 --- a/content/en/cloudprem/ingest/_index.md +++ b/content/en/byoc-logs/ingest/_index.md @@ -1,10 +1,12 @@ --- title: Set up Log Ingestion description: Configure log sources to send data to your BYOC Logs deployment +aliases: + - /cloudprem/ingest/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -29,9 +31,9 @@ BYOC Logs accepts logs as **JSON objects** sent to the `/api/v2/logs` endpoint. ## Log ingestion methods {{< whatsnext desc="Choose the appropriate ingestion method based on your infrastructure and requirements:">}} - {{< nextlink href="/cloudprem/ingest/agent/" >}}Datadog Agent{{< /nextlink >}} - {{< nextlink href="/cloudprem/ingest/observability_pipelines/" >}}Observability Pipelines{{< /nextlink >}} - {{< nextlink href="/cloudprem/ingest/api/" >}}REST API Integration{{< /nextlink >}} + {{< nextlink href="/byoc-logs/ingest/agent/" >}}Datadog Agent{{< /nextlink >}} + {{< nextlink href="/byoc-logs/ingest/observability_pipelines/" >}}Observability Pipelines{{< /nextlink >}} + {{< nextlink href="/byoc-logs/ingest/api/" >}}REST API Integration{{< /nextlink >}} {{< /whatsnext >}} ## Additional ingestion paths @@ -53,4 +55,4 @@ The forwarder sends logs to `https://:443/api/v2/logs`. BYOC Logs can receive logs from OpenTelemetry collectors through Observability Pipelines. See [Send OTel logs to BYOC Logs with Observability Pipelines][2] for setup instructions. [1]: /serverless/libraries_integrations/forwarder/ -[2]: /cloudprem/guides/send_otel_logs_observability_pipelines/ +[2]: /byoc-logs/guides/send_otel_logs_observability_pipelines/ diff --git a/content/en/cloudprem/ingest/agent.md b/content/en/byoc-logs/ingest/agent.md similarity index 96% rename from content/en/cloudprem/ingest/agent.md rename to content/en/byoc-logs/ingest/agent.md index f5938d24dba..10f2ccf6919 100644 --- a/content/en/cloudprem/ingest/agent.md +++ b/content/en/byoc-logs/ingest/agent.md @@ -2,12 +2,13 @@ title: Send logs to BYOC Logs with the Datadog Agent aliases: - /cloudprem/ingest_logs/datadog_agent/ +- /cloudprem/ingest/agent/ description: Configure the Datadog Agent to send logs to your BYOC Logs deployment further_reading: -- link: "/cloudprem/ingest_logs/observability_pipelines/" +- link: "/byoc-logs/ingest_logs/observability_pipelines/" tag: "Documentation" text: "Observability Pipelines Integration" -- link: "/cloudprem/ingest_logs/rest_api/" +- link: "/byoc-logs/ingest_logs/rest_api/" tag: "Documentation" text: "REST API Integration" - link: "/getting_started/containers/datadog_operator/" @@ -15,8 +16,8 @@ further_reading: text: "Datadog Operator Guide" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/ingest/api.md b/content/en/byoc-logs/ingest/api.md similarity index 82% rename from content/en/cloudprem/ingest/api.md rename to content/en/byoc-logs/ingest/api.md index e200dbe5f12..37c483976b9 100644 --- a/content/en/cloudprem/ingest/api.md +++ b/content/en/byoc-logs/ingest/api.md @@ -2,18 +2,19 @@ title: Send logs to BYOC Logs with REST API aliases: - /cloudprem/ingest_logs/rest_api/ +- /cloudprem/ingest/api/ description: Learn how to integrate with BYOC Logs using direct API calls further_reading: -- link: "/cloudprem/ingest_logs/datadog_agent/" +- link: "/byoc-logs/ingest_logs/datadog_agent/" tag: "Documentation" text: "Datadog Agent Integration" -- link: "/cloudprem/ingest_logs/observability_pipelines/" +- link: "/byoc-logs/ingest_logs/observability_pipelines/" tag: "Documentation" text: "Observability Pipelines Integration" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/ingest/observability_pipelines.md b/content/en/byoc-logs/ingest/observability_pipelines.md similarity index 94% rename from content/en/cloudprem/ingest/observability_pipelines.md rename to content/en/byoc-logs/ingest/observability_pipelines.md index d1c17d40630..d07baac7763 100644 --- a/content/en/cloudprem/ingest/observability_pipelines.md +++ b/content/en/byoc-logs/ingest/observability_pipelines.md @@ -2,12 +2,13 @@ title: Send logs to BYOC Logs with Observability Pipelines aliases: - /cloudprem/ingest_logs/observability_pipelines/ +- /cloudprem/ingest/observability_pipelines/ description: Configure Observability Pipelines to send logs to BYOC Logs with optional dual shipping further_reading: -- link: "/cloudprem/ingest_logs/datadog_agent/" +- link: "/byoc-logs/ingest_logs/datadog_agent/" tag: "Documentation" text: "Datadog Agent Integration" -- link: "/cloudprem/ingest_logs/rest_api/" +- link: "/byoc-logs/ingest_logs/rest_api/" tag: "Documentation" text: "REST API Integration" - link: "/observability_pipelines/" @@ -18,8 +19,8 @@ further_reading: text: "Datadog BYOC Logs destination for Observability Pipelines" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/install/_index.md b/content/en/byoc-logs/install/_index.md similarity index 71% rename from content/en/cloudprem/install/_index.md rename to content/en/byoc-logs/install/_index.md index af04a6bb5ee..4a1e76e1ee7 100644 --- a/content/en/cloudprem/install/_index.md +++ b/content/en/byoc-logs/install/_index.md @@ -1,10 +1,12 @@ --- title: Install BYOC Logs description: Learn how to deploy BYOC Logs on various platforms and environments +aliases: + - /cloudprem/install/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -18,7 +20,7 @@ BYOC Logs requires **Kubernetes** for production deployments. It is supported on ## Prerequisites
-If you don't see the BYOC Logs entry in the Logs menu, it means BYOC Logs is not activated on your account. Join the BYOC Logs Preview to activate BYOC Logs on your account. +If you don't see the BYOC Logs entry in the Logs menu, contact your Datadog account team to activate BYOC Logs on your account.
### Kubernetes cluster requirements @@ -42,12 +44,11 @@ BYOC Logs supports the following object storage types: ## Cloud-managed Kubernetes {{< whatsnext desc="Select the installation guide that matches your environment:">}} - {{< nextlink href="/cloudprem/install/aws_eks" >}}Install on AWS EKS{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/azure_aks" >}}Install on Azure AKS{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/gcp_gke" >}}Install on GCP GKE{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/docker" >}}Install locally with Docker for testing{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/custom_k8s" >}}Install on Kubernetes with PostgreSQL and MinIO{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/aws_eks" >}}Install on AWS EKS{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/azure_aks" >}}Install on Azure AKS{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/gcp_gke" >}}Install on GCP GKE{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/docker" >}}Install locally with Docker for testing{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/custom_k8s" >}}Install on Kubernetes with PostgreSQL and MinIO{{< /nextlink >}} {{< /whatsnext >}} -[1]: https://www.datadoghq.com/product-preview/cloudprem/ -[2]: /cloudprem/install/docker/ \ No newline at end of file +[2]: /byoc-logs/install/docker/ \ No newline at end of file diff --git a/content/en/cloudprem/install/aws_eks.md b/content/en/byoc-logs/install/aws_eks.md similarity index 97% rename from content/en/cloudprem/install/aws_eks.md rename to content/en/byoc-logs/install/aws_eks.md index 67618550a97..1c7afc45a30 100644 --- a/content/en/cloudprem/install/aws_eks.md +++ b/content/en/byoc-logs/install/aws_eks.md @@ -2,18 +2,19 @@ title: Install BYOC Logs on AWS EKS aliases: - /cloudprem/configure/aws_config/ +- /cloudprem/install/aws_eks/ description: Learn how to install and configure BYOC Logs on AWS EKS further_reading: -- link: "/cloudprem/configure/ingress/" +- link: "/byoc-logs/configure/ingress/" tag: "Documentation" text: "Configure BYOC Logs Ingress" -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Configure Log Ingestion" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -305,4 +306,4 @@ helm uninstall [1]: https://aws.amazon.com/eks/ [2]: https://docs.rs/rusoto_credential/latest/rusoto_credential/struct.ChainProvider.html [3]: https://aws.amazon.com/rds/ -[8]: /cloudprem/ingest/agent/ +[8]: /byoc-logs/ingest/agent/ diff --git a/content/en/cloudprem/install/azure_aks.md b/content/en/byoc-logs/install/azure_aks.md similarity index 98% rename from content/en/cloudprem/install/azure_aks.md rename to content/en/byoc-logs/install/azure_aks.md index b832f028f0d..fdf999f712f 100644 --- a/content/en/cloudprem/install/azure_aks.md +++ b/content/en/byoc-logs/install/azure_aks.md @@ -2,11 +2,12 @@ title: Install BYOC Logs on Azure AKS aliases: - /cloudprem/configure/azure_config/ +- /cloudprem/install/azure_aks/ description: Learn how to install and configure BYOC Logs on Azure AKS --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -405,4 +406,4 @@ helm uninstall [7]: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container [8]: https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app [9]: https://learn.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access?tabs=portal -[10]: /cloudprem/ingest/agent/ +[10]: /byoc-logs/ingest/agent/ diff --git a/content/en/cloudprem/install/custom_k8s.md b/content/en/byoc-logs/install/custom_k8s.md similarity index 96% rename from content/en/cloudprem/install/custom_k8s.md rename to content/en/byoc-logs/install/custom_k8s.md index 0477779a280..1a98ea1879b 100644 --- a/content/en/cloudprem/install/custom_k8s.md +++ b/content/en/byoc-logs/install/custom_k8s.md @@ -2,19 +2,21 @@ title: Install BYOC Logs on Kubernetes with PostgreSQL and MinIO description: Learn how to install and configure BYOC Logs on any Kubernetes cluster using PostgreSQL and MinIO for object storage further_reading: -- link: "/cloudprem/configure/ingress/" +- link: "/byoc-logs/configure/ingress/" tag: "Documentation" text: "Configure BYOC Logs Ingress" -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Configure Log Ingestion" -- link: "/cloudprem/operate/troubleshooting" +- link: "/byoc-logs/operate/troubleshooting" tag: "Documentation" text: "Troubleshooting BYOC Logs" +aliases: + - /cloudprem/install/custom_k8s/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -322,4 +324,4 @@ kubectl delete namespace {{< partial name="whats-next/whats-next.html" >}} [1]: https://app.datadoghq.com/organization-settings/api-keys -[2]: /cloudprem/ingest/agent/ +[2]: /byoc-logs/ingest/agent/ diff --git a/content/en/cloudprem/install/docker.md b/content/en/byoc-logs/install/docker.md similarity index 94% rename from content/en/cloudprem/install/docker.md rename to content/en/byoc-logs/install/docker.md index 666798f2a8b..432d1b03f2f 100644 --- a/content/en/cloudprem/install/docker.md +++ b/content/en/byoc-logs/install/docker.md @@ -2,23 +2,25 @@ title: Install BYOC Logs locally with Docker description: Learn how to get started with BYOC Logs locally using Docker or Docker Compose further_reading: -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Configure Log Ingestion" -- link: "/cloudprem/configure/" +- link: "/byoc-logs/configure/" tag: "Documentation" text: "Configure BYOC Logs" +aliases: + - /cloudprem/install/docker/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview
-This installation method is for local evaluation only. Docker is not supported for production deployments. For production workloads, deploy BYOC Logs on a supported Kubernetes platform (EKS, GKE, AKS, or self-managed Kubernetes). +This installation method is for local evaluation only. Docker is not supported for production deployments. For production workloads, deploy BYOC Logs on a supported Kubernetes platform (EKS, GKE, AKS, or self-managed Kubernetes).
This installation guide shows you how to run Datadog BYOC Logs locally using either standalone Docker containers or Docker Compose. Follow these steps to deploy a minimal BYOC Logs environment on your machine, ideal for exploring BYOC Logs features and testing log ingestion with Datadog. diff --git a/content/en/cloudprem/install/gcp_gke.md b/content/en/byoc-logs/install/gcp_gke.md similarity index 98% rename from content/en/cloudprem/install/gcp_gke.md rename to content/en/byoc-logs/install/gcp_gke.md index 416ec56bca7..782a1b37ae7 100644 --- a/content/en/cloudprem/install/gcp_gke.md +++ b/content/en/byoc-logs/install/gcp_gke.md @@ -1,16 +1,18 @@ --- title: BYOC Logs on Google Kubernetes Engine (GKE) further_reading: -- link: "/cloudprem/configure/ingress/" +- link: "/byoc-logs/configure/ingress/" tag: "Documentation" text: "Configure BYOC Logs Ingress" -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Configure Log Ingestion" +aliases: + - /cloudprem/install/gcp_gke/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/introduction/_index.md b/content/en/byoc-logs/introduction/_index.md similarity index 77% rename from content/en/cloudprem/introduction/_index.md rename to content/en/byoc-logs/introduction/_index.md index 799710bf1e0..bdaa7240791 100644 --- a/content/en/cloudprem/introduction/_index.md +++ b/content/en/byoc-logs/introduction/_index.md @@ -1,10 +1,12 @@ --- title: Introduction to BYOC Logs description: Learn about BYOC Logs architecture, components, and supported features +aliases: + - /cloudprem/introduction/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -24,16 +26,16 @@ The diagram illustrates the BYOC Logs hybrid architecture, highlighting how data * **Datadog SaaS**: The Datadog platform is BYOC Logs' Control Plane. It hosts the Datadog UI and communicates with BYOC Logs through a secure connection to send log queries and receive results. {{< whatsnext desc="Explore BYOC Logs' architecture and capabilities:">}} - {{< nextlink href="/cloudprem/introduction/architecture/" >}}Architecture - Understand how BYOC Logs components work together{{< /nextlink >}} - {{< nextlink href="/cloudprem/introduction/network/" >}}Network - Understand how BYOC Logs communicates with Datadog{{< /nextlink >}} - {{< nextlink href="/cloudprem/introduction/features/" >}}Supported Features - See which Log Explorer features are available in BYOC Logs{{< /nextlink >}} + {{< nextlink href="/byoc-logs/introduction/architecture/" >}}Architecture - Understand how BYOC Logs components work together{{< /nextlink >}} + {{< nextlink href="/byoc-logs/introduction/network/" >}}Network - Understand how BYOC Logs communicates with Datadog{{< /nextlink >}} + {{< nextlink href="/byoc-logs/introduction/features/" >}}Supported Features - See which Log Explorer features are available in BYOC Logs{{< /nextlink >}} {{< /whatsnext >}} ## Get started {{< whatsnext desc="Ready to deploy BYOC Logs? Follow these guides:">}} - {{< nextlink href="/cloudprem/quickstart/" >}}Quickstart - Run BYOC Logs locally in 5 minutes{{< /nextlink >}} - {{< nextlink href="/cloudprem/install/" >}}Installation - Deploy BYOC Logs on AWS, Azure, or custom Kubernetes{{< /nextlink >}} - {{< nextlink href="/cloudprem/ingest/agent/" >}}Ingest Logs - Configure the Datadog Agent to send logs to BYOC Logs{{< /nextlink >}} + {{< nextlink href="/byoc-logs/quickstart/" >}}Quickstart - Run BYOC Logs locally in 5 minutes{{< /nextlink >}} + {{< nextlink href="/byoc-logs/install/" >}}Installation - Deploy BYOC Logs on AWS, Azure, or custom Kubernetes{{< /nextlink >}} + {{< nextlink href="/byoc-logs/ingest/agent/" >}}Ingest Logs - Configure the Datadog Agent to send logs to BYOC Logs{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/en/cloudprem/introduction/architecture.md b/content/en/byoc-logs/introduction/architecture.md similarity index 90% rename from content/en/cloudprem/introduction/architecture.md rename to content/en/byoc-logs/introduction/architecture.md index 9f91324291f..74118751196 100644 --- a/content/en/cloudprem/introduction/architecture.md +++ b/content/en/byoc-logs/introduction/architecture.md @@ -2,14 +2,15 @@ title: Architecture aliases: - /cloudprem/architecture/ +- /cloudprem/introduction/architecture/ further_reading: -- link: "/cloudprem/install/" +- link: "/byoc-logs/install/" tag: "Documentation" text: "BYOC Logs Installation Prerequisites" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -72,5 +73,5 @@ There are two ways to connect the Datadog UI to BYOC Logs: {{< partial name="whats-next/whats-next.html" >}} -[1]: /cloudprem/introduction/network/ -[2]: /cloudprem/configure/ingress/ +[1]: /byoc-logs/introduction/network/ +[2]: /byoc-logs/configure/ingress/ diff --git a/content/en/cloudprem/introduction/features.md b/content/en/byoc-logs/introduction/features.md similarity index 89% rename from content/en/cloudprem/introduction/features.md rename to content/en/byoc-logs/introduction/features.md index 1ca3c88a9e6..ef91cb193e3 100644 --- a/content/en/cloudprem/introduction/features.md +++ b/content/en/byoc-logs/introduction/features.md @@ -1,10 +1,12 @@ --- title: Supported Features description: Learn which Datadog Log Explorer features are supported in BYOC Logs +aliases: + - /cloudprem/introduction/features/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/introduction/network.md b/content/en/byoc-logs/introduction/network.md similarity index 89% rename from content/en/cloudprem/introduction/network.md rename to content/en/byoc-logs/introduction/network.md index 3c60f5ed9bf..d8ced34b3b0 100644 --- a/content/en/cloudprem/introduction/network.md +++ b/content/en/byoc-logs/introduction/network.md @@ -1,13 +1,15 @@ --- title: Network further_reading: -- link: "/cloudprem/configure/ingress/" +- link: "/byoc-logs/configure/ingress/" tag: "Documentation" text: "BYOC Logs Ingress Configuration" +aliases: + - /cloudprem/introduction/network/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} This document provides an overview of how BYOC Logs and Datadog communicate with each other. diff --git a/content/en/byoc-logs/operate/_index.md b/content/en/byoc-logs/operate/_index.md new file mode 100644 index 00000000000..fbe7d396bd5 --- /dev/null +++ b/content/en/byoc-logs/operate/_index.md @@ -0,0 +1,21 @@ +--- +title: Operate BYOC Logs +description: Learn how to monitor and troubleshoot your BYOC Logs deployment +aliases: + - /cloudprem/operate/ +--- + +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. +{{< /callout >}} + +## Overview + +Manage your BYOC Logs deployment with guides on sizing, monitoring, and troubleshooting. + +{{< whatsnext desc="Operate BYOC Logs:">}} + {{< nextlink href="/byoc-logs/operate/sizing/" >}}Sizing Guide{{< /nextlink >}} + {{< nextlink href="/byoc-logs/operate/search_logs/" >}}Search Logs{{< /nextlink >}} + {{< nextlink href="/byoc-logs/operate/monitoring/" >}}Monitor BYOC Logs{{< /nextlink >}} + {{< nextlink href="/byoc-logs/operate/troubleshooting/" >}}Troubleshooting{{< /nextlink >}} +{{< /whatsnext >}} diff --git a/content/en/cloudprem/operate/monitoring.md b/content/en/byoc-logs/operate/monitoring.md similarity index 93% rename from content/en/cloudprem/operate/monitoring.md rename to content/en/byoc-logs/operate/monitoring.md index 16da38697b8..45934eb188d 100644 --- a/content/en/cloudprem/operate/monitoring.md +++ b/content/en/byoc-logs/operate/monitoring.md @@ -1,10 +1,12 @@ --- title: Monitor BYOC Logs description: Learn how to monitor specific metrics for your BYOC Logs deployment +aliases: + - /cloudprem/operate/monitoring/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Dashboards diff --git a/content/en/cloudprem/operate/search_logs.md b/content/en/byoc-logs/operate/search_logs.md similarity index 75% rename from content/en/cloudprem/operate/search_logs.md rename to content/en/byoc-logs/operate/search_logs.md index cf1bb00df79..598d37ee25b 100644 --- a/content/en/cloudprem/operate/search_logs.md +++ b/content/en/byoc-logs/operate/search_logs.md @@ -2,19 +2,21 @@ title: Search BYOC Logs description: Learn how to query and analyze your BYOC Logs data in Datadog further_reading: -- link: "/cloudprem/ingest/" +- link: "/byoc-logs/ingest/" tag: "Documentation" text: "Ingest logs to BYOC Logs" -- link: "/cloudprem/operate/troubleshooting/" +- link: "/byoc-logs/operate/troubleshooting/" tag: "Documentation" text: "Troubleshooting BYOC Logs" - link: "/logs/explorer/search_syntax/" tag: "Documentation" text: "Log Search Syntax" +aliases: + - /cloudprem/operate/search_logs/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Explore BYOC Logs in the Logs Explorer @@ -27,7 +29,7 @@ You can select a specific index to narrow your search, or select all indexes in BYOC Logs index names follow this format: ``` -cloudprem---- +byoc---- ``` ## Search limitations diff --git a/content/en/cloudprem/operate/sizing.md b/content/en/byoc-logs/operate/sizing.md similarity index 95% rename from content/en/cloudprem/operate/sizing.md rename to content/en/byoc-logs/operate/sizing.md index 32752afdda1..40984bc85f4 100644 --- a/content/en/cloudprem/operate/sizing.md +++ b/content/en/byoc-logs/operate/sizing.md @@ -2,21 +2,22 @@ title: Cluster Sizing aliases: - /cloudprem/configure/cluster_sizing/ +- /cloudprem/operate/sizing/ description: Learn about cluster sizing for BYOC Logs further_reading: -- link: "/cloudprem/configure/ingress/" +- link: "/byoc-logs/configure/ingress/" tag: "Documentation" text: "Configure BYOC Logs Ingress" -- link: "/cloudprem/configure/pipelines/" +- link: "/byoc-logs/configure/pipelines/" tag: "Documentation" text: "Configure BYOC Logs Log Processing" -- link: "/cloudprem/introduction/architecture/" +- link: "/byoc-logs/introduction/architecture/" tag: "Documentation" text: "Learn more about BYOC Logs Architecture" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/operate/troubleshooting.md b/content/en/byoc-logs/operate/troubleshooting.md similarity index 95% rename from content/en/cloudprem/operate/troubleshooting.md rename to content/en/byoc-logs/operate/troubleshooting.md index db0f2128700..7d3856ed875 100644 --- a/content/en/cloudprem/operate/troubleshooting.md +++ b/content/en/byoc-logs/operate/troubleshooting.md @@ -2,14 +2,15 @@ title: Troubleshooting aliases: - /cloudprem/troubleshooting/ +- /cloudprem/operate/troubleshooting/ further_reading: -- link: "/cloudprem/architecture/" +- link: "/byoc-logs/architecture/" tag: "Documentation" text: "BYOC Logs Architecture" --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/cloudprem/quickstart.md b/content/en/byoc-logs/quickstart.md similarity index 85% rename from content/en/cloudprem/quickstart.md rename to content/en/byoc-logs/quickstart.md index 0419fa93428..1d4fecb04db 100644 --- a/content/en/cloudprem/quickstart.md +++ b/content/en/byoc-logs/quickstart.md @@ -2,16 +2,18 @@ title: BYOC Logs Quickstart description: Get started with BYOC Logs locally in less than 5 minutes further_reading: -- link: "/cloudprem/install/docker/" +- link: "/byoc-logs/install/docker/" tag: "Documentation" text: "BYOC Logs Docker Installation" -- link: "/cloudprem/ingest_logs/rest_api/" +- link: "/byoc-logs/ingest_logs/rest_api/" tag: "Documentation" text: "BYOC Logs REST API" +aliases: + - /cloudprem/quickstart/ --- -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. +{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} + BYOC Logs is in Preview. {{< /callout >}} ## Overview @@ -84,10 +86,9 @@ With BYOC Logs running, you can: - [Send logs with the Datadog Agent][6] to automatically collect logs from your containers. - [Send logs with Observability Pipelines][7]. -[1]: https://www.datadoghq.com/product-preview/cloudprem/ [2]: /account_management/api-app-keys/#add-an-api-key-or-client-token [3]: https://docs.docker.com/get-docker/ -[4]: https://app.datadoghq.com/cloudprem +[4]: https://app.datadoghq.com/byoc-logs [5]: https://app.datadoghq.com/logs?query=index=cloudprem-demo&storage=hot -[6]: /cloudprem/ingest/agent/ -[7]: /cloudprem/ingest/observability_pipelines/ \ No newline at end of file +[6]: /byoc-logs/ingest/agent/ +[7]: /byoc-logs/ingest/observability_pipelines/ \ No newline at end of file diff --git a/content/en/cloudprem/operate/_index.md b/content/en/cloudprem/operate/_index.md deleted file mode 100644 index c343d648f85..00000000000 --- a/content/en/cloudprem/operate/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Operate BYOC Logs -description: Learn how to monitor and troubleshoot your BYOC Logs deployment ---- - -{{< callout url="https://www.datadoghq.com/product-preview/cloudprem/" btn_hidden="false" header="BYOC Logs is in Preview" >}} - Join the BYOC Logs Preview to access new self-hosted log management features. -{{< /callout >}} - -## Overview - -Manage your BYOC Logs deployment with guides on sizing, monitoring, and troubleshooting. - -{{< whatsnext desc="Operate BYOC Logs:">}} - {{< nextlink href="/cloudprem/operate/sizing/" >}}Sizing Guide{{< /nextlink >}} - {{< nextlink href="/cloudprem/operate/search_logs/" >}}Search Logs{{< /nextlink >}} - {{< nextlink href="/cloudprem/operate/monitoring/" >}}Monitor BYOC Logs{{< /nextlink >}} - {{< nextlink href="/cloudprem/operate/troubleshooting/" >}}Troubleshooting{{< /nextlink >}} -{{< /whatsnext >}} diff --git a/content/en/observability_pipelines/destinations/datadog_byoc_logs.md b/content/en/observability_pipelines/destinations/datadog_byoc_logs.md index 33bc97f9fa1..bc4ba02c8e3 100644 --- a/content/en/observability_pipelines/destinations/datadog_byoc_logs.md +++ b/content/en/observability_pipelines/destinations/datadog_byoc_logs.md @@ -70,4 +70,4 @@ A batch of events is flushed when one of these parameters is met. See [event bat [1]: https://app.datadoghq.com/observability-pipelines [2]: /observability_pipelines/destinations/#event-batching -[3]: /cloudprem/install/ +[3]: /byoc-logs/install/ diff --git a/content/en/observability_pipelines/guide/_index.md b/content/en/observability_pipelines/guide/_index.md index 3bfa4de9868..f7d0bdb6e74 100644 --- a/content/en/observability_pipelines/guide/_index.md +++ b/content/en/observability_pipelines/guide/_index.md @@ -7,7 +7,7 @@ disable_toc: false {{< nextlink href="observability_pipelines/guide/strategies_for_reducing_log_volume" >}}Strategies for reducing log volume{{< /nextlink >}} {{< nextlink href="observability_pipelines/guide/set_up_the_worker_in_ecs_fargate" >}}Set up the Worker in ECS Fargate{{< /nextlink >}} {{< nextlink href="observability_pipelines/guide/environment_variables" >}}Environment variables for sources, processors, and destinations{{< /nextlink >}} - {{< nextlink href="/cloudprem/guides/send_otel_logs_observability_pipelines" >}}Send OpenTelemetry logs to BYOC Logs with Observability Pipelines{{< /nextlink >}} + {{< nextlink href="/byoc-logs/guides/send_otel_logs_observability_pipelines" >}}Send OpenTelemetry logs to BYOC Logs with Observability Pipelines{{< /nextlink >}} {{< /whatsnext >}} {{< whatsnext desc="Worker Upgrade Guides" >}} From d65d1042e72586af806f8cea7b3e4eea20879071 Mon Sep 17 00:00:00 2001 From: Dominique Alessi Date: Mon, 27 Apr 2026 17:08:49 -0400 Subject: [PATCH 2/2] [DOCS-14178] Fix preview callout header to match standard pattern Change header from "BYOC Logs is in Preview" to "Join the Preview!" on all 29 pages to match the standard pattern used across other docs. Co-Authored-By: Claude Sonnet 4.6 --- content/en/byoc-logs/_index.md | 2 +- content/en/byoc-logs/configure/_index.md | 2 +- content/en/byoc-logs/configure/indexes.md | 2 +- content/en/byoc-logs/configure/ingress.md | 2 +- content/en/byoc-logs/configure/lambda.md | 2 +- content/en/byoc-logs/configure/pipelines.md | 2 +- content/en/byoc-logs/guides/_index.md | 2 +- content/en/byoc-logs/guides/query_logs_with_mcp.md | 2 +- .../byoc-logs/guides/send_otel_logs_observability_pipelines.md | 2 +- content/en/byoc-logs/ingest/_index.md | 2 +- content/en/byoc-logs/ingest/agent.md | 2 +- content/en/byoc-logs/ingest/api.md | 2 +- content/en/byoc-logs/ingest/observability_pipelines.md | 2 +- content/en/byoc-logs/install/_index.md | 2 +- content/en/byoc-logs/install/aws_eks.md | 2 +- content/en/byoc-logs/install/azure_aks.md | 2 +- content/en/byoc-logs/install/custom_k8s.md | 2 +- content/en/byoc-logs/install/docker.md | 2 +- content/en/byoc-logs/install/gcp_gke.md | 2 +- content/en/byoc-logs/introduction/_index.md | 2 +- content/en/byoc-logs/introduction/architecture.md | 2 +- content/en/byoc-logs/introduction/features.md | 2 +- content/en/byoc-logs/introduction/network.md | 2 +- content/en/byoc-logs/operate/_index.md | 2 +- content/en/byoc-logs/operate/monitoring.md | 2 +- content/en/byoc-logs/operate/search_logs.md | 2 +- content/en/byoc-logs/operate/sizing.md | 2 +- content/en/byoc-logs/operate/troubleshooting.md | 2 +- content/en/byoc-logs/quickstart.md | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/content/en/byoc-logs/_index.md b/content/en/byoc-logs/_index.md index acfa439534e..a79b677bb23 100644 --- a/content/en/byoc-logs/_index.md +++ b/content/en/byoc-logs/_index.md @@ -9,7 +9,7 @@ aliases: - /cloudprem/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/configure/_index.md b/content/en/byoc-logs/configure/_index.md index 3763e80ca3a..0ccdfa37f59 100644 --- a/content/en/byoc-logs/configure/_index.md +++ b/content/en/byoc-logs/configure/_index.md @@ -12,7 +12,7 @@ aliases: - /cloudprem/configure/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/configure/indexes.md b/content/en/byoc-logs/configure/indexes.md index ddb1a0c1a41..6cbaa8f73de 100644 --- a/content/en/byoc-logs/configure/indexes.md +++ b/content/en/byoc-logs/configure/indexes.md @@ -13,7 +13,7 @@ further_reading: text: "Search Logs" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/configure/ingress.md b/content/en/byoc-logs/configure/ingress.md index bda04346ff7..5065ab57783 100644 --- a/content/en/byoc-logs/configure/ingress.md +++ b/content/en/byoc-logs/configure/ingress.md @@ -12,7 +12,7 @@ aliases: - /cloudprem/configure/ingress/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/configure/lambda.md b/content/en/byoc-logs/configure/lambda.md index 9d7318953ab..fcc0c1ce157 100644 --- a/content/en/byoc-logs/configure/lambda.md +++ b/content/en/byoc-logs/configure/lambda.md @@ -12,7 +12,7 @@ aliases: - /cloudprem/configure/lambda/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/configure/pipelines.md b/content/en/byoc-logs/configure/pipelines.md index dbff8758f1e..a925352a5d7 100644 --- a/content/en/byoc-logs/configure/pipelines.md +++ b/content/en/byoc-logs/configure/pipelines.md @@ -13,7 +13,7 @@ further_reading: text: "Troubleshooting" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/guides/_index.md b/content/en/byoc-logs/guides/_index.md index cb5f01fae11..ea8d4de7d8c 100644 --- a/content/en/byoc-logs/guides/_index.md +++ b/content/en/byoc-logs/guides/_index.md @@ -17,7 +17,7 @@ aliases: --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/guides/query_logs_with_mcp.md b/content/en/byoc-logs/guides/query_logs_with_mcp.md index f0caf1c5caa..e72ab057e4e 100644 --- a/content/en/byoc-logs/guides/query_logs_with_mcp.md +++ b/content/en/byoc-logs/guides/query_logs_with_mcp.md @@ -15,7 +15,7 @@ aliases: - /cloudprem/guides/query_logs_with_mcp/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md b/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md index e412e5d0415..8e660c44d1e 100644 --- a/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md +++ b/content/en/byoc-logs/guides/send_otel_logs_observability_pipelines.md @@ -15,7 +15,7 @@ aliases: - /cloudprem/guides/send_otel_logs_observability_pipelines/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/ingest/_index.md b/content/en/byoc-logs/ingest/_index.md index 51438bf565e..eeef37f2dfa 100644 --- a/content/en/byoc-logs/ingest/_index.md +++ b/content/en/byoc-logs/ingest/_index.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/ingest/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/ingest/agent.md b/content/en/byoc-logs/ingest/agent.md index 10f2ccf6919..5318f2d8858 100644 --- a/content/en/byoc-logs/ingest/agent.md +++ b/content/en/byoc-logs/ingest/agent.md @@ -16,7 +16,7 @@ further_reading: text: "Datadog Operator Guide" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/ingest/api.md b/content/en/byoc-logs/ingest/api.md index 37c483976b9..3f154c05143 100644 --- a/content/en/byoc-logs/ingest/api.md +++ b/content/en/byoc-logs/ingest/api.md @@ -13,7 +13,7 @@ further_reading: text: "Observability Pipelines Integration" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/ingest/observability_pipelines.md b/content/en/byoc-logs/ingest/observability_pipelines.md index d07baac7763..0e7a07f2610 100644 --- a/content/en/byoc-logs/ingest/observability_pipelines.md +++ b/content/en/byoc-logs/ingest/observability_pipelines.md @@ -19,7 +19,7 @@ further_reading: text: "Datadog BYOC Logs destination for Observability Pipelines" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/_index.md b/content/en/byoc-logs/install/_index.md index 4a1e76e1ee7..02aa5508909 100644 --- a/content/en/byoc-logs/install/_index.md +++ b/content/en/byoc-logs/install/_index.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/install/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/aws_eks.md b/content/en/byoc-logs/install/aws_eks.md index 1c7afc45a30..76e912dfd1d 100644 --- a/content/en/byoc-logs/install/aws_eks.md +++ b/content/en/byoc-logs/install/aws_eks.md @@ -13,7 +13,7 @@ further_reading: text: "Configure Log Ingestion" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/azure_aks.md b/content/en/byoc-logs/install/azure_aks.md index fdf999f712f..8642d067bac 100644 --- a/content/en/byoc-logs/install/azure_aks.md +++ b/content/en/byoc-logs/install/azure_aks.md @@ -6,7 +6,7 @@ aliases: description: Learn how to install and configure BYOC Logs on Azure AKS --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/custom_k8s.md b/content/en/byoc-logs/install/custom_k8s.md index 1a98ea1879b..fe8c3ff63a3 100644 --- a/content/en/byoc-logs/install/custom_k8s.md +++ b/content/en/byoc-logs/install/custom_k8s.md @@ -15,7 +15,7 @@ aliases: - /cloudprem/install/custom_k8s/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/docker.md b/content/en/byoc-logs/install/docker.md index 432d1b03f2f..d7a007660a8 100644 --- a/content/en/byoc-logs/install/docker.md +++ b/content/en/byoc-logs/install/docker.md @@ -13,7 +13,7 @@ aliases: --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/install/gcp_gke.md b/content/en/byoc-logs/install/gcp_gke.md index 782a1b37ae7..b78d45ef2c6 100644 --- a/content/en/byoc-logs/install/gcp_gke.md +++ b/content/en/byoc-logs/install/gcp_gke.md @@ -11,7 +11,7 @@ aliases: - /cloudprem/install/gcp_gke/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/introduction/_index.md b/content/en/byoc-logs/introduction/_index.md index bdaa7240791..12b7d40d60e 100644 --- a/content/en/byoc-logs/introduction/_index.md +++ b/content/en/byoc-logs/introduction/_index.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/introduction/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/introduction/architecture.md b/content/en/byoc-logs/introduction/architecture.md index 74118751196..6e7e7859d35 100644 --- a/content/en/byoc-logs/introduction/architecture.md +++ b/content/en/byoc-logs/introduction/architecture.md @@ -9,7 +9,7 @@ further_reading: text: "BYOC Logs Installation Prerequisites" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/introduction/features.md b/content/en/byoc-logs/introduction/features.md index ef91cb193e3..b836f2cb814 100644 --- a/content/en/byoc-logs/introduction/features.md +++ b/content/en/byoc-logs/introduction/features.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/introduction/features/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} ## Overview diff --git a/content/en/byoc-logs/introduction/network.md b/content/en/byoc-logs/introduction/network.md index d8ced34b3b0..6d0905d1b1b 100644 --- a/content/en/byoc-logs/introduction/network.md +++ b/content/en/byoc-logs/introduction/network.md @@ -8,7 +8,7 @@ aliases: - /cloudprem/introduction/network/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/operate/_index.md b/content/en/byoc-logs/operate/_index.md index fbe7d396bd5..1d1be980e84 100644 --- a/content/en/byoc-logs/operate/_index.md +++ b/content/en/byoc-logs/operate/_index.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/operate/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/operate/monitoring.md b/content/en/byoc-logs/operate/monitoring.md index 45934eb188d..2b38240b0db 100644 --- a/content/en/byoc-logs/operate/monitoring.md +++ b/content/en/byoc-logs/operate/monitoring.md @@ -5,7 +5,7 @@ aliases: - /cloudprem/operate/monitoring/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/operate/search_logs.md b/content/en/byoc-logs/operate/search_logs.md index 598d37ee25b..147c38c2687 100644 --- a/content/en/byoc-logs/operate/search_logs.md +++ b/content/en/byoc-logs/operate/search_logs.md @@ -15,7 +15,7 @@ aliases: - /cloudprem/operate/search_logs/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/operate/sizing.md b/content/en/byoc-logs/operate/sizing.md index 40984bc85f4..ff410aef92d 100644 --- a/content/en/byoc-logs/operate/sizing.md +++ b/content/en/byoc-logs/operate/sizing.md @@ -16,7 +16,7 @@ further_reading: text: "Learn more about BYOC Logs Architecture" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/operate/troubleshooting.md b/content/en/byoc-logs/operate/troubleshooting.md index 7d3856ed875..4d302688676 100644 --- a/content/en/byoc-logs/operate/troubleshooting.md +++ b/content/en/byoc-logs/operate/troubleshooting.md @@ -9,7 +9,7 @@ further_reading: text: "BYOC Logs Architecture" --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}} diff --git a/content/en/byoc-logs/quickstart.md b/content/en/byoc-logs/quickstart.md index 1d4fecb04db..59d73fa43d2 100644 --- a/content/en/byoc-logs/quickstart.md +++ b/content/en/byoc-logs/quickstart.md @@ -12,7 +12,7 @@ aliases: - /cloudprem/quickstart/ --- -{{< callout btn_hidden="true" header="BYOC Logs is in Preview" >}} +{{< callout btn_hidden="true" header="Join the Preview!" >}} BYOC Logs is in Preview. {{< /callout >}}