Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/byoc-logs/ingest/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ aliases:
- /cloudprem/ingest/agent/
description: Configure the Datadog Agent to send logs to your BYOC Logs deployment
further_reading:
- link: "/byoc-logs/ingest_logs/observability_pipelines/"
- link: "/byoc-logs/ingest/observability_pipelines/"
tag: "Documentation"
text: "Observability Pipelines Integration"
- link: "/byoc-logs/ingest_logs/rest_api/"
- link: "/byoc-logs/ingest/api/"
tag: "Documentation"
text: "REST API Integration"
- link: "/getting_started/containers/datadog_operator/"
Expand Down
2 changes: 1 addition & 1 deletion content/en/byoc-logs/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you don't see the BYOC Logs entry in the Logs menu, contact your Datadog acco
| Requirement | Details |
|------------------------|------------------------------------------------------------------------------------------|
| **Kubernetes Version** | 1.25 or higher |
| **Supported Platforms** | - AWS EKS<br>- Google GKE<br>- Azure AKS<br>- Self-managed Kubernetes (Nginx controller)<br><br>OpenShift and OCI (Oracle Cloud) are not currently tested or supported. |
| **Supported Platforms** | - AWS EKS<br>- Google GKE<br>- Azure AKS<br>- Self-managed Kubernetes (NGINX Ingress Controller or AWS Load Balancer Controller)<br><br>OpenShift and OCI (Oracle Cloud) are not currently tested or supported. |
| **Metadata Storage** | PostgreSQL database |
| **Recommended PostgreSQL Options** | - AWS: RDS PostgreSQL<br>- GCP: Cloud SQL for PostgreSQL<br>- Azure: Azure Database for PostgreSQL<br>- Self-hosted: PostgreSQL with persistent storage |

Expand Down
4 changes: 2 additions & 2 deletions content/en/byoc-logs/introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here is a high-level overview of how BYOC Logs works:
The diagram illustrates the BYOC Logs hybrid architecture, highlighting how data is processed and stored within your infrastructure:

* **Ingestion**: Logs are collected from Datadog Agents and other sources using standard protocols.
* **Your Infrastructure**: The BYOC Logs platform runs entirely inside your infrastructure. It processes and stores logs in your own storage (S3, Azure Blob, MinIO).
* **Your Infrastructure**: The BYOC Logs platform runs entirely inside your infrastructure. It processes and stores logs in your own storage (S3, Azure Blob Storage, Google Cloud Storage, MinIO, Ceph, or any S3-compatible storage).
* **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:">}}
Expand All @@ -35,7 +35,7 @@ The diagram illustrates the BYOC Logs hybrid architecture, highlighting how data

{{< whatsnext desc="Ready to deploy BYOC Logs? Follow these guides:">}}
{{< 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/install/" >}}Installation - Deploy BYOC Logs on AWS, GCP, 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 >}}

Loading